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(
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
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;
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
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.
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
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
=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