Re: [python-win32] Calling Excel function GetSaveAsFilename, parameter ignored [SEC=PERSONAL]

2011-07-13 Thread Andrew MacIntyre
> From: Jason Veldicott > > I am wanting to display a file "Save As..." dialog in Excel through Pywin.  I > am doing > this by calling Application.GetSaveAsFilename().  The problem however is that > the > parameter supplied to this function, InitialFilename, seems to be ignored by > Excel. > 

[python-win32] Calling Excel function GetSaveAsFilename, parameter ignored

2011-07-12 Thread Jason Veldicott
Hi, I am wanting to display a file "Save As..." dialog in Excel through Pywin. I am doing this by calling Application.GetSaveAsFilename(). The problem however is that the parameter supplie