JockMullin
MIS
Greetings.
I recently developed an outlook macro (for OL 2002/2003) which creates a new outlook msg by reading the to:, subject and html msg body from files created by a database application. To do this I used the scripting file system.
Unexpectedly I am now trying to implement the macro on an Outlook 2000 machine, and I am getting:
"Compile Error - Can't find project or library" and the debugger points to :
set tso = CreateObject("Scripting.FileSystemObject")
Questions:
- I assume this means file system support is not found
- Is this available in Outlook 2000?
- Does it have to be installed implemented
Any pointers as to where I should look would be appreciated. I am a newbie in this area.
Many thanks
Jock
"Easy to Use is Easy to Say" - Jeff Garbers
I recently developed an outlook macro (for OL 2002/2003) which creates a new outlook msg by reading the to:, subject and html msg body from files created by a database application. To do this I used the scripting file system.
Unexpectedly I am now trying to implement the macro on an Outlook 2000 machine, and I am getting:
"Compile Error - Can't find project or library" and the debugger points to :
set tso = CreateObject("Scripting.FileSystemObject")
Questions:
- I assume this means file system support is not found
- Is this available in Outlook 2000?
- Does it have to be installed implemented
Any pointers as to where I should look would be appreciated. I am a newbie in this area.
Many thanks
Jock
"Easy to Use is Easy to Say" - Jeff Garbers