View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dale Saunders Dale Saunders is offline
external usenet poster
 
Posts: 1
Default create a macro that opens, edits then closes cell

I want to create a macro that opens a cell, allows me to edit the cell (with
a pause for input) then close the cell and go down 4 lines. I come from a
Lotus background where I could just make the formula, give it a shortcut key
and perform the task
(<f2<home<rightIF($AG$<pause=,,<en ter<down<down<down<end)

Starting cell contents
=IF($AG$26="W",$AE$26,$AE27)

Ending cell contents after running macro
=IF($AG$24="","",IF($AG$24="W",$AE$24,$AE25))

Some help would be great

Dale Saunders