Only run a option button macro if a cell >0
Closed
ddt
-
Mar 17, 2010 at 11:35 AM
rizvisa1 Posts 4479 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 17, 2010 at 11:40 AM
rizvisa1 Posts 4479 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 17, 2010 at 11:40 AM
Related:
- Only run a option button macro if a cell >0
- Run macro when cell value changes - Guide
- If cell contains (multiple text criteria) then return (corresponding text criteria) ✓ - Excel Forum
- Automatically Run Macro from a calculated cell value change ✓ - Excel Forum
- Excel conditional formatting if another cell contains specific text ✓ - Excel Forum
- Count if cell contains number - Excel Forum
1 reply
rizvisa1
Posts
4479
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
767
Mar 17, 2010 at 11:40 AM
Mar 17, 2010 at 11:40 AM
well you can add some thing like
If(length(trim(Range("A1").value)) > 0 then
'activate work book
If(length(trim(Range("A1").value)) > 0 then
'activate work book