Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Application Maximise event

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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default Application Maximise event

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


" wrote:

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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
captcure close application event suru Excel Worksheet Functions 2 June 17th 09 07:10 AM
Application level event help John Bundy Excel Discussion (Misc queries) 2 January 15th 08 10:30 PM
Application Event Procedure <Falling Over Tim Childs Excel Programming 10 June 18th 07 10:06 AM
Application Event Scope Problem [email protected] Excel Programming 2 October 7th 05 11:02 PM
Creating An Application Event Handler HLong Excel Programming 3 June 30th 05 09:59 PM


All times are GMT +1. The time now is 05:19 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"