Re: Object variable or with block variable not set
- From: Dave Peterson <petersod@xxxxxxxxxxxxxxxx>
- Date: Wed, 21 Dec 2005 08:30:06 -0600
Maybe this would give a hint:
Set OutApp = Nothing
On Error Resume Next
Set OutApp = CreateObject("Outlook.Application")
If Err.Number <> 0 Then
MsgBox Err.Number & vbLf & Err.Description
Err.Clear
End If
On Error GoTo 0
Piotr wrote:
>
> Unfortunatly CreateObject("Outlook.Application") failed no idea ...
--
Dave Peterson
.
- Follow-Ups:
- References:
- Object variable or with block variable not set
- From: Piotr
- Re: Object variable or with block variable not set
- From: Bob Phillips
- Re: Object variable or with block variable not set
- From: Piotr
- Re: Object variable or with block variable not set
- From: Dave Peterson
- Re: Object variable or with block variable not set
- From: Piotr
- Object variable or with block variable not set
- Prev by Date: Re: Vacation Days Accrued
- Next by Date: Re: Blank Page and Footer
- Previous by thread: Re: Object variable or with block variable not set
- Next by thread: Re: Object variable or with block variable not set
- Index(es):