View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
BlueAngel BlueAngel is offline
external usenet poster
 
Posts: 8
Default Add text per user input

I would like to have a macro that when run would prompt the user to select
rows of data and then prompt the user to input information for the cell. The
new information would be appended to the beginning of cell "D" for each row
selected. There will be 4 digits in each cell "D". Therefore, if "D"
currently contains 1234 and the user selects this cell, runs the macro and
enters 555, then cell "D" woul display 5551234. Can someone help?

Thanks in advance,

BlueAngel