Hi,
I have some problems to create a VBS Object for Photoshop and Illustrator. It's work with InDesign but not with Photshop and Illustrator:
Set appRef = CreateObject("Illustrator.Application") // OK
Set appRef = CreateObject("Photoshop.Application") // OK
Set appRef = CreateObject("InDesign.Application") // OK
Set appRef = CreateObject("Illustrator.Application.CC.2014") // NOT OK
Set appRef = CreateObject("Photoshop.Application.CC.2014") // NOT OK
Set appRef = CreateObject("InDesign.Application.CC.2014") // OK
I don't understand why this notation works only with InDesign. Have somebody an idea how to solve this?