Hi there,
After setting up code to Scan and import Excel workbooks' Cell Data, I've ended up with one remaining issue here;
My code scans workbooks in certain network directories, fetching new or changed celldata, populating data in MS Access tables. All of this is working perfectly, the only thing is when it scans excelbooks containing links to other workbooks, an excel message pops up asking to update linked information. I would like to get rid of all of these messageboxes by accepting "Yes" by default and this powered by MSAccess Code. So I'd like to modify my VBA-code with (hopefully one) codeline forcing a "Yes" in the Excel messagebox. Can this be done from MS Access ? (Kind of SendKeys issue here ?)
I looked allover the threads but didn't find such a topic. (Is this a challenge ?) ;-)
Thks & K. Rgds
Belgium
After setting up code to Scan and import Excel workbooks' Cell Data, I've ended up with one remaining issue here;
My code scans workbooks in certain network directories, fetching new or changed celldata, populating data in MS Access tables. All of this is working perfectly, the only thing is when it scans excelbooks containing links to other workbooks, an excel message pops up asking to update linked information. I would like to get rid of all of these messageboxes by accepting "Yes" by default and this powered by MSAccess Code. So I'd like to modify my VBA-code with (hopefully one) codeline forcing a "Yes" in the Excel messagebox. Can this be done from MS Access ? (Kind of SendKeys issue here ?)
I looked allover the threads but didn't find such a topic. (Is this a challenge ?) ;-)
Thks & K. Rgds
Belgium