Only run a option button macro if a cell >0
Closed
ddt
-
Mar 17, 2010 at 11:35 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 17, 2010 at 11:40 AM
rizvisa1 Posts 4478 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
- //192.168.l.0 - Guide
- How to press the @ button on a laptop - Guide
- Xbox-2309-1001-3-0 - Download - Digital stores
- Whatsapp-desktop-2-2401-5-0.msixbundle - Download - Instant messaging
- New outlook refresh button - Guide
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
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