• MsgBox

    From ImNew@21:1/5 to All on Mon Jul 22 18:21:15 2019
    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?




    --
    ImNew

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From integral@21:1/5 to All on Mon Sep 2 17:22:24 2019
    I'm not 100% but try looking for onclick() functions




    --
    integral

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)