G
Guest
I have a toolbar with a "RefreshNow" button that I want to preempt so I can
do some extra steps. I have ID'd the toolbar and button object code as :
commandbars("Business Explorer").Controls("RefreshNow")
I have tried :
commandbars("Business Explorer").Controls("RefreshNow").OnAction = MsgBox
(for example), but this does not seem to work. I would like the preempt to
work on all tabs of this workbook.
For a procedure name, I tried "Sub RefreshNowButton_click()".
Any Ideas would be greatly appreciated.
do some extra steps. I have ID'd the toolbar and button object code as :
commandbars("Business Explorer").Controls("RefreshNow")
I have tried :
commandbars("Business Explorer").Controls("RefreshNow").OnAction = MsgBox
(for example), but this does not seem to work. I would like the preempt to
work on all tabs of this workbook.
For a procedure name, I tried "Sub RefreshNowButton_click()".
Any Ideas would be greatly appreciated.