View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Error - file already exists.

Jim,
Well, I didn't look too closely at your code..
Just wondering why everybody wants to use FSO nowadays for functions that
are easily accomplished without it.
Given that it may be disabled on some systems, is notoriously slow and
suffers from numerous versions, why bother ?

NickHK

"Jim Cone" wrote in message
...
Hi NickHK,
I almost fixed the code. <g
The Set statement should be placed before the loop, not in it.
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware



"NickHK" wrote in message
...
Jim,
The other Jim has fixed the code, but do you really need to create an
instance of the FSO just to make a folder.
You do have the native MkDir.

NickHK