I just assumed that a Macro that is running fine on a PC can also run on a mac. The line however (see below) that works on a PC craps out when run on a Mac. Can anybody help me? Either the command is different or I have to make general changes in the Macro?

Thanks,
Knut


Dim csvFileName As Variant

csvFileName = Application.GetOpenFilename(FileFilter:="CSV Files (*.csv),*.csv", Title:="Select a CSV File", MultiSelect:=False)
If csvFileName = False Then Exit Sub