View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default Analysis ToolPak

Private Sub Workbook_Open()
AddIns("Analysis ToolPak").Installed = True
End Sub


Gord Dibben MS Excel MVP

On Thu, 13 Sep 2007 16:22:01 -0700, Secret Squirrel
wrote:

Will this prompt the user to select the add-in? If so is there a way to do it
programatically without the user having to select it?