LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Excel Add-in and Citrix Client/Server

Hi,
I've posted this on a Citrix site with no response - this question is
to do with the interaction between Excel and Citrix.

I am not a Citrix guru, however a customer of ours is using Citrix,
and is using our application (an Excel .XLA addin). They use Excel
from the client by connecting through Citrix to the Server. The
problem occurs when they try to install our Add-In. The VBA which
installs our toolbar and menu does not work, for example the below
"Add" call fails. Are there restrictions in what VBA can do when
connecting to a Citrix server? Is there a way to make a VBA add-in
Citrix Enabled? Is it getting confused and trying to access
commandbars on the wrong system? etc..etc.. - Any help would be
greatfully appreciated!
Thanks Oisin

' Find view menu
Dim ViewMenu As CommandBarControl
Set ViewMenu = Application.CommandBars(1).FindControl(ID:=30004)

' Menu bar doesn't exist currently, now add it.
Set newMenuBar = Application.CommandBars(1).Controls. _
Add(Type:=msoControlPopup, befo=ViewMenu.Index)
 
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
PivotTable - Client-Server Settings - xl2003 Giff Excel Worksheet Functions 0 February 6th 08 10:02 AM
Client to Server southpaw3229 Excel Discussion (Misc queries) 0 December 1st 05 03:12 PM
IIS, Excel, client server Excel... what direction to take GeorGeorGe Excel Programming 0 February 11th 05 08:53 PM
Sending keystrokes to Citrix ICA Client Jorge Arnaud Excel Programming 0 December 16th 04 07:07 PM
C++ Client for RTD Server [email protected] Excel Programming 0 October 21st 03 10:08 PM


All times are GMT +1. The time now is 08:44 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"