I have a constant which I have tried to incorporate in my VBA code, but get subscript out of range
It would be appreciated if someone could correct my code
Code:
Const Z As String = "BR1"
nb.Sheets(1).Copy After:=Workbooks("& Z & Sales for northern region.xlsm").Sheets(1)
It would be appreciated if someone could correct my code