This is getting an error on: BOE_WrkBk = Application.GetOpenFilename("Excel files (*.xls*), *.xls*")
It open and lets me select a workbook, but as soon as I do it errors on the line of code above.
Run-time error '91:
Object variable or With block variable not set
I don't know what this means...