Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 104
Default View the data in a cell on a userform

Andy,
By last entered value, do you mean the current value (after the update) or
the previous value?
If you want the current value of the cell:
Assuming your data is in Cell A1 on sheet1 and you want it in TextBox1 then

TextBox1.Text = Sheets("Sheet1").Range("A1").Value

If you want the previous value you will have to put the new value somewhere
else (so it doesn't overwrite the old value)
Use the above line of code.
When you no longer need the old value, overwrite it with the new value.(cut
and paste)

HTH
Henry

"ANdy Bolton" wrote in message
...
I am using a userform for users to enter exchange rate
information which then populates an exchange rate
worksheet, however I would like to view the last entered
value either on a separate userform or on the same one in
some way. How do I go about this.

Kind regards

Andy Bolton



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
how can I view all the data in a cell? RC Excel Discussion (Misc queries) 1 August 30th 05 12:01 AM
Data Validation Cell - Move to UserForm thom hoyle Excel Worksheet Functions 0 April 28th 05 12:23 AM
View Row Data in UserForm / Edit Pete T[_2_] Excel Programming 1 October 17th 03 10:36 PM
UserForm with Cell Data Phil Hageman Excel Programming 2 October 7th 03 02:02 PM
Taking Data of cell from worksheet to a userform window Mete Kavruk - EXPARTIZ Excel Programming 2 September 5th 03 02:33 PM


All times are GMT +1. The time now is 08:01 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"