I am trying to create an Excel Macro that will do the following.
1. Prompt me to choose another excel sheet to to open and allow me to pick the file using MSO FILE DIALOG OPEN
2. CLear the contents of the one of the sheets on my workbook("Data")
3. Take the file that I Choose and copy range A1:1650 and then paste special with formating the cells into the current workbook to sheet("Data")
Right now I have a Macro that does this except that I have to choose the range with a Input box and I dont want to have to do that. Please see below.
Bookmarks