![]() |
VB Script to Hide Command Button if Bitmap is True
I have a command button that opens a signature box that
can be signed using a mouse. I would like to make this button Hide once the Bitmap image is saved to the signature box. Any help with some VB code to do this would be appreciated. Thanks Ken |
VB Script to Hide Command Button if Bitmap is True
In the event
Private Sub CommandButton1_Click() ' current code CommandButton1.visible = False End Sub -- Regards, Tom Ogilvy "Ken" wrote in message ... I have a command button that opens a signature box that can be signed using a mouse. I would like to make this button Hide once the Bitmap image is saved to the signature box. Any help with some VB code to do this would be appreciated. Thanks Ken |
VB Script to Hide Command Button if Bitmap is True
Private Sub CommandButton1_Click()
' current code Commandbutton1.visible = False End sub -- Regards, Tom Ogilvy Ken wrote in message ... I have a command button that opens a signature box that can be signed using a mouse. I would like to make this button Hide once the Bitmap image is saved to the signature box. Any help with some VB code to do this would be appreciated. Thanks Ken |
All times are GMT +1. The time now is 04:39 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com