View Single Post
  #1  
Old February 15th 07, 04:49 AM posted to microsoft.public.outlook.program_vba
Andrew Hall NZ
external usenet poster
 
Posts: 2
Default CreateObject("Scripting.FileSystemObject") stopped working

I have a script I have been using regularly which includes the lines

Dim fs As FileSystemObject
Set fs = CreateObject("Scripting.FileSystemObject")

Today the second line is suddenly giving me Automation Error, Library Not
Registered.

Since this used to work and the Library Microsoft Scripting Runtime IS
registered I am at a loss to understand what is going on.

I am hoping the problem is unrelated to a heap of Office updates that XP
installed for me today.

Andrew



Ads