View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Terry Lowe Terry Lowe is offline
external usenet poster
 
Posts: 3
Default Replacing keystrokes

I need to replace keystrokes the user types in cells of a spreadsheet. For
example, if they type a period "." I want to replace it with a colon ":".
I've tried combinations of OnKey with SendKeys but I cannot get it to work.
Does anyone have any suggestions on how to do this? Thanks.