Hello again, I'm a rookie programming excel so I need some help to get start.
I gotta question;
In worksheet, i have four columns, A6, B6, C6, D6
A6 contains ComboBox4, named Groups
B6 contains ComboBox3, Work
C6 contains ComboBox7, Area
D6 contains two textboxes 7 and 8. named Working time
What I need to, is to add a commandbutton to copy this row, range A6:D6 and place it in range A7:D7.
I know that I can do this by recording, but when I do this, it records macro normally but ignores comboboxes etc. What I got is an empty row.
And also, I need to have many many rows. So is it possible to have Commandbutton "New row", and everytime I click this, it gives me a new row WITH combobox3 4 and 7, and textboxes7 and 8, over and over again, under previous row
I gotta question;
In worksheet, i have four columns, A6, B6, C6, D6
A6 contains ComboBox4, named Groups
B6 contains ComboBox3, Work
C6 contains ComboBox7, Area
D6 contains two textboxes 7 and 8. named Working time
What I need to, is to add a commandbutton to copy this row, range A6:D6 and place it in range A7:D7.
I know that I can do this by recording, but when I do this, it records macro normally but ignores comboboxes etc. What I got is an empty row.
And also, I need to have many many rows. So is it possible to have Commandbutton "New row", and everytime I click this, it gives me a new row WITH combobox3 4 and 7, and textboxes7 and 8, over and over again, under previous row