Hi,
Please see below code. When I run macro, info copying to sheet1. But I need at the same time to copy same information to sheet2. Please help.
Please see below code. When I run macro, info copying to sheet1. But I need at the same time to copy same information to sheet2. Please help.
Code:
Dim iRow As Long
Dim ws As Worksheet
Set ws = Worksheets("Sheet1")
ws.Cells(iRow, 2).Value = Me.combobox_name.Value