tlc53
Active Member
- Joined
- Jul 26, 2018
- Messages
- 399
Hi there,
Can I refer to a range and row reference in one line of code?
Eg.
So I would like to hide range "208:604" and single rows, 619 and 629. The above doesn't work.
Thank you!
Can I refer to a range and row reference in one line of code?
Eg.
Code:
Case 0 Range("208:604").Rows("619, 629").EntireRow.Hidden = True
So I would like to hide range "208:604" and single rows, 619 and 629. The above doesn't work.
Thank you!