![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
![]()
Hi. Word2016 VBA MsgBox macro for a new customer template form.
I inserted the following macro in the Developer-module which is functioning properly after I select Run Sub/UserForm (F5) Sub zzMsgBoxOkayWithWarningIcon() ' ' Inform User to input data in all shaded fields MsgBox "Input mandatory data in all shaded fields", vbOKOnly + vbExclamation End Sub So my question is, how do I get the word template I created with “Table” feature to show zzMsgBoxOkayWithWarningIcon MsgBox when the user clicks on the first shaded field? |
Ads | |
#2
|
|||
|
|||
![]()
I'm not 100% but try looking for onclick() functions
|
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
msgbox prompts? | jatman | Microsoft Word Help | 3 | May 17th 08 05:37 AM |
MsgBox during merge | Kathy Webster | Mailmerge | 7 | May 18th 07 07:47 AM |
MsgBox Bold Property? | A.Sorto | Microsoft Word Help | 2 | March 29th 06 04:09 AM |