Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VBA: adding a search path

Status
Not open for further replies.

Johnomill

Technical User
Dec 19, 2001
19
NL
I want to email from Excel with Lotus Notes. When Notes is not running I get the following error:

the notes.ini file cannot be found in the search path: notes.ini

Is there a sollution to this error? When notes is allready running, it works fine.

Best regards,

John
 
Could you open notes with your VB program? Here is an example:

ReturnValue = Shell("C:\notes.exe", 1)
AppActivate ReturnValue

Hope this helps, let me know how it goes!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top