I'm attempting to Load a UserForm from a Worksheet Double Click
I also want to pass a worksheet Range to the Form so using:
Public Property Let Dat (inVal as Range)
Set MyRow= inVal
End Property
When this is called from the worksheet BeforeDoubleClick
myForm.Dat = Me.Range("A" & Target.Row &...