Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
JE,
Thanks for the code modification. I really appreciate it! Bob "JE McGimpsey" wrote: As an option, you can also use a single macro as a toggle: Public Sub TogglePicture1() With ActiveSheet.Shapes("Picture 1") .Visible = Not .Visible End With End Sub In article . com, NC wrote: Sub macro2() 'Hide Picture ActiveSheet.Shapes("Picture 1").Visible = False End Sub Sub macro3() 'Make picture visible ActiveSheet.Shapes("Picture 1").Visible = True End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Camera Icon and picture updates automatical as information changes | Excel Discussion (Misc queries) | |||
Picture Disappear in MS Excel | Excel Worksheet Functions | |||
insert picture excel 2007 from scanner or camera | Excel Worksheet Functions | |||
How to Display the The Insert Picture from Scanner or Camera dialog box | Excel Programming | |||
Inserting Picture from Camera | Excel Programming |