Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Jay,
How do you call this macro. I tried to call it from a button on the sheet and it's working as desired. --- Per "Jay" skrev i meddelelsen ... What I want to happen is if I click on optD1D2 a message would appear = MsgBox "D3Kgs and D3" next if I click optD3 a message would appear stating, =MsgBox "D3Kgs and D3" and last option =MsgBox "Computes both Plant" else Msgbox "Please choose an option." thanks, Jay "Per Jessen" wrote: Describe your problem, so we know what to look for. Regards, Per "Jay" skrev i meddelelsen ... If Sheet3.optD1D2.Value = True Then MsgBox "D1/D2Kgs and D1/D2" ElseIf Sheet3.optD3.Value = True Then MsgBox "D3Kgs and D3" ElseIf Sheet3.optBoth = True Then MsgBox "Computes both Plant" Else MsgBox "Please choose what source to run." End If |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Shortcut key not running macro properly | Excel Discussion (Misc queries) | |||
Macro not running properly when shortcut is used | Excel Programming | |||
Need syntax for RUNning a Word macro with an argument, called from an Excel macro | Excel Programming | |||
Excel 2000 running on Windows XP SP2 does not properly open CSV fi | Excel Discussion (Misc queries) | |||
Launch Macro in Access via Macro running in Excel??? | Excel Programming |