View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Lillian[_4_] Lillian[_4_] is offline
external usenet poster
 
Posts: 1
Default How to merge excel using vba

I have big excel spreed sheet, on the columnD is street
#,on the columnE is direction, on the columnF is street
name, example:
D E F
123 S Main street
223 N Hill street

how can I merge DEF together become 123 S main street by
using VBA macro.

thanks.

Lillian