ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   VB Project References (https://www.excelbanter.com/excel-discussion-misc-queries/99799-vbulletin-project-references.html)

Tom Chau

VB Project References
 
Dear all,

I encountered a great problem while dealing with the references in
Excel VB project.

I have some operations to perform every month. Since the operation
detail will always change in a unpredicatble way, I decide to backup
the entire directory to some archive locations.

To resolve the XLA absolute path, I write some VBA code to localize the
XLA in the backup directory.

Dim refList As References
Dim ref As Reference

Set refList = oWorkbook.VBProject.References
For Each ref In refList
If ref.Name = "ABC" Then
refList.Remove ref
End If
Next

Set ref = refList.AddFromFile("Location of ABC to be archived.")
MsgBox ref.FullPath

What I encounter is that the AddFromFile() does not work at all if the
addin "ABC" is opened.
Do anyone have idea on that?

Thanks a lot.

Tom



All times are GMT +1. The time now is 12:18 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com