View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
William[_9_] William[_9_] is offline
external usenet poster
 
Posts: 11
Default Add text to existing text string

Using Excel 2000. In a VBA macro, I want to copy the contents of a
cell containing text and add that data to the end of a text string in
the activeCell without overwriting the existing data, then move down 1
row and repeat until a blank cell is found.
I have tried using copy then enter edit mode, but paste is not
available in edit mode.
Is there a bit of code that I can use to accomplish this? Would very
much appreciate your input. William