Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi All, I'm trying to change the text on the face of a toggle button when activated, i.e.: it will Switch between On & Off when activated. Any help would be appreciated. Ben E |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Private Sub ToggleButton1_Click()
If ToggleButton1.Value Then ToggleButton1.Caption = "On" Else ToggleButton1.Caption = "Off" End If End Sub -- Regards, Tom Ogilvy "Ben E" wrote in message ... Hi All, I'm trying to change the text on the face of a toggle button when activated, i.e.: it will Switch between On & Off when activated. Any help would be appreciated. Ben E |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Toggle Button | Excel Worksheet Functions | |||
Need to Use 1 Button to toggle On or Off | Excel Discussion (Misc queries) | |||
Toggle Button | Excel Discussion (Misc queries) | |||
Toggle button | Excel Discussion (Misc queries) | |||
Toggle Button | Excel Discussion (Misc queries) |