I have a macro that I created for an end user to do some repetitive tasks on a green-screen iSeries session. The macro is written in VB script and it runs fine under Windows XP. Recently, the user upgraded to Win 7 and when she tries to run the macro, she gets the following error:
Error in the script on line 190: AcitveX component can't create object: 'UserAccounts.CommonDialog'.
What the macro is attempting to do at that point is this command:
Set ObjFSO1 = CreateObject("UserAccounts.CommonDialog")
Which is needed to open an "Open File" dialog so the user can open a csv file for the macro to process it.
Has anybody run into this situation? And if so, what did you do resolve it? As always, thanks for the help. I have researched on the internet for this type of error and tried the solutions offered but had not had any luck.
Thank you,
Antonio Mira
Application Developer
________________________________
This E-mail and any of its attachments may contain Time Warner Cable proprietary information, which is privileged, confidential, or subject to copyright belonging to Time Warner Cable. This E-mail is intended solely for the use of the individual or entity to which it is addressed. If you are not the intended recipient of this E-mail, you are hereby notified that any dissemination, distribution, copying, or action taken in relation to the contents of and attachments to this E-mail is strictly prohibited and may be unlawful. If you have received this E-mail in error, please notify the sender immediately and permanently delete the original and any copy of this E-mail and any printout.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.