Question
Is there a way to have a VBScript launching Illustrator minimized or in hidde mode?
Hi guys,
i'm trying to get my code work without succes..
appRef.visible = false 'no success
thank you for helping.
Naim.
Set objWshShell = CreateObject("WScript.Shell")
Set appRef = CreateObject("Illustrator.Application")
appRef.visible = false