Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Have you tried compiling the macro after it goes screwy? The code below
might be useful if the path name just needs some time to update, but it would check if the file exists, and if it doesn't it would wait a second, and look again. for i = 1 to 10 MyFile = Dir(pathA) If MyFile < "" Then Exit for else newHour = Hour(Now()) newMinute = Minute(Now()) newSecond = Second(Now()) + 1 waitTime = TimeSerial(newHour, newMinute, newSecond) Application.Wait waitTime end if next *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel updating from XML file - file path specific? | Excel Discussion (Misc queries) | |||
Link path not updating when renamed | Excel Discussion (Misc queries) | |||
ThisWorkbook.Path & "\" & .... not WAVFile, but AVI file... | Excel Programming | |||
ThisWorkbook.Path | Excel Programming | |||
Custom Footer using ThisWorkbook.Path? | Excel Programming |