Hello everyone,
My first day on the forum and my first post, so be gentle....

Background: I have a spreadsheet that automates bill of material transfer to from Autodesk Inventor to Syspro ERP 6.1. Paste some data in one format to one sheet, VB script then changes the format to what is required in another sheet and pops up a save as dialogue box suggesting a file output type and filename.
This works in Office 2003 (originally developed on this version) and Office 2007 (after upgrade). When I recently tried it on the end user's Office 2010 Windows 7 64 bit PC, it went through the motions, but the suggested filename was not filled in when the dialogue popped up. I did a small change suggested from the web (adding 'InitialFileName:=') and tried it again, no luck. First user's PC was busy so I tried it on another user's PC - again 2010 Windows 7 64 bit - and it worked! Went back to the first user's PC and it still doesn't work. Tried it on a third PC (Office 2010 Windows 7 64 bit) it doesn't work.
To summarise:
FileSaveName = Application.GetSaveAsFilename(InitialFileName:=FName, fileFilter:="Text (MSDOS) (*.TXT), *.TXT")
works on one PC, but not on another PC with the same OS / Office version.
I can't see (or think of any) reason why there should be a difference, but I'm hoping that minds greater than mine can advise.....

regards,

Peter