View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Add cell content to another cell

It works fine for me. It would depend on what you enter in the inputbox.
If you don't put in a valid cell address, it won't work.

--
Regards,
Tom Ogilvy

"Sophisticated Penguin"
wrote in message ...
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.