Posts: 49
Threads: 12
Joined: Feb 2007
i have a macro that i have written , the mac starts from a window trigger! the toolbar pops up but when i close the window the toolbar is still there! why? i thought if it were triggered by a window it would close with the window! thanks
Posts: 12,124
Threads: 142
Joined: Dec 2002
If toolbar itself has window trigger, it should disappear when the window is closed.
If toolbar is started by macro that has window trigger, the macro should do this:
mac "toolbar name" _command
Posts: 49
Threads: 12
Joined: Feb 2007
thanks man!!! worked like a charm!!!