Thread
:
"Path/File Access Error" on Sheets.Copy
View Single Post
#
2
Posted to microsoft.public.excel.programming
BrianB
external usenet poster
Posts: 1
"Path/File Access Error" on Sheets.Copy
I wonder if it is because of slow server response to the creation of th
.tmp file.
Try adding a delay of a second or two into the code :-
Application.Wait Now + TimeValue("00:00:02") ' =2 second
--
Message posted from
http://www.ExcelForum.com
Reply With Quote
BrianB
View Public Profile
Find all posts by BrianB