I'm trying to get vba to recognize Pi aka Chr(227).

I've tried to compare it to Chr(227) but it still comes back that it's looking for 'p'...


if txt = Chr(227) then....