Refresh Bloomberg data in an excel file from a script

T

Tom

HI,
I run a vb script which loops through excel files, and runs excel
macros to update data from a database.

What I would like to happen is for the excel files to have their
Bloomberg data refreshed, before the script runs (or be refreshed by
the script).

Running a macro with the below line does refresh the Bloomberg data.
Application.Run "RefreshEntireWorkbook"

But when I run this macro from a script, it does not work.

Does anyone know of a way to refresh Bloomberg data in an excel file
from a script ?

Regards,
Tom
 
D

Don Guillett

HI,
I run a vb script which loops through excel files, and runs excel
macros to update data from a database.

What I would like to happen is for the excel files to have their
Bloomberg data refreshed, before the script runs (or be refreshed by
the script).

Running a macro with the below line does refresh the Bloomberg data.
Application.Run "RefreshEntireWorkbook"

But when I run this macro from a script, it does not work.

Does anyone know of a way to refresh Bloomberg data in an excel file
from a script ?

Regards,
Tom

You don't say how you are getting the bloomberg data. send your file
to dguillett1 @gmail.com
 
T

Tom

You don't say how you are getting the bloomberg data. send your file
to dguillett1 @gmail.com- Hide quoted text -

- Show quoted text -

Thanks Don, but from our correspondance, I think we are on different
wavelengths.

Does anybody else have a solution to this problem ?

Regards,
Tom
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top