unknownymous
Board Regular
- Joined
- Sep 19, 2017
- Messages
- 249
- Office Version
- 2016
- Platform
- Windows
Hi Gurus,
Do you have any VBA codes that I can use to shortcut the name name.
Example:
Tab 1
In Tab 1, I have the raw name (column 1 above) while in Tab 2 I have list of of name and its shortcuts (see below):
Tab 2:
Basically, if the macro found a string of word in Tab 1 that corresponds in Tab 2, then it will cut the name correspondingly.
I have a long list of words to be added to shortcut the name so any help will be much appreciated.
Do you have any VBA codes that I can use to shortcut the name name.
Example:
Tab 1
ABC Management | ABC Mgmt. |
ABC Retirement Company | ABC Ret. Co. |
ABC Corporate System | ABC Corp. System |
In Tab 1, I have the raw name (column 1 above) while in Tab 2 I have list of of name and its shortcuts (see below):
Tab 2:
Management | Mgmt. |
Retirement | Ret. |
Corporate | Corp. |
Basically, if the macro found a string of word in Tab 1 that corresponds in Tab 2, then it will cut the name correspondingly.
I have a long list of words to be added to shortcut the name so any help will be much appreciated.