![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Feb 2002
Posts: 35
|
I have a CommandButton control on my form, what I want to do is have a message displayed for about 10 seconds before the user clicks it. Can this be done? I was checking a control called "popup" but I do not understand it.
Thanks Carol |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Mar 2002
Location: Cincinnati, Ohio, USA
Posts: 6,824
|
Does your commandbutton have a GotFocus event?
|
|
|
|
|
|
#3 |
|
New Member
Join Date: Feb 2002
Posts: 35
|
No, it does not.
|
|
|
|
|
|
#4 |
|
Board Regular
Join Date: Feb 2002
Location: Tulsa, OK
Posts: 354
|
What does got focus or lost focus mean or do?
|
|
|
|
|
|
#5 |
|
Board Regular
Join Date: Mar 2002
Location: Cincinnati, Ohio, USA
Posts: 6,824
|
They are events which you can place code to run.
A textbox, for example, must have the focus to recieve input from the keyboard. If you exit textbox1 by tabbing, closing the form, ect... the text1.Lostfocus event should fire... I am still learning some of the differences between VB and VBA. Am new to VBA. Tom |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|