LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default stopping userform resize on minimize

Seems to me that UserForm_Resize() fires when I resize by dragging,
minimize or maximise. Isn't that what you wanted? What am I missing
here?


well, when the UserForm_Resize() event fires during a minimize, I'm
getting a runtime error (308, property less than zero) because the code
tries to set control heights and widths in relation to 'me.height' and
'me.width'.

What I discovered through your 'debug.print' technique which I had
forgotten about, was that the 'me.height' property was reporting itself
as 23.25 and later I was subtracting 41 from it generating the runtime
error.

Therefore, all I've done is check for a value just over the one it
thinks it is during a minimize event (why is it 23.25? go figure) ie:

If Me.Height < 25 Then Exit Sub

...and all is well.

Much appreciated all your help. Isn't it a nice thing that folk take
the time and trouble to help out :)

gasho,
Hughie



 
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
Minimize button on userform? Bob Excel Discussion (Misc queries) 3 June 13th 09 11:01 PM
Minimize UserForm Howard31 Excel Discussion (Misc queries) 0 December 17th 08 09:10 PM
VBA - need to minimize Excel from UserForm gary Excel Programming 3 June 3rd 06 10:41 AM
Minimize a UserForm SailFL Excel Discussion (Misc queries) 1 August 21st 05 12:45 AM
How to minimize a userform! furbiuzzu Excel Programming 4 June 15th 05 07:46 PM


All times are GMT +1. The time now is 08:19 AM.

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

About Us

"It's about Microsoft Excel"