LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.programming
Bob Bob is offline
external usenet poster
 
Posts: 972
Default Making a camera picture appear/disappear

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


 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Camera Icon and picture updates automatical as information changes jjf113 Excel Discussion (Misc queries) 4 February 3rd 10 06:24 PM
Picture Disappear in MS Excel [email protected] Excel Worksheet Functions 0 September 18th 06 03:51 PM
insert picture excel 2007 from scanner or camera Jerry Stone Excel Worksheet Functions 0 June 13th 06 11:37 PM
How to Display the The Insert Picture from Scanner or Camera dialog box Browie[_2_] Excel Programming 2 December 15th 05 01:22 PM
Inserting Picture from Camera Gary H Excel Programming 0 July 11th 04 07:00 AM


All times are GMT +1. The time now is 04:19 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"