Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a picture which I would like to hide until a particular cell is
pressed. I need to know which function to use when the work book opens to hide the object with Sheet1.Shapes("Picture32").Visible = False. I have tried Workbook_WindowActivate, Activate, and the Open workbook fucntions. All 3 place the picture on the screen for a second before the function runs to hide it. Any help would be appreciated. thanks bill |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Bill
Why not hide it in the workbook_Close() event. This way it will be hidden on the last close and hence the next open -- HTH Nick Hodge Microsoft MVP - Excel Southampton, England HIS "billq" wrote in message ... I have a picture which I would like to hide until a particular cell is pressed. I need to know which function to use when the work book opens to hide the object with Sheet1.Shapes("Picture32").Visible = False. I have tried Workbook_WindowActivate, Activate, and the Open workbook fucntions. All 3 place the picture on the screen for a second before the function runs to hide it. Any help would be appreciated. thanks bill |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Painting equal cells | Excel Worksheet Functions | |||
Painting blank cells | Excel Worksheet Functions | |||
Painting Cells | Excel Discussion (Misc queries) | |||
Painting Locked Cells | Excel Discussion (Misc queries) | |||
cell painting | Excel Worksheet Functions |