I have part of a sub that captures a Button click, and then runs a processes. I want to disable the Button if the count in a cell = 0 (see red line in code) and enable it again when the sub is evoked again.
Here's what I have:
b???Enabled = True 'This is here to enable the Button when the sub...