Re: $$Excel-Macros$$ Need help in maro

2011-08-23 Thread dguillett1
Or simply use data validation with a list of sheet names and select the one to show and tie to a worksheet_Change event From: Rajan_Verma Sent: Tuesday, August 23, 2011 2:00 AM To: excel-macros@googlegroups.com Subject: RE: $$Excel-Macros$$ Need help in maro Hi Prasad, Ashish’s Code working

RE: $$Excel-Macros$$ Need help in maro

2011-08-23 Thread Rajan_Verma
Hi Prasad, Ashish's Code working fine..See the attached Sheet. From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Suryaprasad Sent: Tuesday, August 23, 2011 10:56 AM To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Need help in maro H

Re: $$Excel-Macros$$ Need help in maro

2011-08-22 Thread suryaprasad . bv
: Reply-To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Need help in maro add this macro to each box Sub test() Application.DisplayAlerts = False Application.ScreenUpdating = False ' method 1 in this u have to change the shape names as per the sheet names 'Fo

Re: $$Excel-Macros$$ Need help in maro

2011-08-22 Thread ashish koul
add this macro to each box Sub test() Application.DisplayAlerts = False Application.ScreenUpdating = False ' method 1 in this u have to change the shape names as per the sheet names 'For i = 2 To Sheets.Count 'Sheets(i).Visible = True 'If Sheets(i).Name <> Application.Caller Then ' 'Sheets(i).Vi

$$Excel-Macros$$ Need help in maro

2011-08-22 Thread Suryaprasad
Hi All, I was trying to write a macro which is not working well, attached is the sheet where is require a small code the below is the what i require: I have a main sheet which is assgined with controls and i have 5 TABS , what i want is when i click on the first control named with Sheet1 in the m