Debug script - Microsoft Support
To add a debug statement in the Microsoft Visual Basic Scripting Edition (VBScript) scripting language, type the Stop statement. The following example demonstrates how to use the debug statement in the OnLoad event handler by using JScript syntax:
Applies To: InfoPath 2010, InfoPath 2013, Microsoft Script Editor 2007
Customize a form template by using a script - Microsoft Support
To customize a form template by using script, you can use either Microsoft JScript or Microsoft Visual Basic Scripting Edition (VBScript). By default, InfoPath is configured to add script by using JScript.
Applies To: InfoPath 2010, InfoPath 2013
Custom form script is now disabled by default - Microsoft Support
In phase 3, VBScript will be completely deprecated, and it will no longer be possible to re-enable Custom form script in Classic Outlook for Windows. For more details on deprecation plans and timelines, please go to VBScript deprecation: Timelines and next steps.
Applies To: Outlook for Microsoft 365, Outlook 2024, Outlook 2021, Outlook 2019, Outlook 2016, Outlook 2013, Outlook 2010, Outlook 2007
How to use Windows Script Host scripts as CGI scripts
When attempting to call a Visual Basic Script from a Web server in the context of a CGI script, the script may fail to run properly. The most likely reason for this is that the scripting engine is typically executed in the security context of the IUSR_Machine created by IIS when it is installed.
Forms with VBScript do not work with Terminal Services in Outlook
If you are using Microsoft Outlook in a Terminal Services environment, you cannot use Visual Basic Scripting Edition (VBScript) in custom Outlook forms. This issue can occur when you are using a Microsoft Windows Terminal Server in Install mode or User mode.
Automate tasks with the Macro Recorder - Microsoft Support
To automate a repetitive task, you can record a macro with the Macro Recorder in Microsoft Excel. Imagine you have dates in random formats and you want to apply a single format to all of them. A macro can do that for you. You can record a macro applying the format you want, and then replay the macro whenever needed.
Applies To: Excel for Microsoft 365, Excel for Microsoft 365 for Mac, Excel 2024, Excel 2024 for Mac, Excel 2021, Excel 2021 for Mac, Excel 2019, Excel 2016
Debug script - Microsoft Support
To add a debug statement in the Microsoft Visual Basic Scripting Edition (VBScript) scripting language, type the Stop statement. The following example demonstrates how to use the debug statement in the OnLoad event handler by using JScript syntax:
Applies To: InfoPath 2010, InfoPath 2013, Microsoft Script Editor 2007
Visual Basic Procedure to Get/Set Cursor Position
Microsoft provides examples of Visual Basic for Applications procedures for illustration only, without warranty either expressed or implied, including, but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.
How to dynamically add and run a VBA macro from Visual Basic
This article demonstrates how to dynamically add a VBA module to a running Office application from Visual Basic, and then call the macro to fill a worksheet in-process.
PRB: VBScript Compilation Error Message '800a03e9' Out of Memory
Most of the time, the line of code in error is the SQL statement since SELECT statements can be very large. You can use one of the following to work around this problem: If the SELECT goes against a single table, remove the "table." prefix in front of each column.