J
John E.
Sue,
Trying to run the listing 24.5 in your book. What I did is set up the
notepad file and custom contract form per Section 24.1.6, published the form
to the Contacts folder. Then with the custom form in Design Mode, I opened
Visual Basic with Pg. 2 showing in the custom form and pasted your listing
24.5 into the module. Then attempted to Run Sub/User Form to import the
comma-delimited file into the Project field added into the custom form. I
get the following run time error:
"Compiler Error: User defined type not defined" which debug points to line
#6 -
Dim fso As Scripting.FileSystemObject
Can you advise what I am doing wrong to get the data read into the Project?
Trying to run the listing 24.5 in your book. What I did is set up the
notepad file and custom contract form per Section 24.1.6, published the form
to the Contacts folder. Then with the custom form in Design Mode, I opened
Visual Basic with Pg. 2 showing in the custom form and pasted your listing
24.5 into the module. Then attempted to Run Sub/User Form to import the
comma-delimited file into the Project field added into the custom form. I
get the following run time error:
"Compiler Error: User defined type not defined" which debug points to line
#6 -
Dim fso As Scripting.FileSystemObject
Can you advise what I am doing wrong to get the data read into the Project?