Two questions:
How can one determine if a macro is run on a mac vs a pc?
If I return the path of the current file (thisworkbook.path), how do I
join
it with the name of another file so that I can open the other file:
fName = thisworkbook.path & "????" & "anotherfile.xls"
what would the ???? be?
Thanks,
Bob