![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 23
|
I have a UserForm with TextBox(about 70 of them) The user input the data into TextBox & when finished clicks the Enter (cmButton1), which then enters the infomation into worksheet cells. A message box comes up and asks if there is more input, if Yes another UserForm Opens,(this is similar to the 1st UserForm just smaller), if No then UserForm hides. I then save the Workbook. When I reopen Workbook and click for UserForm how can I save original information entered without reentering it? Any help?
Bill |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Auckland, New Zealand
Posts: 4,209
|
Quote:
just do the revere of your command button routine ie. Assign the Textbox to the range you assigned your Textbox to update with. eg Textbox1.text = range("A1").text |
|
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Feb 2002
Posts: 117
|
What do you mean by saving the original info? Its already saved on the spread sheet that you posted it to. If your asking how would you view it then use Ivan's method.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|