If with Checkbox, VBA

tlindeman

Active Member
Joined
Jun 29, 2005
Messages
313
Is there a way in VBA to create a textbox if a cell has a value. So On Worksheet "Master Calendar" I would like to enter a value in cell A1 if cell A1 on "lifting calendar" has a value, other wise I would like the cell to be blank.

Thank you
Tony
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
If you want to enter a value in cell A1 of Master Calendar if there is a value in cell A1 of lifting calendar, where exactly does the textbox come into play?

And why would you need a textbox if you are only entering directly into cells, and where would it be placed if you do need it?
 
Upvote 0
Sorry, I was working on two things at once, so I would like a checkbox automatically created in cell A2 if Cell A1 has a value. If possible I would also like the checkbox to refer to cell A2, so if checkbox is checked, cell A2 would display TRUE, otherwise false.
 
Upvote 0

Forum statistics

Threads
1,224,564
Messages
6,179,543
Members
452,924
Latest member
JackiG

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