Form Update

M

Michelle

Hello, I have a modeless form with quite a few controls in it, and many of
the values are dependent on values in my spreadsheet, when I change the
value in a control, it will updatethe spreadsheet and the rest of the
spreadsheet will calculate. I want every control on the form to reflect
these new values. Can I make my controls simply display what's in the cells
on the spreadsheet (and change when they change), or is there a quick way to
make everything on the form recalculate, or do I have to have to laboriously
write code for all 70 or 80 controls on all the pages of my form?

Thanks

M
 
J

Joel

If you are using a textbox you can set the control source

texbox1.controlSource = Sheet1!A1
 

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

Top