analysis toolpack?

L

lecoughlin

Can you install "Analysis Toolpack - VBA" in Access? I use this in
Excel, and now I'm trying to copy modules over to Access, and it's
giving me trouble with

Dim xlApp As Excel.Application

Thanks
 
K

Ken Snell \(MVP\)

ACCESS does not use, nor can it use, the EXCEL Analysis Toolpak addin.

The VBA code "Dim xlApp As Excel.Application" assumes that you have a
reference set to EXCEL library in ACCESS's reference list -- do you?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top