Related:
- Estimate, print area if quantity is over 0
- //192.168.l.0 - Guide
- Hp universal print driver - Download - Drivers
- Print nightmare fix - Guide
- How to print from mobile without wifi printer - Guide
- 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!