If-Clause in VBA to look at checkbox if its checked or not

zorc

New Member
Joined
Apr 15, 2003
Messages
6
Hello!

let's say i have "check box 20" and i want to make an IF-clause to check, if this same box is checked or unchecked.

This makes it enabled i have figured out myself yay! ;)

ActiveSheet.Shapes("Check Box 20").Select
With Selection
.Value = xlOn

So Is it possible to make IF-clause to "sniff" that box if its checked or not?

Thanks a million!
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Hi friends,

I have an Excel Workbook. It has 26 Sheets. Each Sheet represents Two Week Pay Period.
I have put a Checkbox that (Checkbox 37). I want a macro that would prevent users from SAVING the Workbook without checking the Checkbox. Also, I want macro to prompt ONLY for the Active Worksheet which is being filled by the staff.

Any help will be greatly appreciated.

Kind regards,
Taha
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,732
Members
448,987
Latest member
marion_davis

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top