Your cart is empty

Frequently Asked Question - The GWSDAT Graphical User Interface is bigger than my screen. How do I reduce the size?

The GWSDAT Graphical User Interface is bigger than my screen. How do I reduce the size?

This issue sometimes arises with low screen resolution. To modify the size of the GWSDAT Graphical User Interface you need to go in to the Excel VBA code module “ConfigParams” within “GWSDAT V2.0.xla” and change the following line of code:
(To access the VBA code –press Alt+F11 from Excel).

Change the code:
Public Const PanelScaling = 1 'Sizing of GWSDAT interface

To something like this:
Public Const PanelScaling = “0.75" 'Sizing of GWSDAT interface

When you are happy with the size of the GWSDAT user interface save the add-in by choosing File->Save GWSDAT V2.0.xla from the VBA editor.

CL:AIRE will not be responsible for any loss, however arising, from the use of, or reliance on, the information contained in the responses above, nor do they assume responsibility or liability for errors or omissions in the information provided. Readers are advised to use the information contained herein purely as a guide and to take appropriate professional advice where necessary.