worksheet_function

A

Anamarie

Hello and thanks for your advise:
I'm using Windows XP Office 2K
When I try to use any worksheet_function gives me a
window error:
"Undefined function NAME in expression"

How can I use those functions?
Thanks again
Anamarie
 
M

Michel Walsh

Hi,


Access has no "worksheet_" functions. Are you using Excel VBA functions
inside Access? Most won't work directly, even if you add the reference to
Excel, since there is no default Excel globally instantiated object in the
first place... you would have, probably, to open an Excel object and, from
there, use automation to make your Excel related functions to work. That is
NOT usual. WHAT are you trying to do (rather than HOW you are trying to do
it)?


Vanderghast, Access MVP
 

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