Hi
I am looking, based upon a number in cell B2, to copy the entire row, off my source sheet, on to the next available row a sheet that was named in B2,
Thanks
Hi
I am looking, based upon a number in cell B2, to copy the entire row, off my source sheet, on to the next available row a sheet that was named in B2,
Thanks
For the active row
Kind regards![]()
Sub test() my_sheet = Range("B2") ActiveCell.EntireRow.Copy Sheets(my_sheet).Range("A" & Rows.Count).End(xlUp).Offset(1) End Sub
Leo
Leo
Thanks so much for the assistance. One more question-- how do I get this to run for all values listed in B2? There are currently 32 different values
Thanks
scott
I thought it was a sheet name in B2
and the code copy the active row to that sheet
and wat you meen by 32 different valeus ? all in B2 ?
Kind regards
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks