From: Lucas Hernandez on 3 Jun 2010 13:38 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
|
Pages: 1 Prev: OverFlow Next: "Optional" output of a Public Type record |