Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try something like
Sub AddVbIdeRef() ThisWorkbook.VBProject.References.AddFromGuid _ GUID:="{0002E157-0000-0000-C000-000000000046}", _ major:=0, minor:=0 End Sub -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com (email address is on the web site) "Harley" wrote in message ... Is it possible to select a reference via code? Specifically, I'd like to select "Microsoft Visual Basic for Applications Extensibility. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Reference another Worksheet and Conditionally Select Data | Excel Worksheet Functions | |||
How to make a button VBA code reference other VBA code subroutines??? | Excel Programming | |||
Using a cell reference to select a worksheet within a macro | Excel Programming | |||
sheets.select with reference to Cells value | Excel Programming | |||
Select sheet based on reference | Excel Programming |