Is there a way I can change this code to allow Multiselection?. Its presently filtered to only allow Word Document names to be selected complete with there file path. Many thanks.
strInputFileName = ahtCommonFileOpenSave( _
Filter:=strFilter, _
OpenFile:=True, _
DialogTitle:="Choose an image file...", _
Flags:=ahtOFN_HIDEREADONLY)
strInputFileName = ahtCommonFileOpenSave( _
Filter:=strFilter, _
OpenFile:=True, _
DialogTitle:="Choose an image file...", _
Flags:=ahtOFN_HIDEREADONLY)