For the below code.. i'm wanting to do something like RangeJ40-8
Is that possible at all? how would i put that in?
If tried doing L40 as J40-8 and then putting L40 in here.. but that doesnt work.. So is there an alternative way? like withinin this vba?
Thanks so much!!
Is that possible at all? how would i put that in?
If tried doing L40 as J40-8 and then putting L40 in here.. but that doesnt work.. So is there an alternative way? like withinin this vba?
Thanks so much!!
Code:
If Not Intersect(Target, Range("J40")) Is Nothing Then
Application.Run "BOWSER.xls!Unprotect"
Call hideColumns2
Application.Run "BOWSER.xls!Protect"
End If