View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Sophisticated Penguin Sophisticated Penguin is offline
external usenet poster
 
Posts: 6
Default Add cell content to another cell

Thanks Tom. The input boxes work fine but the line
Range(Dst).Text = Range(Dst).Text & Range(Src).Text
seems to be causing problems. Any ideas?
Thanks again to both of you for your help.