PC Review


Reply
Thread Tools Rate Thread

Capturing data from a form

 
 
Brent
Guest
Posts: n/a
 
      24th Nov 2007
Please help.

Once the fields within a form have been populated, how do I capture the
information for subsequent processing? Related to the form, is there a
programmable function to "Clear" all unprotected cells?
--
Brent
 
Reply With Quote
 
 
 
 
JLGWhiz
Guest
Posts: n/a
 
      24th Nov 2007
If a list box:

Range("A1") = ListBox1.Value puts the selected ListBox item in
Range A1 of the ActiveSheet. Put the code in the click event of the
control. See ListBox in VBA help. Also see Click Event in VBA help.
There is more there about Selected for multicolumn lists, etc.

"Brent" wrote:

> Please help.
>
> Once the fields within a form have been populated, how do I capture the
> information for subsequent processing? Related to the form, is there a
> programmable function to "Clear" all unprotected cells?
> --
> Brent

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Capturing Data from a form into excel Diego Microsoft Outlook Form Programming 1 15th Apr 2010 06:21 PM
Capturing form data Bob A Microsoft Outlook VBA Programming 1 26th Jan 2010 02:01 AM
Capturing data from a form and writing to a table. JDP Microsoft Access Form Coding 3 20th Sep 2004 01:03 AM
Re: Capturing data record entered in edit mode form Con Giacomini Microsoft Access Forms 2 18th Sep 2003 06:48 PM
External form data capturing Steve B. Microsoft VB .NET 1 5th Sep 2003 11:13 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:06 PM.