A colleague at work made some changes to one of our macro workbooks and now on my PC only I receive the dreaded Run-time Error \'32809\' when I attempt to run it. This lates
My solution ( may not work for you)
Open the application on a machine that is flagging the error. Change the VB code in some way. ( I added one comment line of code of no consequence into one of the macros)
Sheets(sheetName).Select 'comment of no consequence
and save it. This causes a recompile. Close and re-open - all fixed.
Hope this makes sense and helps
Grant