Related:
- Estimate, print area if quantity is over 0
- //192.168.l.0 - Guide
- Hp universal print driver - Download - Drivers
- Xbox-2309-1001-3-0 - Download - Digital stores
- Whatsapp-desktop-2-2401-5-0.msixbundle - Download - Instant messaging
- Invoice and estimate software - Download - Billing and accounting
1 response
Check for the LEN of the cell. So something like:
=LEN(a1)
If A1 contained "hello", your formula would return "5".
Check this out:
https://docs.microsoft.com/en-us/office/vba/Language/Reference/User-Interface-Help/len-function
After you have that, we will move on to making it print if you hit a particular key.
Good luck, and have fun!
=LEN(a1)
If A1 contained "hello", your formula would return "5".
Check this out:
https://docs.microsoft.com/en-us/office/vba/Language/Reference/User-Interface-Help/len-function
After you have that, we will move on to making it print if you hit a particular key.
Good luck, and have fun!