Forum Discussion
excelnoob298
Mar 04, 2021Copper Contributor
How can I write this windows code into Mac code? (VBA)
Hi guys The code I wrote under is the one I used when I had Windows but recently I changed to Mac. I want to change the code so it runs on Mac but don't know what needs to be changed since this is ...
Riny_van_Eekelen
Mar 04, 2021Platinum Contributor
excelnoob298 Folder paths on the Mac use forward slashes. Try recording a macro on the Mac, that opens and closes a file on your. Then you'll see how it works on a Mac. Now, re-write your "path" statements to match that format.