Link to home
Start Free TrialLog in
Avatar of leezac
leezac

asked on

Application.Run Refresh - need loop?

I am using the below to do a refresh for an application. When I recorded the macro - it had several lines of teh Application.run "RefireBlp" .... but I need to delete those in order to use a button to start the process.  My question is - can I shorten as below to do the refresh or do I need to do a loop and if a loop how would I do that?

   Application.Run Range("TRRefreshCells")
    Application.Run "RefireBLP"
    Application.Run Range("PLRefreshEventHandler")
    Application.Run Range("TRRefreshCells")
    Application.Run Range("TRRefreshCells")
    Application.Run Range("TRRefreshCells")
Avatar of unknown_routine
unknown_routine
Flag of United States of America image

Explain excatly what are you trying to do.

Are you trying to refresh "Bloomberg" Static links through the VBA?
Avatar of leezac
leezac

ASKER

"Are you trying to refresh "Bloomberg" Static links through the VBA?"  Yes
ASKER CERTIFIED SOLUTION
Avatar of unknown_routine
unknown_routine
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial