I have the following problem: I have Wbk1.xlsx activated and I want some code to be executed on Wbk2.xlsx :
For Each rg1 In Workbooks("Wbk2.xlsx").Worksheets("Sheet1").Range(Cells(nPostingDate_Row, 1), Cells(nPostingDate_Row, nFinal_Column))
nPostingDate_Row is 12 in the example and...