View Single Post
  #3  
Old January 19th 06, 01:17 PM posted to microsoft.public.outlook,microsoft.public.outlook.general,microsoft.public.outlook.program_vba
Dana DeLouis
external usenet poster
 
Posts: 6
Default File system error

Perhaps an alternative...

Dim fso
Set fso = CreateObject("Scripting.FileSystemObject")

HTH :)
--
Dana DeLouis
Win XP & Office 2003


"John" wrote in message
...
Hi

I am getting the 'User defined type not defined' on the line;

Dim fso As Scripting.FileSystemObject.

What am I doing wrong? What reference do I need to add? Do I need to
install/enable scripting on the win xp sp2 machine?

Thanks

Regards



Ads