Hello Guys,
Could you please advice how to define below lines to make it simplier:
thanks!
Could you please advice how to define below lines to make it simplier:
Code:
nome_file_master1 = "1011130800H - " & data_file6 & ".xlsx"
Workbooks.Open Filename:=ThisWorkbook.Path & "\" & data_anno & "\" & data_mese2 & "\" & data_file3 & "\RUSSELL\" & nome_file_master1 & ""
Set wb2 = Workbooks("1011130800H - " & data_file6 & ".xlsx").Sheets("Sheet1")
thanks!