Search This Blog

Sunday, January 4, 2015

Excel VBA , Clear Table Formatting

Using the code on Worksheets with only one table you could just use the index number instead of the name:

ActiveSheet.ListObjects(1).TableStyle = ""

No comments:

Post a Comment