I'm trying to have a FileDialog select a shortcut (*.lnk) file, and not the destination file in VBA.
E.g. 'C:\MyShortcut.lnk' is a shortcut to 'C:\SomeFolder\BurriedDeep\MyFile.xls' and I want to select the shortcut and update it to 'C:\SomeFolder\BurriedDeep\MyNewFile.xls'
MSDN link about...