Re: Problem with ShellExecute to a PPT or XLS file

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Gale Green (gale_at_databeat.fsnet.co.uk)
Date: 06/22/04


Date: Tue, 22 Jun 2004 18:55:17 +0100

On Tue, 22 Jun 2004 10:10:56 -0500, "Fie Fie Niles"
<fniles@wincitesystems.com> wrote:

> lRet = ShellExecute(Form1.hWnd, "Open", Parameter, 0&, 0&,
> SW_SHOWDEFAULT) 'Powerpoint shows up, but not Sample.ppt

I'm not sure it will make much difference but those 0& arguments
should be vbNullString.

Gale.