Hi all,
I currently have a piece of code that deletes all checkboxes on a worksheet:
I'm trying to get it to delete checkboxes only in 2 specific cell ranges (C21:C600) and (I21:I600), but I can't figure out how to do this.
I've tried adding ".Range..." after the sheet name in the statement but it's not being recognised...
Is there a way to delete checkboxes in these specific ranges and leave all others on that sheet in place?
Any help would be greatly appreciated!!
Thanks,