Hi there,
I have a VBA Userform, when the command button is pressed the data inserted into the UserForm needs to be placed in specific cells within the workbook.
Sheet name - Sheet3 (Template)
Textbox1 to B5 and C59
Textbox2 to D59
Textbox3 to C62
Textbox4 to D62
Textbox5 to D7
Textbox6 to F7
I have a column (B) where it will insert the value from D7 as a date and the column to the left (A) shows the day, if the cell in column B is empty I want column A to not show anything
I have a VBA Userform, when the command button is pressed the data inserted into the UserForm needs to be placed in specific cells within the workbook.
Sheet name - Sheet3 (Template)
Textbox1 to B5 and C59
Textbox2 to D59
Textbox3 to C62
Textbox4 to D62
Textbox5 to D7
Textbox6 to F7
I have a column (B) where it will insert the value from D7 as a date and the column to the left (A) shows the day, if the cell in column B is empty I want column A to not show anything