Re: [python-win32] Help with com_error: (-2147352567, 'Exception occurred.', (0, u'Microsoft Excel', u"Microsoft Excel cannot access the file

2016-12-05 Thread Doug Sharkey
I put the subject back to the original post. Greg has it correct. The VB code I'm calling doesn't care what the extension is, It can open any extension as long as the contents are a proper Excel spreadsheet. Thanks, Doug On Mon, Dec 5, 2016 at 12:00 PM, wrote: > Send python-win32 mailing list

Re: [python-win32] python-win32 Digest, Vol 165, Issue 3

2016-12-05 Thread Greg Ewing
Tim Roberts wrote: Is it possible your 2008 laptop had had the registry changes necessary to associate .P files with Excel, but your current laptop does not? He's running a program that explicitly tells Excel to open the file, so extension associations don't come into it. What matters is whethe