How to update data in a Control ?

  • Thread starter Thread starter diglas1 via OfficeKB.com
  • Start date Start date
D

diglas1 via OfficeKB.com

Been messing around with very basic controls but frustratingly unable to find
a post showing how to update a value initially displayed in a Control box.
I have about 12 items of standing data, held in variables, with values which
will not often be changed.
I want to display these to the user in a list with tick boxes against each in
case an update is wanted.
Then I want to update the field(s) and save to the variable.
I suspect it can be done with a Combobox, but maybe also need Listbox(es).

Help appreciated.
 
Using ListIndex() is one way. You can add, delete, replace. Check it out in
VBA help files.
 
Thanks, give it a go.
Using ListIndex() is one way. You can add, delete, replace. Check it out in
VBA help files.
Been messing around with very basic controls but frustratingly unable to find
a post showing how to update a value initially displayed in a Control box.
[quoted text clipped - 6 lines]
Help appreciated.
 
Thanks very much, the Help examples are just what I needed.
Thanks, give it a go.
Using ListIndex() is one way. You can add, delete, replace. Check it out in
VBA help files.
[quoted text clipped - 4 lines]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top