I am trying to pull data from to cells in a worksheet to name the tab of a new work sheet. I can make it work for data in one cell but not the two. Here is what i am using for the one
ActiveSheet.Name = Sheets(2).Range("A3").Offset(counter - 1, 0).Value 'name sheet
I would also like to have the Data from cell K3 as pat of the new work sheet name.
Chuck T
ActiveSheet.Name = Sheets(2).Range("A3").Offset(counter - 1, 0).Value 'name sheet
I would also like to have the Data from cell K3 as pat of the new work sheet name.
Chuck T