FileSystemObject

S

Steph

Does anyone know which reference I need to use this
object? There are no "MISSING" references in the list,
but I am still getting the message "user-defined type not
defined" when trying to compile.

Thanks,

S
 
C

Chip Pearson

Steph,

In the VBA editor, go to the Tools menu and choose References.
There, scroll down to "Microsoft Scripting Runtime" and put a
check next to it. You should then be all good to go.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com [email protected]
 
Top