Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Opening an Excel Spreadsheet from Access with VBA

Brad,
AFAIK starting Excel by automation, as you are, does not load addins
automatically. You have to load them yourself. e.g.
Application.AddIns("Analysis ToolPak").Installed = True
Using Shell, starts XL "normally" hence the addin is loaded.

NickHK

"Brad" wrote in message
ups.com...
I've only just discovered that the User Defined Function I've been
rabbiting on about is actually a function supplied by an add-in. It's
NETWORKDAYS()

Could this be something to do with the problem? Maybe I need a
reference to this Anaysis Pack addin in my Access Database???



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Opening an ACCESS db from the VBE in EXCEL doctorjones_md[_2_] Excel Worksheet Functions 0 April 20th 07 07:35 PM
Opening linked spreadsheet file in Access Art Excel Programming 4 July 1st 05 06:15 PM
Opening Excel from Access Steve Price Excel Programming 2 December 6th 04 01:54 PM
Opening Access from Excel Cindy Excel Programming 4 January 14th 04 01:27 PM
Opening Excel via Access Dave[_32_] Excel Programming 1 October 21st 03 06:23 PM


All times are GMT +1. The time now is 03:42 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"