Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Use Excel Function but didnot need to install excel in target computer

Status
Not open for further replies.

dosavit

Programmer
Apr 2, 2003
6
TH
i use excel function in ACCESS Application for calculate something it's works when i install excel but if i need to deploy my ACCESS Application by use OFFice for developer and my target computer didn't have excel
and i didn't need to install it

how should i do to make packaging of my access application
that can use excel function

i try but it always appear #error in excel function that's i use
in VBA i use reference to Microsoft excel object library 10.0

anyone can help me please

 
Check the references on the target computer to see if the reference is checked and if so does it say "MISSING"

If neither of these is the case, you'll need to run the debugger to see what's going on.

Are you using the runtime version?

If you have the developer version of Access then the Package and Deployment wizard should bundle all your references for you.

VBSlammer
redinvader3walking.gif

Unemployed in Houston, Texas
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top