LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default Relocating my AddIn

Found a way to do it. Here is a summary:

Excel 2007 under Vista seems to save XLA files in
C:\Users\Ed\AppData\Roaming\Microsoft\AddIns which is a hidded directory. To
send it to another computer
I have to first get at it. Only way I've found is to do a Search for
JOCCheck.xla on C:. This will bring up a SHORTCUT to it in Recent items
folder.
Clicking on Properties will reveal that the Target of the shortcut is
C:\Users\Ed\AppData\Roaming\Microsoft\AddIns\JOCCh eck.xla, which is the
actual file.
Click on Open file location, then select the file and do a CTRL-C to copy,
then paste to the wanted location, e.g., C:\JOC\Membership. It can then be
moved to the other machine and into the desiered directory. . On that
machine, go to the AddIns dialog, browse to the same directory and select
the addIn.xla.

Ed



"Chip Pearson" wrote in message
...
How are you distributing and installing the xla on the users'
machines? You can tell the user to save the file you distribute to a
specific directory, or you can create a VBS install script (or even a
SetUp.exe install program) to move your add-in to the appropriate
location.

Cordially,
Chip Pearson
Microsoft Most Valuable Professional
Excel Product Group
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)


On Wed, 14 Jan 2009 12:24:37 -0800, "Ed Sowell"
wrote:

I have written VBA functions nad menus that operate on a Workbook to be
used
by another person. I packaged the VBA stuff as an AddIn so when I update
it
I can just send him a new Addin .xla file without having to synchronize my
working .xls file with his .xls file that hass all the most current data.
This has been in place for some time now and it has all worked fine. I
just
send him a new .xla file and tell him to put in the same directory where
his
.xls file is. All of this was developed under XP Pro and using Office
2003.

More resently, I changed my development platform to Vista and Office 2007.
I
have also written a second AddIn that has some optional features I don't
want integrated with the original AddIn.

Now, to the problem. Vista/Office 2007 insists on saving the new aAddIn
.xla
file in my Users.Ed/AppData/Mictosoft directory, which is hidden so I
cna't
even find it in Windows Explores. I did find that I could get to it but
when
I try to copy it some place else so I can send it to my user I discover
thhat all I can create elsewhere is a shortcut, which I can hardly port to
another machine. Any changes I make to the new addin are made to the copy
it
keeps in the hidden directory.

How can I force Excel/VBA to save the new addin in a place where I can get
my hands on it?

TIA

Ed


 
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
Relocating row information ldmci Excel Discussion (Misc queries) 0 July 31st 08 06:50 PM
RELOCATING A FIELD IN A PIVOT TABLE FARAZ QURESHI Excel Discussion (Misc queries) 0 July 18th 07 05:52 AM
PIVOT TABLE RELOCATING A SUB FIELD FARAZ QURESHI Excel Discussion (Misc queries) 0 July 17th 07 11:26 PM
Relocating Splash Screen tx12345 Excel Discussion (Misc queries) 1 August 22nd 06 11:49 PM
Relocating info using Data Validation Mr. G. Excel Worksheet Functions 1 April 20th 05 05:00 PM


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