Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there anyway to select a tool bar button from within a macro?
and if so, once you complete the command you are selecting, will it return to the original macro? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Maybe you can use execute
This will open printpreview MsgBox "Hi" Application.CommandBars("Standard").FindControl(ID :=109).Execute MsgBox "Hi again" -- Regards Ron de Bruin http://www.rondebruin.nl "jasminesy" wrote in message ... Is there anyway to select a tool bar button from within a macro? and if so, once you complete the command you are selecting, will it return to the original macro? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro button on toolbar | Charts and Charting in Excel | |||
Macro button on toolbar | Excel Discussion (Misc queries) | |||
Excel 2003 is missing toolbar button select visible cells | Excel Worksheet Functions | |||
Can't select macro button after other button is pressed | Excel Programming | |||
Toolbar button To Run a Macro? | Excel Programming |