Re: [python-win32] Question on parsing Reparse Points

2009-03-23 Thread Philip Bloom
Thanks very much for that. That was pretty much old win32 black magic to me and it totally solved my trouble. :) -Original Message- From: [email protected] [mailto:[email protected]] On Behalf Of Roger Upole Sent: Friday,

[python-win32] Is this a bug? -- pywin32, excel, range addressing

2009-03-23 Thread Gerald Reeder
I'm trying to return an Excel range using the "A1" type of notation. Specifically: 'e5:e10,e35'. (6 contiguous cells plus 1 more). The return is always just the 6 contiguous cells (e5:e10) but not the one at e35. If I try something like ‘a1,a5’, the return is only the value of ‘a5’, everything afte