我是使用vba代碼的初學者,我需要一個語句函數使其在第一列的行偏移量= 1048567時繼續處理時使其移動到具有新的開始單元格輸出的新列vba代碼Vba代碼if語句
If sq(lUser_1, 2) & "" <> sqq(lUser_2) Then
'we found a new combination, output to screen
Range(sStartingCellOutput).Offset(lRowOffset).Resize(, 3).Value = Array(sq(lUser_1, 2), sqq(lUser_2), rTopic.Value)
'increment the counter
lRowOffset = lRowOffset + 1
End If
問題不清楚。 – Tarik