windows resize event trap

  • Thread starter Lucas Hernandez
  • Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top