logo

755 Avenue Rd, Toronto ON M5P2J9 Tel: (647) 505-6414 Email: nstanca@snas.ca

Open File

Dim fn fn = Application.GetOpenFilename("Excel Files (*.xls), *.xls") If fn = False Then Exit Sub Else End If Workbooks.Open fn ScotiaFile = ActiveWorkbook.Name Application.DisplayAlerts = False} 

Print Email