I have a script which works fine in Windows 98. It creates an object like this:
Set objDlg = CreateObject("MSComDlg.CommonDialog"
I have a user who is now on an XP machine and I get an error message that reads like this when the script is run.
"class is not licensed for use"
Can anyone tell how to correct this problem? Thanks
babalas
Set objDlg = CreateObject("MSComDlg.CommonDialog"
I have a user who is now on an XP machine and I get an error message that reads like this when the script is run.
"class is not licensed for use"
Can anyone tell how to correct this problem? Thanks
babalas