Application Maximise event

L

lyle

Hi all,

Is there an event I can use to trap the maximisation of the Excel App?

(ideally an event that traps the move from minimised to any other
state)

Thanks,

Lyle
 
J

JLGWhiz

Not sure if this is what you are looking for. I got it from the VBA help
file under window resize event.

Private Sub Workbook_WindowResize(ByVal Wn As Excel.Window)
Application.StatusBar = Wn.Caption & " resized"
End Sub
 

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