Hello again.
I am running into a compile error saying “Sub or Function Not Defined” for the following:
LastRowInOneColumn
Could you please help me out!
Here is my code:
Range(strCopyRange).Select
Selection.Copy
currentWB.Activate
Sheets(strWhereToCopy).Select
LastRow = LastRowInOneColumn(STOCK#)
Cells(LastRow + 1, 1).Select
Selection.PasteSpecial xlPasteValues, xlPasteSpecialOperationNone
Application.CutCopyMode = False
dataWB.Close False
Sheets(strListSheet).Select
ActiveCell.Offset(1, 0).Select
Loop
Thank you again for your assistance.
JFabro
I am running into a compile error saying “Sub or Function Not Defined” for the following:
LastRowInOneColumn
Could you please help me out!
Here is my code:
Range(strCopyRange).Select
Selection.Copy
currentWB.Activate
Sheets(strWhereToCopy).Select
LastRow = LastRowInOneColumn(STOCK#)
Cells(LastRow + 1, 1).Select
Selection.PasteSpecial xlPasteValues, xlPasteSpecialOperationNone
Application.CutCopyMode = False
dataWB.Close False
Sheets(strListSheet).Select
ActiveCell.Offset(1, 0).Select
Loop
Thank you again for your assistance.
JFabro