Hi All
I am using the following line of excel vba code to extract the name of excel file that I would like to compare with Access table data.
Now i want to write VBA code to check sheet name "Summary" in that workbook and check if any of column D value matches with Access table tblmain field "Reference" values. If yes then change the status field of tblmain to "Yes".
Any help would be much appreciated.
Thanks
I am using the following line of excel vba code to extract the name of excel file that I would like to compare with Access table data.
Code:
strFile = Application.GetOpenFilename("Excel Files,*.xls*")
textbox1=strfile
Any help would be much appreciated.
Thanks