I just discovered a great new trick (thanks to JEC) to refresh queries remotely using VBA. My problem is that on the workbook, I have a cell with a NOW() formula. I rigged it in a way so that cell also gets refreshed when I Refresh All, therefore showing me the last time of refresh. Unfortunately when I refresh the workbook remotely via VBA, that cell does not show today's date (probably b/c I did not actually open workbook). So an accurate timestamp can not be rendered.
What is a VBA code to get NOW() date and time that works even if a workbook does not open? Really I need a timestamp when last refresh occurred via VBA.......
thanks
Bookmarks