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
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