Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 158
Default Double click message on userform....

I already know about the event for checking when a user
double clicks somewhere on a userform. I need to know
if there is an event to check if a user double clicked the
"active title bar" of the userform? (i.e the bar at the top of
a userform).

Anybody know if this is possible?


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,514
Default Double click message on userform....

It happens that Robert Crandal formulated :
I already know about the event for checking when a user
double clicks somewhere on a userform. I need to know
if there is an event to check if a user double clicked the
"active title bar" of the userform? (i.e the bar at the top of
a userform).

Anybody know if this is possible?


This fires the DblClick event since the title bar is an integral part
of the userform.

What are you trying to accomplish?

--
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,934
Default Double click message on userform....

I already know about the event for checking when a user
double clicks somewhere on a userform. I need to know
if there is an event to check if a user double clicked the
"active title bar" of the userform? (i.e the bar at the top of a
userform).


This fires the DblClick event since the title bar is an
integral part of the userform.


Clicking or Double-Clicking the title bar does not raise any UserForm events
for me (XL2003).

Rick Rothstein (MVP - Excel)

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,514
Default Double click message on userform....

Rick Rothstein explained :
I already know about the event for checking when a user
double clicks somewhere on a userform. I need to know
if there is an event to check if a user double clicked the
"active title bar" of the userform? (i.e the bar at the top of a
userform).


This fires the DblClick event since the title bar is an
integral part of the userform.


Clicking or Double-Clicking the title bar does not raise any UserForm events
for me (XL2003).

Rick Rothstein (MVP - Excel)


You're right! I plead temporary insanity!<g

I've been doing something to 'cause' the effect of rolling up a
userform so what's underneath (behind) it can be viewed. To restore it
I double-click just below the title bar. This, then, means I'm
double-clicking the form itself. After looking at the code I see that I
use its DblClick event so when I double-click the full size userform to
'roll it up' I do so on the userform surface. When rolled up it shows
just enough blank space below the title bar that I can double-click the
surface again to 'roll it back down'!

--
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 158
Default Double click message on userform....


This fires the DblClick event since the title bar is an integral part
of the userform.

What are you trying to accomplish?


I just thought it would be nice if I gave my users the ability to double
click the title bar of my userform to run a macro. I couldn't find any
events related to this.

Rick Rothstein also says, "Clicking or Double-Clicking the title bar
does not raise any UserForm events "

8(





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
Mouse double-click to select listbox item and run userform Lemi Excel Programming 3 July 19th 09 03:01 PM
Do not execute Double Click Event when UserForm is Showing RyanH Excel Programming 4 May 9th 08 09:53 PM
Double Click to run a sub then re-initializes userform?? Why??? RobVos Excel Programming 1 May 27th 06 02:47 AM
userform label double-click goes to click event John Paul Fullerton Excel Programming 3 May 19th 06 05:54 PM
Click on graph bar to execute a double-click in a pivot table cell [email protected] Charts and Charting in Excel 4 August 3rd 05 01:37 AM


All times are GMT +1. The time now is 07:16 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"