Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 201
Default Events in a Userform


I have created a userform with tabs, combo boxes, text boxes, etc. I am
guessing from my research here that by using an "event" I can check to see if
the user has modified the form? From this event I would like to update
information on the form. I am new to userforms and have never used events,
could someone help me out here with some code? (I know I could add a call to
every control on the form, but I would really like a catch all reduce the
effort and chances that I might miss one).

Any help would be very much appreciated.

--
Trefor
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default Events in a Userform

Double-click any of the userform controls to be taken to the userform module
and the default event handler for said control. In the right dropdown at
the top of the module will be all the events that that control handles.
Pick the ones you want to write code for.

--
Jim
"Trefor" wrote in message
...
|
| I have created a userform with tabs, combo boxes, text boxes, etc. I am
| guessing from my research here that by using an "event" I can check to see
if
| the user has modified the form? From this event I would like to update
| information on the form. I am new to userforms and have never used events,
| could someone help me out here with some code? (I know I could add a call
to
| every control on the form, but I would really like a catch all reduce the
| effort and chances that I might miss one).
|
| Any help would be very much appreciated.
|
| --
| Trefor


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 201
Default Events in a Userform

Jim, many thanks and sorry for the delay in getting back to you I have been
working on another project.
--
Trefor


"Jim Rech" wrote:

Double-click any of the userform controls to be taken to the userform module
and the default event handler for said control. In the right dropdown at
the top of the module will be all the events that that control handles.
Pick the ones you want to write code for.

--
Jim
"Trefor" wrote in message
...
|
| I have created a userform with tabs, combo boxes, text boxes, etc. I am
| guessing from my research here that by using an "event" I can check to see
if
| the user has modified the form? From this event I would like to update
| information on the form. I am new to userforms and have never used events,
| could someone help me out here with some code? (I know I could add a call
to
| every control on the form, but I would really like a catch all reduce the
| effort and chances that I might miss one).
|
| Any help would be very much appreciated.
|
| --
| Trefor



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
UserForm ListBox Events David Excel Programming 0 November 1st 05 01:56 PM
Multipage Userform Events SA3214 Excel Programming 7 April 13th 05 09:03 PM
Events for controls created on the fly on a userform John Austin[_3_] Excel Programming 3 March 7th 05 04:23 PM
UserForm events R Avery Excel Programming 5 August 19th 04 05:59 PM
UserForm Events Nigel[_6_] Excel Programming 1 February 22nd 04 12:19 PM


All times are GMT +1. The time now is 01:11 AM.

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"