I already know what was wrong [smile]
for CATScript it can be:
' Create a view called "Front View" in this sheet
Dim oFrontView11 As DrawingView
Set oFrontView11 = oSheet.Views.Add("Front View")
but for VBScript
' Create a view called "Front View" in this sheet
Dim...
Hi all,
I'm trying to create a simple dimension in the drawing module in VBScript.
The following code works fine in CATScript but when I try to use it VBScript I get an error.
Any idea what is wrong with this code?
Dim Draw_point_1
Set Draw_point_1 =...