According to help, OpenFileDialog does not require ANY argument!
Put a pillow in your palm before you slap yourself...
You had a typo and if you don't want to provide arguments do this:
Assuming this works in Mac as in Windows.
Put a pillow in your palm before you slap yourself...
You had a typo and if you don't want to provide arguments do this:
Code: (Select All)
result$ = _OpenFileDialog$("Pick a File")
If result$ <> "" Then _MessageBox "File" + result$
Assuming this works in Mac as in Windows.
b = b + ...