Excel 2013
we have this worksheet that was created with old Excel version. it has macros (half the size of the file is a macro). whenever we click on the macro button we get:
Runt-time error '32809':
Application-defined or object-defined error
when I click on the "debug" button, it says something about
Private Sub CommandButton14_Click()
Sheets("EAST shares (Pack)").Select
End Sub
with "Sheets("EAST shares (Pack)").Select" line highlighted in yellow. the weird thing is on a fresh install of Office 2013, the worksheet works fine. but if I close it then open it again, the above problem occurs.