I have a database connection that gets refreshed manually by the end user. What I need is to place the date stamp of the last refresh date in a cell (say J1) so that anytime the table is refreshed the date is refreshed. Simply using =now() does not work because that cell is updated each time the workbook is opened or refreshed and I only want the value to update when the table is refreshed. Does anyone have any ideas? Maybe a UDF or a Pivot Table Refresh Event?