Just added the top part of code to select file instead of having it hard coded.
How do I go about adjusting the 2nd part so I can use it instead of the hard coded file.
ChDrive "c:"
NewFN = Application.GetOpenFilename(FileFilter:="Excel Files (*.xlsx), *.xlsx", Title:="Please select a file")
If...