View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default File System Object

Jason,
Scripting can be disabled by Admin as a security measure.
Personally, I would not use the FSO anyway, as all it's functionality is
available through inherent VB/VBA methods.
What are you using it for ?

NickHK

"Jason Zischke" wrote in message
...
Hi all,

I have a problem with one computer not being able to read the code below

and
I was wondering what could be missing that it can't read it?

Set fs = CreateObject("Scripting.FileSystemObject")

Thanks in advance

Jason