Re: $$Excel-Macros$$ AutoHide

2011-08-16 Thread XLS S
Very good venkat.. On Tue, Aug 16, 2011 at 5:03 PM, Venkat CV wrote: > Hi Sajid, > > Look AttachedSee if it helps... > > Best Regards, > Venkat > Chennai > On Tue, Aug 16, 2011 at 4:03 PM, SAJID MEMON wrote: >> >> Hi all Experts, >> >> I have a little doubt but may be cha

Re: $$Excel-Macros$$ AutoHide

2011-08-16 Thread dguillett1
Name your shape “LockShape” and use this assigned to a button or another shape Sub HideUnhideLockShape() Shapes("LockShape").Visible = Not _ Shapes("LockShape").Visible End Sub From: SAJID MEMON Sent: Tuesday, August 16, 2011 5:33 AM To: Excel Group Subject: $$Excel-Macros$$ AutoHide Hi all E