missing functions

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
These are not from Access or VBA. I believe they are from code that
accompanies the Access Developers Handbook.
 
Back
Top