Hi - a user in another forum suggested I post this question here (even though it mostly involves Excel, it also involves Access).
Here goes: I created a UserForm in Excel VBA (version 2003) that has Checkboxes folks can click to make particular choices. I have coded the checkboxes to feed Textboxes (which are also located on the UserForm)....the purpose of the Textboxes is to show the added (or subtracted) value when a user clicks a particular Checkbox (to show grand totals to keep track of number of checkbox items selected).
What I want is for TextBox3's calculated value (which is the grand total) to immediately feed back to a cell in an Excel worksheet (being used as a database to collect data). This needs to happen before the user closes the UserForm.
Also, would love to know how to take that same Excel UserForm textbox value and have it feed back to a table in Access if anyone knows how to do that.
I've exhausted my brain and other resources trying to figure this out on my own. Hope someone out there can help. Thank you!