sijpie
Well-known Member
- Joined
- Nov 1, 2008
- Messages
- 4,266
- Office Version
- 365
- Platform
- Windows
- MacOS
I am working on a workbook for someone. The workbook is to schedule people in a duty roster. As the number of names is large, there is a big possibility of two or more people with the same name. That is why I want to store the ID number in the cell with the name.
For clarity on the screen I have opted to separate the name and the ID number by a vbLF (Ascii 10) so they appear as a muliti line in the cell. But then I set the cell height to just show the name, the ID number is then invisible. But in my VBA code I can still extract it.
The strange thing now is that on my PC (and on someone other's PC, just for testing) this works like intended, but on the PC of the person who I am building this for, the names don't show, only the 2nd line, the IDs.
See the two images:
https://drive.google.com/file/d/0BxykuY6uKAJ9TUFwSkVzNl9HNlRmNnZoa2duaWFPNEkyUm9r/view?usp=sharing
https://drive.google.com/file/d/1jwOgANuD1w_ESN_6GMlqQqQujt7-y_9R/view?usp=sharing
Anyone encountered this before and knows the cause?
For clarity on the screen I have opted to separate the name and the ID number by a vbLF (Ascii 10) so they appear as a muliti line in the cell. But then I set the cell height to just show the name, the ID number is then invisible. But in my VBA code I can still extract it.
The strange thing now is that on my PC (and on someone other's PC, just for testing) this works like intended, but on the PC of the person who I am building this for, the names don't show, only the 2nd line, the IDs.
See the two images:
https://drive.google.com/file/d/0BxykuY6uKAJ9TUFwSkVzNl9HNlRmNnZoa2duaWFPNEkyUm9r/view?usp=sharing
https://drive.google.com/file/d/1jwOgANuD1w_ESN_6GMlqQqQujt7-y_9R/view?usp=sharing
Anyone encountered this before and knows the cause?