#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 204
Default Form Update

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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default Form Update

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

texbox1.controlSource = Sheet1!A1

"Michelle" wrote:

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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Form won't update! Graham Y Excel Programming 4 October 5th 07 05:52 PM
update form RobcPettit[_2_] Excel Programming 1 October 4th 07 10:50 PM
Update Form from spreadsheet Will Tuck Excel Programming 1 April 1st 05 04:51 PM
Data Update Form Profairy Excel Programming 1 June 2nd 04 04:13 PM
using vba to update vba form jrh Excel Programming 3 September 23rd 03 11:11 PM


All times are GMT +1. The time now is 07:11 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"