Hi All,
I have two macros, the first macro works perfectly, the second macro does not work at all (error message).
What is wrong with the second macro, please.
Sub This_Works_For_Workbook()
MsgBox ActiveWorkbook.Styles.Count
End Sub
Sub This_Does_Not_Work_For_Worksheet()
MsgBox...