Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In an addin I employ some commonly used Web-download code as shown
below: Public Function DownloadFile(sDlNetFileAddy As String, _ sDlUserPath As String) As Boolean DownloadFile = URLDownloadToFile(0&, sDlNetFileAddy, _ sDlUserPath, BINDF_GETNEWESTVERSION, 0&) = ERROR_SUCCESS DoEvents End Function Along with the supporting code, it works well, but my concern is for those people with really slow connections. I'm concerned it may cause a runtime error if it takes too long. Any thoughts on this? Is there a way I can set a timeout variable? Thanks, Chuck |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
items chosen to download are NEVER all there after download comple | New Users to Excel | |||
Useful add-ins to download | Excel Discussion (Misc queries) | |||
how do i download again i have key code | Excel Discussion (Misc queries) | |||
Download | Excel Programming | |||
VBA code for automatic download | Excel Programming |