View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
LisaVH LisaVH is offline
external usenet poster
 
Posts: 12
Default Macro to delete characters in field

I want to create a simple macro that will start at the active cell and delete
the first 4 characters and then move the next cell and delete the first 4
characters and so on. Can this be done. I tried to record it using the
keyboard and it takes the cell contents and copies it to the next cell.