Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
FName = Application.GetOpenFilename _
(filefilter:="Microsoft Excel Workbooks (*.xls),*.xls") 'All Files (*.*),*.*")
Workbooks.Open Filename:=FName
Cells.Select
Range("A1").Activate
Selection.Copy
Windows("Element vs results - TCLP.xls").Activate
Sheets("sheet3").Select
Range("a1").Select
ActiveSheet.Paste
Windows("Informal RR worksheet.xls").Activate
ActiveWindow.Close
NewWB = activeworkbook.name
Windows(NewWB).Activate
ActiveWindow.Close
Windows(NewWB).Close