How to specify start row for a “copy column vba”?
问题 I'm using the following string to copy a column from one sheet to another Dim wsCore As Worksheet Dim wsData As Worksheet Set wsCore = Sheets("R2 Data Dump") Set wsData = Sheets("Active") Dim rowNumber As Integer Dim cellFormulas As Variant Dim cellFormulas1 As Variant Dim counter As Integer counter = 0 Dim currentCell As String Dim importSheetCell As Variant Dim importSheetOffset As Variant Dim contractnum As Integer Dim pt As PivotTable Dim ws As Worksheet Dim pc As PivotCache Dim lastrow