Re: VB6 Microsoft Runtime Scripting is missing from Components list
Click on Project ---> References and go down to Microsoft Scripting RunTime
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
Re: VB6 Microsoft Runtime Scripting is missing from Components list
Where were you looking for it?
If in the list of Components then go to Project References instead.
If it's not listed there then hit the Browse button and manually navigate to
c:\Windows\System32\scrrun.dll
If file isn't there then download it from Microsoft and install it first and then try again.