eagerbeav3r
New Member
- Joined
- Feb 24, 2022
- Messages
- 14
- Office Version
- 365
- Platform
- Windows
Hey everyone,
I searched for a solution on this but I didnt find anything that works for me.
The Commandbutton for this is located in Sheet 1 and i want the VBA Code to delete every row that contains "1" in Sheet 3,
I searched for a solution on this but I didnt find anything that works for me.
The Commandbutton for this is located in Sheet 1 and i want the VBA Code to delete every row that contains "1" in Sheet 3,
VBA Code:
If ActiveSheet.CheckBox1 = False Then
'This is where I need the Code to work