Hi Experts. I am hoping you can help me. I have created a log in excel which contains two text boxes and two combo boxes (activeX controls). When the command button is clicked, I would like the data in the text boxes to be transferred to the tab that has the same name as the selection in combobox1 and the column on that tab that has the same name as the data in combobox 2. The location of these tabs and columns is in another workbook.
So, data is entered in workbook1 (Errors). When I click command button, the date (textbox1) and value (textbox2) should be transferred to workbook2 (Tracker) and placed on the next available row on the tab that has the same name as what is in combobox 1 (Type). The date should always be in column A, and the value in textbox2 should appear in the same row as the date, but in the column that has the same name as what was in combobox2. Data from all boxes should clear after clicking command button. If anyone can help me, I would appreciate it. Thanks.
Bookmarks