Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default 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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default 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



Reply
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
How to Hide Form and Command Buttons until such condition is true? ash3154 Excel Discussion (Misc queries) 0 September 2nd 09 12:37 AM
Command Button to show/hide a different worksheet Marilyn Excel Discussion (Misc queries) 1 April 22nd 09 03:37 AM
Command Button to Hide/Unhide Rows Bea Excel Discussion (Misc queries) 4 March 16th 06 03:21 PM
how do you hide a forms command button Paul James[_3_] Excel Programming 4 September 5th 03 06:18 PM
Hide command button on worksheet Mohair Excel Programming 3 July 14th 03 11:06 PM


All times are GMT +1. The time now is 12:38 AM.

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

About Us

"It's about Microsoft Excel"