![]() |
i need help
i was tasked with creating a logging program in excel. i can create
the spreadsheet portion without problem what i'm looking to do is use the visual basic editor to make loading the data easier. i have the form created but now what. i need to find out how to get the data from the textboxes into each cell. every online tutorial i look at will tell me everything EXCEPT that. how do i get the data from a textbox to be written into a cell/row? |
i need help
how do i get the data from a textbox to be written into a cell/row?
Sheets("Sheet1").Range("A1") = Textbox1.Value Hth, Merjet |
All times are GMT +1. The time now is 06:57 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com