CantGetRight
New Member
- Joined
- Jul 21, 2015
- Messages
- 21
Hi all,
So this is a strange one and must be solved by using VBA. Any help is much appreciated.
Plain and simple, when a numerical character is entered into a cell I want the result to add "Group " before the number. So if someone enters 100, the result is "Group 100".
If the number has been pasted in, I still want it to amend it to add "Group " before it.
The only time I want it to not add this is when the cell content is anything but a number. If someone enters "123ABC" I want nothing to happen. So the entire cell must be numerical, cells that are text and numbers are fine and should not be changed.
Thanks in advance,
Mark
So this is a strange one and must be solved by using VBA. Any help is much appreciated.
Plain and simple, when a numerical character is entered into a cell I want the result to add "Group " before the number. So if someone enters 100, the result is "Group 100".
If the number has been pasted in, I still want it to amend it to add "Group " before it.
The only time I want it to not add this is when the cell content is anything but a number. If someone enters "123ABC" I want nothing to happen. So the entire cell must be numerical, cells that are text and numbers are fine and should not be changed.
Thanks in advance,
Mark