JeannetteE
Board Regular
- Joined
- May 19, 2016
- Messages
- 53
Is there any way to use a Variable instead of "ActiveCell" in the following line:
If Not Intersect(ActiveCell, ActiveSheet.ListObjects(CatTable).HeaderRowRange) Is Nothing Then
I'm trying to tidy my code up and not use Select so playing around at the moment.
If Not Intersect(ActiveCell, ActiveSheet.ListObjects(CatTable).HeaderRowRange) Is Nothing Then
I'm trying to tidy my code up and not use Select so playing around at the moment.