View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default problem with code

Ana,
changes are that you do not need the fso at all.
VBA has built in ways of achieving the majority of its functionality..and
faster also.

NickHK

"Ana" wrote in message
...
Hi,

I have in a code the following sentence:
set fs=CreateObject("Scripting.filesystemobject") .....

before it was working fine in my macro but I had a problem with my

computer
and I had to install everything again and now this marcro sotps in this

line
, I think I have to include somthing in the references but I do not know
what...

any idea?

thank you

ana