View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sarah W Sarah W is offline
external usenet poster
 
Posts: 1
Default data refresh all worksheets in a workbook using vba

I have set up a Database query and query will get data to populate all
worksheets in a workbook. At the moment I have to go to each worksheet and
press refresh data button to update. Is there a VBA code whereby I could
refresh all worksheets in the workbook.

Thanks