Hi Guys,
Happy New year!
I found below code however, it seems like only column A of each sheet is being copied on the combined Sheet. Is it possible to adjust the range and copy everything except Row 1 for each sheet?
= = = = =
Sub Combine_Sheets()
Dim startRow, startCol, LastRow...