View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] Bob@1800-mail.com is offline
external usenet poster
 
Posts: 18
Default Leave live cursor in a cell?

I want to create some macros that will enter characters in a cell and
leave the active cursor in the cell after those characters are entered.

I want the macro to perform the same way as the custom toolbar charcter
insert buttons for +, *, =. This will allow me to use the macro when
building formulas.

The part I can't figure out is how to leave the cursor active
(blinking) in the cell after the character is entered. For example, I
would like to have macros for entering the " and &.

Thanks for any advice.