A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi
Run Time error 53 means that there is an error in the Visual Basic code. The code tries to open a file that does not exist on your Mac in the location specified by the VBA code. Chances are, whoever wrote the code did not expect the macro to run on a machine other than their own and they hard-coded the path name to the file.
It's easy to avoid that kind of error using VBA commands that handle file names and file paths correctly. This web site by Excel MVP Ron De Bruin explains the ins and outs of using file names and file paths correctly: