About 578,000 results
Open links in new tab
  1. MsgBox function (Visual Basic for Applications) | Microsoft Learn

    Aug 30, 2023 · The value returned by the MsgBox function depends on the button chosen by the user. This example assumes that DEMO.HLP is a Help file that contains a topic with a Help context …

  2. MsgBox Function - Microsoft Support

    In an Access desktop database, the MsgBox Function displays a message in a dialog box, waits for the user to click a button, and returns an Integer indicating which button the user clicked. Syntax MsgBox …

  3. Excel VBA MsgBox [Message Box] – All You Need to Know!

    A MsgBox is a VBA function that allows you to diplay a message box. You can customize the message box (title, icon, buttons, etc.).

  4. Office TANAKA - Excel VBA関数 [MsgBox]

    MsgBoxで、 どんなときに括弧を使うのか と、 メッセージを改行する"改行コード" について、詳しい解説を動画で公開しています。ぜひ、こちらもご覧ください。Youtubeでは、ほかにもたくさんの …

  5. メッセージボックス (MsgBox関数)|VBA入門

    Feb 27, 2024 · メッセージを表示するダイアログボックス(小さな画面)を表示するVBAです。ユーザーに選択(「はい」「いいえ」や「OK」「CANCEL」等)してもらうことで、その選択結果を受 …

  6. MsgBox 函数 (Visual Basic for Applications) | Microsoft Learn

    示例 此示例使用 MsgBox 函数,在具有“ 是 ”和“ 否 ”按钮的对话框中显示严重错误消息。 指定的默认响应为选择“ 否 ”按钮。 MsgBox 函数返回的值取决于用户选择的按钮。 此示例假定 DEMO.HLP 为帮助 …

  7. MsgBox 関数 (Visual Basic for Applications) | Microsoft Learn

    例 この例では、 MsgBox 関数を使用して、 [はい] ボタンと [いいえ] ボタンが含まれるダイアログ ボックスで重大なエラーのメッセージを表示させます。 [いいえ] ボタンは既定の応答として指定さ …

  8. How to Use Message Boxes in Excel: Step-by-Step Guide (MsgBox)

    Aug 30, 2024 · Message box function example #4: Multiple lines in VBA msgbox You can also create multiple lines of text in a message box using the vbNewLine character. This VBA code added to the …

  9. VBA Msgbox – A Complete Guide to the VBA Message Box

    The VBA MsgBox function is used to display messages to the user in the form of a message box. We can configure the message box to provide the user with a number of different buttons such as Yes, …

  10. VISUAL BASIC - The VB Programmer

    When you use MsgBox to with the option to display more than one button (i.e., from the first group, anything other than "vbOKOnly"), you can test which button the user clicked by comparing the return …