Try this link .
This uses the Windows API to invoke the File/Open dialog.
In the TestIt() function replace with :
Function TestIt()
Dim strFilter As String, strFile As String
Dim lngFlags As Long
strFilter = ahtAddFilterItem(strFilter, "Access Files (*.jpg, *.gif)"
strFilter =...