Thread: Oddity with HSI
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike[_51_] Mike[_51_] is offline
external usenet poster
 
Posts: 13
Default Oddity with HSI

Does anyone know why you cannot enter the letters HSI into a cell? it will
change them to HIS. However, a line of code will enter HIS:
ActiveCell.Value = "HIS"

Mike F