gr8trthanu
Board Regular
- Joined
- Nov 14, 2008
- Messages
- 103
Hello,
I have a userform where I enter customer information.
When I complete the text boxes on the userform I have a command button that should move the information to a worksheet and hide the userform so I can continue working on the worksheet.
IE: Worksheets("Costing_Estimate").Range("I12").Value = txtDate.Value
The migration of the data migrates to the cells no problem but when the userform disappears so does the data for customer information.
I have used the following code: unload / hide / visible and all data disappears!!
How can I hide/close the userform, keep the customer information on the worksheet so that I can continue working on the spreadsheet.
thanks a bunch~
I have a userform where I enter customer information.
When I complete the text boxes on the userform I have a command button that should move the information to a worksheet and hide the userform so I can continue working on the worksheet.
IE: Worksheets("Costing_Estimate").Range("I12").Value = txtDate.Value
The migration of the data migrates to the cells no problem but when the userform disappears so does the data for customer information.
I have used the following code: unload / hide / visible and all data disappears!!
How can I hide/close the userform, keep the customer information on the worksheet so that I can continue working on the spreadsheet.
thanks a bunch~