Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need to download info off of Bloomberg and I need a lag to allow the fields
to populate before I paste the values. Any info anyone has on this would be much appreciated. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Take a look at the OnTime function. It initiates a macro after a set period
of time. It will be something like this... Application.OnTime Now() + TimeSerial(0, 2, 0), "MyProcedureName" -- HTH... Jim Thomlinson "Skillionaire" wrote: I need to download info off of Bloomberg and I need a lag to allow the fields to populate before I paste the values. Any info anyone has on this would be much appreciated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Minute Conversion | Excel Worksheet Functions | |||
minute formula | Excel Discussion (Misc queries) | |||
convert time from 60 minute hour to 100 minute hour | Excel Discussion (Misc queries) | |||
Graph by Minute | Charts and Charting in Excel | |||
convert 100 minute hour to a 60 minute hour | Excel Worksheet Functions |