Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Help! In trying to come up with a macro to toggle the Personal.xl workbook between hide & unhide, I can't seem to get the syntax correct I have been working on the following but being so new, I am having hard time referring to the workbook Personal.xls: Private Sub HideUnHideWorksheet() If Workbooks("Personal.xls").Sheet1.Visable = True Then Workbooks("Personal.xls").Sheet1.Visable = False Else Workbooks("Personal.xls").Sheet1.Visable = True End If End Sub Any ideas would be greatly appreciated. Please help keep it simple. mikebur -- mikebur ----------------------------------------------------------------------- mikeburg's Profile: http://www.excelforum.com/member.php...fo&userid=2458 View this thread: http://www.excelforum.com/showthread.php?threadid=47035 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I unhide the PERSONAL.XLS worksheet? | Excel Worksheet Functions | |||
unhide personal.xls? | Excel Discussion (Misc queries) | |||
unhide personal.xls ..... continued | Excel Discussion (Misc queries) |