Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Okay, guys. Help me think this through: With ufm1 (12 checkboxes), I
gather input about what forms to prepare, and then use that input to create form fields on an Active Document. After the user has input data into the form fields, I need to "remember" what checkboxes they selected on ufm1, so that I can now work with the selected forms. (Open the documents, add the formfield-input, print the form, close the form, and open the next form.) I think I have worked out everything but how to "remember" what checkboxes were originally selected on ufm1. Can I somehow "store" ufm1.ckb1.value to retrieve later? Is this completely a backward way of doing what I want to do? If not, any suggestions about how I can "remember"?? TIA |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use the checkboxes ControlSource property. A1 or Sheet2!A1, etc.
Tim "zsplash" wrote in message ... Okay, guys. Help me think this through: With ufm1 (12 checkboxes), I gather input about what forms to prepare, and then use that input to create form fields on an Active Document. After the user has input data into the form fields, I need to "remember" what checkboxes they selected on ufm1, so that I can now work with the selected forms. (Open the documents, add the formfield-input, print the form, close the form, and open the next form.) I think I have worked out everything but how to "remember" what checkboxes were originally selected on ufm1. Can I somehow "store" ufm1.ckb1.value to retrieve later? Is this completely a backward way of doing what I want to do? If not, any suggestions about how I can "remember"?? TIA |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel displays "l" instead of "‚¬" symbol for Euro values | Excel Discussion (Misc queries) | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
How to create a scatter chart with 2 "X" values with common "Y"s | Charts and Charting in Excel | |||
how to make a checkbox usable for users to "check" it? | Excel Discussion (Misc queries) | |||
Changing "returned" values from "0" to "blank" | Excel Worksheet Functions |