From: Lucas Hernandez on
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