I am trying to position a Frame in a user form by defining numbers and it's giving me error
Private Sub UserForm_Initialize()
With Me.Frame1
.Top = Application.InchesToPoints(0.3)
.Left = Application.InchesToPoints(0.3)
End With
End Sub
Someone please help me
Thanks!
SolidworksApi macros