Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,253
Default Createobject (repost)

on error resume next
set myObj=CreateObject("classidentifier")
if myObj is nothing then
msgbox "Panic.. Alert..Call admin NOW"
end if

if the registry has no entry for "classidentifier", or classidentifier
identifies an object that cannot be created..
then above will give you a way out.

notes refers to lotus notes... if the clientsoftware for lotus notes is
not installed.. then alas... you need to (re-) install (or repair) notes.

http://www-306.ibm.com/software/lotus/


keepITcool

< email : keepitcool chello nl (with @ and .)
< homepage: http://members.chello.nl/keepitcool


?B?TmV3Ymll?= wrote:

I use the following line to connect to Notes:

Set objNotesSession = CreateObject("Notes.NotesSession")

which works on every computer except one, which can't create the
object. The problem is likely to be missing software as no logon works
on that computer.

Unfortunately, I don't know where to start looking for what software
should be available to run the code and would be grateful for any
assistance.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Createobject returns null in Excel [email protected] Excel Discussion (Misc queries) 1 March 27th 06 04:04 AM
CREATEOBJECT Using VB Karthik[_2_] Excel Programming 2 June 16th 04 09:08 PM
Difference between NEW and CREATEOBJECT? Mark[_36_] Excel Programming 3 February 19th 04 02:26 PM
Templates and CreateObject John Excel Programming 1 October 29th 03 01:07 PM
CreateObject produces error Robert Chapman Excel Programming 0 August 15th 03 03:48 PM


All times are GMT +1. The time now is 09:28 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"