Hello,
I am trying to do a macro that would loop through desired sheets (ie. sheet 1, 2, 3... but not sheet 4) and run this code:
Sub clearcells()
'//Declare variables//
Dim varDelItem As Variant
Dim lngRowStart As Long, _
lngRowLast As Long, _
lngRowActive As Long...