Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Xp SP2; MSO 2003
I need to suspend VBA code in Excel until a web query finishes downloading data into a .txt file on my local drive. I found a way to do that for Access VBA by looking for the file, but my problem here is that the file gets created, then it could take from several seconds to several minutes to download, especially when users are remoting in to a distant server from their home. Since the file size varies, I can't Do until newfile.size = ??? since it may never get to ??? or ??? may end up being only 1/3 of the data. Is there a way to ensure the download has completed and the file is closed, that I can test for before allowing the code to proceed? TIA BAC |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data storage/retrieval | Excel Discussion (Misc queries) | |||
Data Retrieval | Excel Discussion (Misc queries) | |||
Userform data retrieval | Excel Programming | |||
Data Retrieval | Excel Programming | |||
HTML data retrieval | Excel Programming |