Re: [python-win32] [Fwd: Re: Excel advanced find]

2006-02-16 Thread p.asselman
van: Mark Hammond [EMAIL PROTECTED] datum: 2006/02/16 do AM 03:10:28 CET aan: Dan Glassman [EMAIL PROTECTED], python-win32@python.org onderwerp: Re: [python-win32] [Fwd: Re: Excel advanced find] [code] from pythoncom import Missing usedRange = xlApp.ActiveSheet.UsedRange

[python-win32] [Fwd: Re: Excel advanced find]

2006-02-15 Thread Dan Glassman
Dan Glassman wrote: Named arguments will work as suggested; this will prevent those arguments from being presented to the Excel interface at all. You can also use pythoncom.Missing, which is another way to prevent arguments from being presented to the interface: [code] from pythoncom