Hello Guest it is April 26, 2024, 11:35:14 AM

Author Topic: Macro, Button Code to send the Program EXTENTS XY to the MessageBar  (Read 4479 times)

0 Members and 1 Guest are viewing this topic.

Offline BR549

*
  •  6,965 6,965
    • View Profile
' Macro to send Program Extents (SIZE) to the message Bar
Message" X: " & (GetOemDro(10) - GetOemDro(4)) & " Y: " & (GetOemDro(11) - GetOemDro(5))
END