UserForm VBA excel. Saving data depending on the parameters
Closed
gogazapr
Posts
3
Registration date
Friday June 18, 2021
Status
Member
Last seen
February 7, 2022
-
Feb 7, 2022 at 01:44 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Contributor Last seen December 27, 2022 - Feb 8, 2022 at 11:54 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Contributor Last seen December 27, 2022 - Feb 8, 2022 at 11:54 AM
Related:
- Excel vba
- Excel online vba - Guide
- Vba excel mac - Guide
- Vba case like - Guide
- Excel mod apk for pc - Download - Spreadsheets
- Number to words in excel formula without vba - Guide
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Contributor
Last seen
December 27, 2022
555
Feb 8, 2022 at 11:54 AM
Feb 8, 2022 at 11:54 AM
Hi Gogazapr,
When you use Textbox1 to input the year and want the value from Textbox2 to go to cell A1 of the sheet entered in Textbox1, the code line for the command button would be:
Best regards,
Trowa
When you use Textbox1 to input the year and want the value from Textbox2 to go to cell A1 of the sheet entered in Textbox1, the code line for the command button would be:
Sheets(TextBox1.Value).Range("A1").Value = TextBox2.Value
Best regards,
Trowa