PDA

View Full Version : Addins in App-V Excel



BAProgrammer
12-12-2012, 02:59 PM
My computer setup is:

Windows XP 64 Bit, Catia workstation, Office 2010 products through Application Virtulization.

I write several vba add-in programs for my group and several other groups. The add-ins are recognized and function properly when placed on a non Windows XP 64 bit operating system, locally installed Excel 2010. However when installed on my computer Excel won't recognize them, when searched for through Options they won't appear in the standard addins folder. Is there a work around? Possibly a way to force App-V Excel to recognize the addins? If you're needing any screen shots or other information, let me know.

Thanks for your help ahead of time.

Jacob Hilderbrand
12-13-2012, 09:54 AM
When you place them on your PC and go to Add-Ins then click Browse and select the add-in what happens?

snb
12-13-2012, 10:18 AM
What is the result of:


Sub tst()
For Each ad In AddIns
c01 = c01 & vbLf & ad.FullName
Next
MsgBox c01
End Sub

BAProgrammer
12-13-2012, 12:12 PM
When you place them on your PC and go to Add-Ins then click Browse and select the add-in what happens?

After I click Browse, no add-ins appear in the default add-ins folder. If I navigate to other folders, add-ins will appear.