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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to link data formated by a module to Excel 1

Status
Not open for further replies.

gustavvs

IS-IT--Management
May 19, 2004
13
0
0
US
I have a piece of code in a module that coverts the date to month and year. When I go to link the database to an Excel Pivot Table I receive an "Undefined function 'MonthEnding' in this Expression'. It works fine in the query.

Any suggestions on how to fix it?
 
You have to copy the same function to a VBA module in Excel - the two apps won't share the function.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top