View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark[_14_] Mark[_14_] is offline
external usenet poster
 
Posts: 1
Default enter into an excel cell...

hi

i'm trying to creat a simple routine, that works off a
toolbar button, all i want it to do is put an equals
sign '=' in the active cell and make it active so i can
use the number pad. i've got the equals thing worked out
activecell.value = "=", but the problem is trying to make
the cell active, so when i type in numbers, it doesn't
overwrite my equals sign

any help would be great

cheers

mark