Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 142
Default VB code for joining column data.

Hi,

I want to join columnL & J with result in ColumnM.
It should join till each value found in column J.

How to do it wth VB?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 703
Default VB code for joining column data.

When you say "Join" I presume you want to simply concatenate them.

LastRow = (You - Know - How - From - Your - Other - Post)

For i = 1 To LastRow
Cells(i, 13) = Cells(i, 12) & Cells(i, 10)
Next i


"Sinner" wrote:

Hi,

I want to join columnL & J with result in ColumnM.
It should join till each value found in column J.

How to do it wth VB?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 142
Default VB code for joining column data.

On Apr 9, 5:27*pm, Charlie wrote:
When you say "Join" I presume you want to simply concatenate them.

LastRow = (You - Know - How - From - Your - Other - Post)

For i = 1 To LastRow
Cells(i, 13) = Cells(i, 12) & Cells(i, 10)
Next i



"Sinner" wrote:
Hi,


I want to join columnL & J with result in ColumnM.
It should join till each value found in column J.


How to do it wth VB?- Hide quoted text -


- Show quoted text -


Thanks. With little modification working ok.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Autofill column from data (code) in column next to it Matt Excel Worksheet Functions 4 April 24th 09 06:17 PM
Joining up data points Emma Hope Charts and Charting in Excel 2 October 3rd 08 12:24 PM
Joining rows with different data [email protected] Excel Programming 0 July 30th 07 05:41 PM
joining data points on graph minihana Charts and Charting in Excel 2 February 12th 06 02:02 AM
Joining data points on a line chart JCW173 Charts and Charting in Excel 2 January 26th 06 12:38 PM


All times are GMT +1. The time now is 04:40 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"