drawinginfinity
New Member
- Joined
- Jul 24, 2019
- Messages
- 5
Hi,
Hopefully you guys might be able to advise me, I've spent most of today looking over different VBA code but I've not found anything quite like what I'm looking to do.
I currently have a workbook whose individual sheets pull data from different excel workbooks on Sharepoint. When this data is pulled across, the design of the data is quite unusual, with an odd table style and table style options: a header row, banded rows and filter button.
The problem is that I am now leaving this position, and am unsure that those I am leaving this workbook with will be willing or able to remove these items from the incoming worksheets, which frequently come in numerous times a day. As such I am looking to create a macro that will cycle through the full workbook, reverting offending sheets to no table style, and removing the header row, banded rows, and filter button.
Apologies that I do not have code to edit, as I'm afraid I am quite new to VBA, and as I am sure you will appreciate, I am frankly unsure where even to begin with something as daunting as this.
Thank you for any advice you can provide.
Hopefully you guys might be able to advise me, I've spent most of today looking over different VBA code but I've not found anything quite like what I'm looking to do.
I currently have a workbook whose individual sheets pull data from different excel workbooks on Sharepoint. When this data is pulled across, the design of the data is quite unusual, with an odd table style and table style options: a header row, banded rows and filter button.
The problem is that I am now leaving this position, and am unsure that those I am leaving this workbook with will be willing or able to remove these items from the incoming worksheets, which frequently come in numerous times a day. As such I am looking to create a macro that will cycle through the full workbook, reverting offending sheets to no table style, and removing the header row, banded rows, and filter button.
Apologies that I do not have code to edit, as I'm afraid I am quite new to VBA, and as I am sure you will appreciate, I am frankly unsure where even to begin with something as daunting as this.
Thank you for any advice you can provide.