Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Capturing Real Time Data | Excel Worksheet Functions | |||
capturing all of the data | Excel Worksheet Functions | |||
Capturing Rows of Data | Excel Discussion (Misc queries) | |||
Capturing data using a formula | Excel Discussion (Misc queries) | |||
Capturing timed Data with RSLinx | Excel Programming |