Find and mark serial numbers
Closed
brihaff
-
Mar 1, 2011 at 01:48 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 1, 2011 at 06:14 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 1, 2011 at 06:14 AM
Related:
- Find and mark serial numbers
- E with accent mark - Guide
- Insert check mark in word - Guide
- Mark sheet in excel - Guide
- Nic serial number - Guide
- Underscore mark - Guide
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Mar 1, 2011 at 06:14 AM
Mar 1, 2011 at 06:14 AM
you would need three building blocks in vba
1. an inputbox to allow user to enter the value to be searched
2. once validate that value is not null, you need to use find function to locate that value
3. once the value is location, then you can make the change
1. an inputbox to allow user to enter the value to be searched
2. once validate that value is not null, you need to use find function to locate that value
3. once the value is location, then you can make the change