Open method

Examples


The Open method opens a window.

Syntax

window.Open

Parameters

window – A window object.

Comments

There are two ways of opening Microsoft Dynamics GP windows in VBA:

If you use the Open method in your VBA code to open a window, but the window cannot be opened, a VBA exception will be thrown. You can handle this exception using the On Error statement in VBA.


Documentation Feedback