L
Lucas Hernandez
I am trying to resize a form inside of excel base on windows resize
event (not workbook resize)... I've already try
Private Sub appevent_WindowResize(ByVal Wb As Excel.Workbook, ByVal Wn
As Excel.Window)
MsgBox "you have resized excel"
End Sub
and it works only with workbook resize...
I'll appreciate any help on this... thanks
LH
event (not workbook resize)... I've already try
Private Sub appevent_WindowResize(ByVal Wb As Excel.Workbook, ByVal Wn
As Excel.Window)
MsgBox "you have resized excel"
End Sub
and it works only with workbook resize...
I'll appreciate any help on this... thanks
LH