Forum Discussion

djreyes's avatar
djreyes
Copper Contributor
Jun 30, 2023

VBA Macro

Hi,    Please let me know if I am missing something.    'Find the next available row in the destination sheet nextRow = destinationSheet.Cells(destinationSheet.Rows.Count, 1).End(xlUp).Row + 1 ...

Resources