I am trying to use vba to refresh my excel table. I am getting error 1004. My workbook has three tabs if this makes a difference. Any help would be appreciated.
Code:
In its own module
Public goXL As Excel.Application
[Yellow] goXL.ThisWorkbook.RefreshAll [/Yellow]