title block macro message
title block macro message
(OP)
seems like creating messages in usual way doesn't work with title block macros. macro is starting under frame and title block icon.
i need to message user like this "be sure to fill part properties" because some of the title block text is based on part properties.
can anyone help me please with the message?
see attachment.
thanks an advance.
i need to message user like this "be sure to fill part properties" because some of the title block text is based on part properties.
can anyone help me please with the message?
see attachment.
thanks an advance.





RE: title block macro message
Move
Dim strHello As String
strHello="Hello"
MsgBox strHello
inside the second one and delete the first Sub CATMain()....End Sub
Regards
Fernando
https://picasaweb.google.com/102257836106335725208 - Romania
https://picasaweb.google.com/103462806772634246699... - EU
RE: title block macro message
pops up twice. once when i press frame and title block and second time during title block creation. anyway it's better than having nothing.
thanks for help.