使用VBA代码在Citrix环境中打开Lotus Notes [英] To open Lotus Notes in Citrix Environment using VBA Code

查看:128
本文介绍了使用VBA代码在Citrix环境中打开Lotus Notes的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hello All,


请帮助我:


我已经编写了一个代码来在Citrix中打开Lotus Notes应用程序环境如下:



Sub try()


Dim o As Object


设置o = CreateObject(" Notes.Notessession :)


o.Visible = True


结束子



它曾经工作正常....它也适用于当地环境......但是几天后,我我收到一条错误,说"ActiveX组件无法创建对象"即Erro no 429。



请告诉我并提供帮助。



提前完成。


Reagrds,


Pranit

解决方案

我建议将您的问题发布到VBA论坛。此论坛主要用于Visual Basic .NET。


http ://social.msdn.microsoft.com/Forums/en-US/isvvba/threads


Hello All,

Please help me in this regard:

I have written a code to open Lotus notes application in Citrix Environment as follows:

Sub try()

Dim o As Object

Set o=CreateObject("Notes.Notessession:)

o.Visible=True

End sub

It used to work fine....and it also works fine for local environment...but since few days, i am getting an error saying "ActiveX Component can't create object" i.e. Erro no 429.

Please advise me and help out with the same.

Thanx in advance.

Reagrds,

Pranit

解决方案

I would recommend posting your question to the VBA forum. This forum is primarily for Visual Basic .NET.

http://social.msdn.microsoft.com/Forums/en-US/isvvba/threads


这篇关于使用VBA代码在Citrix环境中打开Lotus Notes的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆