K
khanner
we have a macro setup to update data info by uploading an excel spreadhseet
in the access database. However when i try this, i get a 'type mismatch'
error. the excel spreadsheet is labelled correctly. below is the line that
has a break ( and highlightes in yellow):
rptdate = CInt(Mid(FileList, 43, 2)) & "/" & CInt(Mid(FileList, 45, 2)) &
"/" & CInt(Mid(FileList, 47, 2))
any suggestions? thanks in advance!!!
in the access database. However when i try this, i get a 'type mismatch'
error. the excel spreadsheet is labelled correctly. below is the line that
has a break ( and highlightes in yellow):
rptdate = CInt(Mid(FileList, 43, 2)) & "/" & CInt(Mid(FileList, 45, 2)) &
"/" & CInt(Mid(FileList, 47, 2))
any suggestions? thanks in advance!!!