Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Concatenation question

I would like to automate the process of concatenating one of my
columns based on what is in the starting row:

Example of what I have:

| A | B | C | D | E |
1 | X

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Concatenation question

(Sorry, I seem to have lost control of the LEM.)

I would like to create a macro that would automatically concatenate
the data in E based on the starting row and end at the next starting
row.

Here is what I have:


| A | B | C | D | E |
1 | T | X | X | X | H |
2 | | | | | E |
3 | | | | | L |
4 | | | | | L |
5 | | | | | O |
6 | M | X | X | X | H |
7 | | | | | E |
8 | | | | | L |
9 | | | | | L |
10 | | | | | O |

What I would like it to do:

| A | B | C | D | E |
1 | T | X | X | X | HELLO |
2 | | | | | |
3 | | | | | |
4 | | | | | |
5 | | | | | |
6 | M | X | X | X | HELLO |
7 | | | | | |
8 | | | | | |
9 | | | | | |
10 | | | | | |


I already have a tiny macro that will concatenate based on selection,
but doing it over and over can become tedious. I would like to select
the whole sheet, start the macro and have it do the above.

Any suggestions?

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
Concatenation Vic Excel Discussion (Misc queries) 5 October 22nd 09 05:57 PM
concatenation question teepee[_3_] Excel Discussion (Misc queries) 11 November 2nd 08 03:32 PM
Concatenation markmcd Excel Worksheet Functions 3 December 11th 07 12:29 AM
Concatenation question ~C Excel Worksheet Functions 1 February 2nd 06 10:14 PM
Concatenation Jim Cone Excel Programming 0 October 31st 04 01:17 AM


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

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

About Us

"It's about Microsoft Excel"