Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have scanned my signature and saved it as a bitmap image that I would like
to use in an Excel spreadsheet. However I do not want the signature to be visible all the time. Is it possible to assign the bitmap to a macro button that will change the colour of the bitmap to the background colour of the sheet to make it invisible and vice versa. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi John,
Try something like: Private Sub CommandButton1_Click() With ActiveSheet.Shapes("Picture 1") '<<===== CHANGE .Visible = Not .Visible End With End Sub The button will toggle the display of the bitmap, --- Regards, Norman "John Davies" wrote in message ... I have scanned my signature and saved it as a bitmap image that I would like to use in an Excel spreadsheet. However I do not want the signature to be visible all the time. Is it possible to assign the bitmap to a macro button that will change the colour of the bitmap to the background colour of the sheet to make it invisible and vice versa. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
enter bitmap image pixel data to cells | New Users to Excel | |||
Bitmap data of Image controls & Picture objects... | Excel Programming | |||
Bitmap data of Image controls & Picture objects... | Excel Programming | |||
How to insert a bitmap image into a Excel Cell? | Excel Programming | |||
loading a bitmap into an image control from the clipboard | Excel Programming |