Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Update Form from spreadsheet

Hello All,

I have a user form that is used to insert values on a specific page in a
workbook. That part works fine. I have been asked to add data that is the
result of previous entries.

eg text box 1 is used to enter new data
text box 2 would show a value that is in the spreadsheet

How do I load the form and populate text box2 prior to data entry?

Thanks
John


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 923
Default Update Form from spreadsheet

in the form initailize event put......

text_box2.value = Sheets("Name").Range("A1").value


--
Cheers
Nigel



"Will Tuck" wrote in message
news:OLd3e.122937$ZO2.96292@edtnps84...
Hello All,

I have a user form that is used to insert values on a specific page in a
workbook. That part works fine. I have been asked to add data that is the
result of previous entries.

eg text box 1 is used to enter new data
text box 2 would show a value that is in the spreadsheet

How do I load the form and populate text box2 prior to data entry?

Thanks
John




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
record update VBA form Roy Gudgeon[_2_] Excel Discussion (Misc queries) 0 March 15th 10 04:27 PM
excel form. Need data extracted to spreadsheet each time a form co MikeR-Oz Excel Discussion (Misc queries) 4 April 5th 09 05:18 AM
Data Update Form Profairy Excel Programming 1 June 2nd 04 04:13 PM
Form Update before ProcRuns Nigel[_4_] Excel Programming 2 October 8th 03 04:15 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 05:00 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"