Struggling with this one...
currentRow is a Range
destinationWorksheet is Worksheet
How do I copy with values and format by modifying this statement:
currentRow.Copy destinationWorksheet.Cells(rowNumber, "b")
New to VBA and struggling with Syntax....thanks!
currentRow is a Range
destinationWorksheet is Worksheet
How do I copy with values and format by modifying this statement:
currentRow.Copy destinationWorksheet.Cells(rowNumber, "b")
New to VBA and struggling with Syntax....thanks!