LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 127
Default quicker cell concatenation

Dear experts,
I want to fill in a range (column) with concatenation data from other 4
columns.
The number of rows is quite big so it takes a while before vba can finish
the task. My code looks like
For i = 1 to LastRow
Cells(i, 7)=Cells(i,1) & Cells(7,2) & Cells(i,3) & Cells(1,4) & Cells(i,5) &
Cells(i,6)
Next i

Is there another way to do this more quickly, maybe playing with ranges?
Thanks a lot for your advice.
Kind regards

--
Valeria
 
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
Reverse Concatenation (Splitting Single Cell Data into Multiple Ce SirEric Excel Discussion (Misc queries) 5 November 14th 08 09:39 AM
Return to 1st cell in next line in multi-column list for quicker e Katijo Excel Worksheet Functions 3 October 10th 08 06:32 AM
dynamic rows: cell value concatenation deepika :excel help[_2_] Excel Discussion (Misc queries) 1 January 30th 08 11:35 AM
quicker copydown Naz Excel Programming 9 November 20th 06 03:43 AM
Cell problems - need a quicker way. lara5555 Excel Worksheet Functions 2 January 13th 06 01:00 PM


All times are GMT +1. The time now is 03:40 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"