I am using an excel workbook that has a customized data refresh process. To refresh the workbooks contents (several sheets) you would press a "custom Refresh" button that is on the top ribbon.
If I manually press the button the procedure runs.
When I record a macro to see what the button is doing it give me the following:
Application.Run "GVaction"
Application.Run "GVaction"
Application.Run "GVaction"
Application.Run "GVRefreshWorkbook"
Application.Run "GVaction"
Application.Run "GVaction"
Application.Run "GVaction"
Application.Run "GVaction"
Application.Run "GVaction"
So I copy that code into my macro to try and get it to run as a part of my automated process but nothing happens. Does anyone have any suggestion on how I can get this to run from with my macro (which is in the same workbook as the button)?
Any help would be appreciated,
Thanks...
If I manually press the button the procedure runs.
When I record a macro to see what the button is doing it give me the following:
Application.Run "GVaction"
Application.Run "GVaction"
Application.Run "GVaction"
Application.Run "GVRefreshWorkbook"
Application.Run "GVaction"
Application.Run "GVaction"
Application.Run "GVaction"
Application.Run "GVaction"
Application.Run "GVaction"
So I copy that code into my macro to try and get it to run as a part of my automated process but nothing happens. Does anyone have any suggestion on how I can get this to run from with my macro (which is in the same workbook as the button)?
Any help would be appreciated,
Thanks...