Hello,
I am trying to set a table style as a variable without any luck. Below is one example I have been trying (along with several other tests). It would be greatly appreciated if someone would show me how to set a table style as a variable.
Thanks

Sub TestingTableStyleVariable()
Dim tblStyl As TableStyle

Set tblStyl = ActiveWorkbook.TableStyles("Table Style Light 4")

End Sub