GRASP Python (4)
GRASP Python (4)
Sub CreateEnhancedInputForm()
Dim frm As Object
Set frm = ThisWorkbook.VBProject.VBComponents.Add(vbext_ct_MSForm)
With frm
.Properties("Caption") = "Enhanced Structural Analysis"
.Properties("Width") = 800
.Properties("Height") = 650
End With
P a g e 52 | 62