Re: SHELL Command problem



On Wed, 30 Aug 2006 22:18:38 -0400, "Randy Birch"
<rgb_removethis@xxxxxxxx> wrote:

Ha! success <= 32, not success < 32.

Hey Rick, it's ok. I got him back. ;-)

And if the call does fail, you can have the Open With dialog pop up using:

If success < 32 Then
Call Shell("rundll32.exe shell32.dll,OpenAs_RunDLL " & sFile,
vbNormalFocus)
End If

--

Regards, Frank
.