IdkWhatImDoing
New Member
- Joined
- Dec 29, 2022
- Messages
- 4
- Office Version
- 365
- Platform
- Windows
I've written a handful of VBA and I always get caught up on when to use certain terminology, more specifically when it comes to hiding/unhiding.
I've found that sometimes the correct method is to use
something.visible = true / something.visible = false
and other times I have to write
something.unhide / something.hide
is there a rule that let's me know when to use which? I've found that they are not interchangeable.
I've found that sometimes the correct method is to use
something.visible = true / something.visible = false
and other times I have to write
something.unhide / something.hide
is there a rule that let's me know when to use which? I've found that they are not interchangeable.