Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hello --
The caption of a toggle button on a form can have two values, depending on the state of the button. I want to use that value in another cell of the worksheet. Is there a worksheet function or technique to do that? Thanks for any help. L Mehl |
#2
![]() |
|||
|
|||
![]()
You need to use VBA.
Range("A1").Value = Sheet1.ToggleButton1.Caption wrote in message ups.com... Hello -- The caption of a toggle button on a form can have two values, depending on the state of the button. I want to use that value in another cell of the worksheet. Is there a worksheet function or technique to do that? Thanks for any help. L Mehl |
#3
![]() |
|||
|
|||
![]()
Chip --
Thank you. I wasn't "thinking outside the cell". I can put that code on Worksheet_Activate() and achieve the result I want. Larry "Chip Pearson" wrote in message ... You need to use VBA. Range("A1").Value = Sheet1.ToggleButton1.Caption wrote in message ups.com... Hello -- The caption of a toggle button on a form can have two values, depending on the state of the button. I want to use that value in another cell of the worksheet. Is there a worksheet function or technique to do that? Thanks for any help. L Mehl |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
adding a command button to an excel cell? | Excel Discussion (Misc queries) | |||
Clear cell contents with a button | Excel Worksheet Functions | |||
How do I place diagonal lines in a cell in Excel. | Excel Discussion (Misc queries) | |||
Dropdown with a "jump to" cell name. Like a Go button.. | Excel Worksheet Functions | |||
Can I place visible text in cell that won't print | Excel Discussion (Misc queries) |