Hi all,
Using Excel 2013.
Trying to add a TableStyle to the TableStyles Collection in a workbook.
I receive this error message - not sure why?
Thx
w
Run-time error '5':
Invalid procedure call or argument![]()
With wb For Each ts In .TableStyles If ts.ShowAsAvailableTableStyle Then If Left(ts.Name, 2) = "ts" Then .TableStyles.Add ("tsCustom" & Mid(ts.Name, 3, Len(ts.Name) - 2)) End If End If Next ts End With
Bookmarks