I would use:
that way no need to use the GoTo instruction![]()
Dim ws As Worksheet For Each ws In ActiveWorkbook.Worksheets If ws.Name <> "Tested Party" Then Range("G8").Select ActiveCell.FormulaR1C1 = "2014" End If Next ws
I would use:
that way no need to use the GoTo instruction![]()
Dim ws As Worksheet For Each ws In ActiveWorkbook.Worksheets If ws.Name <> "Tested Party" Then Range("G8").Select ActiveCell.FormulaR1C1 = "2014" End If Next ws
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks