Hi all, I'm working on a spreadsheet for a friend who uses a Mac. I have zero experience on a Mac so I'm hoping I could get some help please.
The below code works on my PC but it fails on his Mac:
Sub ImportRawReport()
Application.ScreenUpdating = False
Sheets("RawReport").Select...