Skip to main content
Participant
April 24, 2015
Question

Is there a way to have a VBScript launching Illustrator minimized or in hidde mode?

  • April 24, 2015
  • 0 replies
  • 197 views

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

This topic has been closed for replies.