missing functions

G

Guest

Hi,
I tried to compile this:

Sub Test()
strFilter = ahtAddFilterItem(strFilter, "Excel Files (*.XLS)", "*.XLS")
strInputFileName = ahtCommonFileOpenSave( _
Filter:=strFilter, OpenFile:=True, _
DialogTitle:="Please select an input file...", _
Flags:=ahtOFN_HIDEREADONLY)
End Sub

but VB compiler can't find ahtAddFilterItem and ahtCommonFileOpenSave
functions.
I guess it's got to do with references but I don't know how to find
where functions are. Help.
Thanx

alekm
 
D

Duane Hookom

These are not from Access or VBA. I believe they are from code that
accompanies the Access Developers Handbook.
 

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

Similar Threads


Top