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: 536
Default Xpose twenty rows then the next twent etc.


Want to xpose a list of items in A to cells in B twenty at a time then the next twentyin B below the first etc.

Thanks,
Howard

Option Explicit

Sub SuperJoin()
Range("B1") = Join(Application.Transpose(Range(Range("A1"), _
Range("A" & Rows.Count).End(xlUp))), " , ") '" / ")
End Sub
 
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
120= rupees one hundred twenty only digit to text Excel Worksheet Functions 2 May 25th 10 06:46 AM
Patek Philippe Twenty~4 Watch, Best Wristwatch [email protected] Excel Discussion (Misc queries) 0 February 5th 09 03:57 AM
creating a table from twenty worksheets Zuzeppeddu Excel Programming 3 May 2nd 07 01:40 PM
how do i convert numbers (25) into words (Twenty Five Only) ... Abidhsz Excel Worksheet Functions 1 March 19th 07 02:02 PM
How do I convert number 123 to text One Hundred and Twenty Three? Vidyaji Excel Discussion (Misc queries) 1 September 6th 05 03:59 PM


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