Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a number of workbooks that are distributed across my company
that use functions found in the Analysis Tool Pak. I'm learning that some people don't have that add-in checked so they receive an update links error/message when they open the file. I placed the following code in the Woerksheet.Open" event. Unfortunately, it appears to run after the sheet attempts to update links. How can I avoid the update links message? Thanks - John Private Sub Workbook_Open() AddIns("Analysis ToolPak").Installed = True AddIns("Analysis ToolPak - VBA").Installed = True End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Update links box gives Continue or Edit Links dialog | Excel Discussion (Misc queries) | |||
Suppress Update Links dialog AND don't update links | Excel Programming | |||
Excel Addin for Access Links | Links and Linking in Excel | |||
Update links in my addin | Excel Programming | |||
Excel 2003 - Update or Don't Update Links Problem | Excel Programming |