Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Problem with Updating Add-in path programically


Hello,
I am using Excel 2000
I have problem with adding and already installed addin agai
programically.

When i add again the old addin path is not getting updated.

i am using the following code to add add-in

dim xlApp As Object
Dim addobj As Object
Set xlApp = CreateObject("Excel.Application")
xlApp.workbooks.Add
Set ai = xlApp.AddIns.Add(newpath & "MyaddinName.xla", True)
ai.installed = True
xlApp.workbooks.Close


plz hel

--
losh
-----------------------------------------------------------------------
loshy's Profile: http://www.excelforum.com/member.php...fo&userid=2835
View this thread: http://www.excelforum.com/showthread.php?threadid=47935

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
Excel updating from XML file - file path specific? Sean Excel Discussion (Misc queries) 4 August 5th 05 12:56 PM
How do you programically remove carriage returns within a cell Lee Excel Programming 2 July 20th 05 06:43 PM
Path problem Jay Northrop Excel Programming 2 July 6th 05 03:44 AM
ThisWorkbook.Path not updating Bruce Excel Programming 1 January 28th 05 04:39 AM
Link path not updating when renamed Ausrobbo Excel Discussion (Misc queries) 0 January 17th 05 09:21 AM


All times are GMT +1. The time now is 10:26 PM.

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

About Us

"It's about Microsoft Excel"