RE: $$Excel-Macros$$ Column hide from excel

2010-10-08 Thread عمر
See this http://www.youtube.com/watch?v=CrX6353lSx4 From: excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com] On Behalf Of Vishal Angre Sent: Friday, October 08, 2010 12:34 PM To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Column hide from excel 4 column(

RE: $$Excel-Macros$$ Excel Advance Formula Reference Guide

2010-10-06 Thread عمر
It makes excel stop working From: excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com] On Behalf Of Deepak Rai Sent: Tuesday, October 05, 2010 9:07 PM To: MS EXCEL AND VBA MACROS Subject: $$Excel-Macros$$ Excel Advance Formula Reference Guide Hi All, I would like to s

RE: $$Excel-Macros$$ VB 6 Command button with icon righttoleft property True

2010-09-28 Thread عمر
Private Sub UserForm_Initialize() Me.RightToLeft = True End Sub From: excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com] On Behalf Of Anju Sent: Tuesday, September 28, 2010 7:28 PM To: excel-macros@googlegroups.com Cc: davebonall...@hotmail.com; Ashish Pahuja; ayush jain;

RE: $$Excel-Macros$$ Time calculation

2010-09-25 Thread عمر
Use this =TEXT((C3-B3);"[h]:mm") It is working From: excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com] On Behalf Of Pankaj Kumar Sent: Saturday, September 25, 2010 4:33 PM To: excel-macros Subject: $$Excel-Macros$$ Time calculation Hi, Experts I have a problem my w

RE: $$Excel-Macros$$ change keyboard language

2010-09-22 Thread عمر
I have on my computer Arabic and English language And I can change between these two language by pressing " Alt +Shift" But I want when running my form which contains textbox The curser on textbox is Arabic automatically without pressing " Alt +Shift" From: excel-macros@googlegroups.

$$Excel-Macros$$ change keyboard language

2010-09-21 Thread عمر
I have textbox on form How can I change keyboard language to Arabic automatically Instead of pressing "Alt + Shift" keys -- -- Some important links for excel users: 1. Follow us on TWITTER for tips

RE: $$Excel-Macros$$ HIGHLIGHT CODE Please explain it

2010-09-14 Thread عمر
Range("A" & i + 2). = a2 Resize(1, 6) = a2:f2 From: excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com] On Behalf Of neil johnson Sent: Tuesday, September 14, 2010 9:17 AM To: villager.g...@gmail.com; davebonall...@hotmail.com Cc: excel-macros@googlegroups.com Subject: $$Excel

RE: $$Excel-Macros$$ APPLICATION SHEET

2010-09-13 Thread عمر
=IFERROR(VLOOKUP(D2;A1048560:B1048563;2;0);"") From: excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com] On Behalf Of ALAM Sent: Monday, September 13, 2010 3:24 PM To: excel-macros@googlegroups.com; toexcel-mac...@googlegroups.com Cc: noorain.ans...@gmail.com Subject: $$Excel-M