I have code that exports the table data to Excel, however it is only exporting the current page, and not all pages.
This post contains my solution that I am using for exporting the data.
The code is correctly only showing the filtered results if a filter is being used, however I cannot determine how to export the data from all pages rather than just up to the value of rowNum.
Can somebody please help?