S
StargateFanFromWork
The syntax for Excel for the msgbox is quite similar to
AutoIt's (a freeware scripting program). When I create
message boxes in AutoIt, I can put a "title" or header
info in the title bar of the box.
I've searched various pages on the net looking for syntax
similar to this but for Excel but I haven't seen anything
that shows if this is even possible. If it can be done,
what would the syntax be, pls?
My line of coding looks like this currently:
MsgBox "Getting ready to print ... please insert a pink
sheet of paper into the printer."
I'd like to put the "Getting ready to print ..." in the
title bar if possible.
Also, while doing the abovementioned searching, I did find
a neat piece of code that adds a red circle with an X
through it and this "icon" is added through
the "vbcritical" coding at end of the revised line here:
MsgBox "Getting ready to print ... please insert a pink
sheet of paper into the printer.", vbCritical
I'm thinking the one with a yellow triangle "caution" sign
with an exclamation point would be better for this. Is
this possible; and if so, does anyone know the syntax for
it?
Thanks so much! As always, this is for the benefit of
many people. Cheers. D
AutoIt's (a freeware scripting program). When I create
message boxes in AutoIt, I can put a "title" or header
info in the title bar of the box.
I've searched various pages on the net looking for syntax
similar to this but for Excel but I haven't seen anything
that shows if this is even possible. If it can be done,
what would the syntax be, pls?
My line of coding looks like this currently:
MsgBox "Getting ready to print ... please insert a pink
sheet of paper into the printer."
I'd like to put the "Getting ready to print ..." in the
title bar if possible.
Also, while doing the abovementioned searching, I did find
a neat piece of code that adds a red circle with an X
through it and this "icon" is added through
the "vbcritical" coding at end of the revised line here:
MsgBox "Getting ready to print ... please insert a pink
sheet of paper into the printer.", vbCritical
I'm thinking the one with a yellow triangle "caution" sign
with an exclamation point would be better for this. Is
this possible; and if so, does anyone know the syntax for
it?
Thanks so much! As always, this is for the benefit of
many people. Cheers. D