|
-
Apr 10th, 2001, 06:04 PM
#1
Thread Starter
New Member
Please help,
I am using win 95.
In my code I Create a file using:
Dim fs, a As Object
Set fs = CreateObject("Scripting.FileSystemObject")
Set a = fs.createtextfile(\\servername\folder\filename.txt, True)
a.writeline Param
a.Close
when I try to execute, I have this error:
Run time error'429'
Active X component can't crate object
Anybody know how to solve this problem?
If I need to install new dll, what file should I install, and where should I put?
Thank you,
dummy
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|