Search found 3 matches
- Tue Nov 24, 2020 3:35 pm
- Forum: Help Me
- Topic: ActiveX component can't create object: 'Photoshop.JPEGSaveOptions'
- Replies: 4
- Views: 10796
Re: ActiveX component can't create object: 'Photoshop.JPEGSaveOptions'
I've made some progress. In the registry, there's only an entry for the class Photoshop.JPEGSaveOptions.55 rather than Photoshop.JPEGSaveOptions and if I change the script above to 6> Set jpgSaveOptions = CreateObject("Photoshop.JPEGSaveOptions.55") then it works. I can only assume that be...
- Tue Nov 24, 2020 2:14 pm
- Forum: Help Me
- Topic: ActiveX component can't create object: 'Photoshop.JPEGSaveOptions'
- Replies: 4
- Views: 10796
Re: ActiveX component can't create object: 'Photoshop.JPEGSaveOptions'
Thanks for the reply, but it's a brand new motherboard and a clean install of Windows 10 which is up to date. The scripts run Photoshop jobs and also access the filesystem and an Oracle database via ODBC so VBScript is the only option.
- Thu Nov 19, 2020 4:05 pm
- Forum: Help Me
- Topic: ActiveX component can't create object: 'Photoshop.JPEGSaveOptions'
- Replies: 4
- Views: 10796
ActiveX component can't create object: 'Photoshop.JPEGSaveOptions'
I've been running a suite of VBScripts with Photoshop CS5.1 for years but recently replaced my motherboard and I'm having a problem getting my scripts going again after rebuilding the machine. To isolate the problem, I've been trying the following test script taken from the Photoshop CS5.1 scripting...