Forum Discussion
Sewladies
Dec 27, 2019Copper Contributor
Short cuts on Mac don't respond the same as on pc
I am using an excel spreadsheet with macros. On a pc when I use control + Z on a specific cell, it triggers 3 other programs to open up. On the Mac I get an error message. Visual Basic Application, error 76.
How can I correct this? The program resides I the same place on both computers.
1 Reply
- Riny_van_EekelenPlatinum Contributor
Don't think it has anything to do with the shortcuts. Error 76 relates to "path not found", says Google. I suspect that you have Windows path names programed in your macros. You need to "translate" them to Mac friendly paths, i.e. using forward slashes ( / ) in stead of back slashes ( ⧵ ).