H
Hannu Rantala
Hello!
I am using excel and combobox to give alternatives for user.
How to programme following command in VBA:
If comboboxselection = 1 Then
Copy from 'sheet2'!B45:B52 & paste to 'sheet2'!B58:B65
If comboboxselection = 2 Then
Copy from 'sheet2'!C45:B52 & paste to 'sheet2'!B58:B65
If comboboxselection = 3 Then
Copy from 'sheet'!D45
52 & paste to 'sheet2'!B52:B65
..
..
..
repeated sufficient times...
Hannu Rantala
I am using excel and combobox to give alternatives for user.
How to programme following command in VBA:
If comboboxselection = 1 Then
Copy from 'sheet2'!B45:B52 & paste to 'sheet2'!B58:B65
If comboboxselection = 2 Then
Copy from 'sheet2'!C45:B52 & paste to 'sheet2'!B58:B65
If comboboxselection = 3 Then
Copy from 'sheet'!D45
..
..
..
repeated sufficient times...
Hannu Rantala