Jun 22, 2005 #1 grande Programmer Joined Feb 14, 2005 Messages 657 Location CA What file do I need to reference them? And, if it's not on my computer, don't use them. ------------------------- Just call me Captain Awesome.
What file do I need to reference them? And, if it's not on my computer, don't use them. ------------------------- Just call me Captain Awesome.
Jun 22, 2005 1 #2 gmmastros Programmer Joined Feb 15, 2005 Messages 14,912 Location US The FileSystemObject uses scrrun.dll To use it within VB, click Project -> References. Scroll down to Microsoft Scripting Runtime, and select it. -George Strong and bitter words indicate a weak cause. - Fortune cookie wisdom Upvote 0 Downvote
The FileSystemObject uses scrrun.dll To use it within VB, click Project -> References. Scroll down to Microsoft Scripting Runtime, and select it. -George Strong and bitter words indicate a weak cause. - Fortune cookie wisdom
Jun 22, 2005 1 #3 zarkon4 MIS Joined Dec 16, 2003 Messages 641 Location US You need to set a reference (Project-References) to scrrun.dll, usually located in the Windows\System32 directory. Upvote 0 Downvote
You need to set a reference (Project-References) to scrrun.dll, usually located in the Windows\System32 directory.
Jun 22, 2005 Thread starter #4 grande Programmer Joined Feb 14, 2005 Messages 657 Location CA Sweet, thanks! ------------------------- Just call me Captain Awesome. Upvote 0 Downvote