Re: $$Excel-Macros$$ no of sheets in a workbook

2012-07-11 Thread सुनिता पौडेल
utton_Click() >>>>> OriginalSheet.Activate >>>>> Unload Me >>>>> End Sub >>>>> >>>>> Private Sub cbPreview_Click() >>>>> If cbPreview Then Sheets(ListBox1.Value).Activate >>>>> End Sub &

Re: $$Excel-Macros$$ no of sheets in a workbook

2012-07-11 Thread Deba Ranjan
UserSheet.Visible = True >> UserSheet.Activate >> Else >> OriginalSheet.Activate >> End If >> End If >> Unload Me >> End Sub >> >> >> >> >> Thanks & Regards, >> *

Re: $$Excel-Macros$$ no of sheets in a workbook

2012-07-10 Thread dguillett1
Sub listfiles() For i = 1 To Sheets.Count Cells(i, 1) = Sheets(i).Name Next End Sub Don Guillett Microsoft Excel Developer SalesAid Software dguille...@gmail.com From: amitkmr Sent: Tuesday, July 10, 2012 12:41 AM To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ no of sheets in a

Re: $$Excel-Macros$$ no of sheets in a workbook

2012-07-10 Thread सुनिता पौडेल
Thank you Noorain. I hope can look at you if stuck in there. Thank you once again. Sunita On Tue, Jul 10, 2012 at 5:05 PM, NOORAIN ANSARI wrote: > Hi Sunita, > > Please find below link, hope it will you to explain "How can use Hotkey In > VBA" > > http://www.excely.com/excel-vba/assign-hotkey-to-

Re: $$Excel-Macros$$ no of sheets in a workbook

2012-07-10 Thread NOORAIN ANSARI
Hi Sunita, Please find below link, hope it will you to explain "How can use Hotkey In VBA" http://www.excely.com/excel-vba/assign-hotkey-to-smartdel-macro.shtml http://www.mrexcel.com/archive/VBA/3401b.html On Tue, Jul 10, 2012 at 4:22 PM, सुनिता पौडेल wrote: > Dear all, > > This is very use

Re: $$Excel-Macros$$ no of sheets in a workbook

2012-07-10 Thread सुनिता पौडेल
Dear all, This is very useful information and I have been trying to use it at my work. Since, I am in beginner phase can you please teach me as to how to do it from the scratch? Thank you all, Sunita On Tue, Jul 10, 2012 at 12:02 PM, NOORAIN ANSARI wrote: > Dear Amit, > > Try it.. > > > *Appli

Re: $$Excel-Macros$$ no of sheets in a workbook

2012-07-09 Thread NOORAIN ANSARI
Dear Amit, Try it.. *Application.OnKey "%{+}", "short_key" * Sub short_key() MsgBox Sheets.Count End Sub You can change combination % for Alt (^) for Ctrl (+) for Shift -- Thanks & regards, Noorain Ansari www.noorainansari.com www.excelmacroworld.blogspot.com On Tue, Jul 10, 2012 at 1

Re: $$Excel-Macros$$ no of sheets in a workbook

2012-07-09 Thread Kuldeep Singh
Dear Amit, Please use this shortcut key: - Alt+A+A Regards, Kuldeep Singh Phone.: +91-120-4763789, Extn.: 789 naukrikuld...@gmail.com || www.naukri.com *Please* *Consider the environment. Please don't print this e-mail unless you really need to.* On Tue, Jul 10, 2012 at 11:11 AM, amitkmr wrote:

$$Excel-Macros$$ no of sheets in a workbook

2012-07-09 Thread amitkmr
Dear Sir, Do we have a shortcut to know the number and name of the sheets in a workbook and also list them in sequence. Amit Kumar -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, For