LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 733
Default Transform columns with VBA

"Alan Beban" wrote...
For i = 1 To 5
Range("B" & i).Value = Range("A" & i).Value & _
Range("A" & i + 1).Value
Next

....

Range("B1:B5").Value = Evaluate("=A1:A5&A2:A6")

would be an alternative.




 
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
Vlookup to transform columns to rows dee Excel Worksheet Functions 2 October 20th 07 09:36 PM
Transform csv to qif or ofx format? Henrik Excel Discussion (Misc queries) 0 March 15th 07 08:45 PM
How I transform a row into a column? Mosqui Excel Discussion (Misc queries) 0 January 19th 07 08:30 PM
How I transform a row into a column? Stefi Excel Discussion (Misc queries) 0 January 19th 07 08:22 PM
Table Transform James Excel Discussion (Misc queries) 3 December 5th 06 07:57 PM


All times are GMT +1. The time now is 10:00 PM.

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"