Thread: Oddity with HSI
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Oddity with HSI

Tools|autocorrect options|autocorrect tab
remove the hsi from that list at the bottom.

Or hit ctrl-z as soon as excel jumps in with the autocorrection.

Mike wrote:

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


--

Dave Peterson