The code I wrote should not include blanks, just cases with some non-numeric character(s). Nick's code should include blanks. If you remove the preserve and restore statements from the code I wrote, then browse the data, you *should* see cases with letters and punctuation marks and all kinds of stuff. I find it odd that it looks like you have the full range of ASCII in the output from charlist. If things are just a little wonky (say a few cases have an alphabetic component to their values), I'd expect a list, but not the full list. So your data might be mangled in some special way. Might try saving it as .csv and reading back in with insheet instead of directly importing from excel.
-
Login or Register
- Log in with
Comment