Re: Object variable or with block variable not set
- From: Dave Peterson <petersod@xxxxxxxxxxxxxxxx>
- Date: Mon, 19 Dec 2005 09:19:39 -0600
Set OutApp = nothing
on error resume next
Set OutApp = CreateObject("Outlook.Application")
on error goto 0
if outapp is nothing then
'something very bad happened
else
'it worked ok
end if
Piotr wrote:
>
> Yes I do have Outlook, but i dont know how to check if the CreateObject
> is successful.
--
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
- Object variable or with block variable not set
- Prev by Date: Conditional Formating
- Next by Date: Re: Conditional Formating
- 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):
Relevant Pages
|
Loading