Afternoon,
I need some help with what I thought was a simple refresh.
I'm trying to create a button that will update the data in a hidden sheet. I use this same code in a different file and it works fine, but this new file is using a data table.
Any help would be appreciated.
thanks
I need some help with what I thought was a simple refresh.
I'm trying to create a button that will update the data in a hidden sheet. I use this same code in a different file and it works fine, but this new file is using a data table.
Code:
ActiveWorkbook.Worksheets("2015 YTD").Range("E8").QueryTable.Refresh BackgroundQuery:=False
Any help would be appreciated.
thanks