ipbr21054
Well-known Member
- Joined
- Nov 16, 2010
- Messages
- 5,737
- Office Version
- 2007
- Platform
- Windows
Afternoon.
In a worksheet at column B is a list of customers names.
When a customer makes a return purchase their name is then followed by a number.
Example,
Tom Jones
Tom Jones 1
Tom Jones 2
Tom Jones 3
At first it was fine but now introducing a combobox list once the numbers are greater than 9 the list becomes out of order & looks a mess..
I would like a code on a command button etc that would change the number as the list is now nearly 1000 entries.
Example
Tom Jones No change
Tom Jones 1 Would then become Tom Jones 001
Tom Jones 2 Would then become Tom Jones 002
Tom Jones 3 Would then become Tom Jones 003
Many thanks
In a worksheet at column B is a list of customers names.
When a customer makes a return purchase their name is then followed by a number.
Example,
Tom Jones
Tom Jones 1
Tom Jones 2
Tom Jones 3
At first it was fine but now introducing a combobox list once the numbers are greater than 9 the list becomes out of order & looks a mess..
I would like a code on a command button etc that would change the number as the list is now nearly 1000 entries.
Example
Tom Jones No change
Tom Jones 1 Would then become Tom Jones 001
Tom Jones 2 Would then become Tom Jones 002
Tom Jones 3 Would then become Tom Jones 003
Many thanks