+ Reply to Thread
Results 1 to 6 of 6

Transpose exceeds 65k

  1. #1
    Registered User
    Join Date
    04-03-2013
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    2

    Transpose exceeds 65k

    Hi,

    I have a program where i retrieve few files content and copy it to excel for reportig function.
    But as i try to consolidate most of the time the range exceed 65000 and therefore fails - can you kindly help me to resolve this.

    Pls see my code below:
    Please Login or Register  to view this content.
    Last edited by FDibbins; 05-13-2014 at 10:50 PM.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Transpose array exceeds 65k

    Your post does not comply with Rule 3 of our Forum RULES. Use code tags around code.

    Posting code between [CODE]Please [url=https://www.excelforum.com/login.php]Login or Register [/url] to view this content.[/CODE] tags makes your code much easier to read and copy for testing, it also maintains VBA formatting.

    Highlight your code and click the # icon at the top of your post window. More information about these and other tags can be found here

    I will add then for you - this time
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Expert
    Join Date
    11-24-2013
    Location
    Paris, France
    MS-Off Ver
    Excel 2003 / 2010
    Posts
    9,831

    Re: Transpose array exceeds 65k


    Hi,

    TRANSPOSE function is limited to 65k ! Over this limit, you shoud use your own function …

  4. #4
    Forum Guru romperstomper's Avatar
    Join Date
    11-04-2008
    Location
    A1
    MS-Off Ver
    Most
    Posts
    12,302

    Re: Transpose exceeds 65k

    Here is one such function: http://excelmatters.com/?p=27

    Code inline for ease of use:
    Please Login or Register  to view this content.
    Remember what the dormouse said
    Feed your head

  5. #5
    Registered User
    Join Date
    04-03-2013
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Transpose exceeds 65k

    Thanks a lot romperstomper - It resolved the issue

    Thanks FDibbins, I will do that in my future posts!

  6. #6
    Valued Forum Contributor
    Join Date
    08-29-2012
    Location
    In lockdown
    MS-Off Ver
    Excel 2010 (2003 to 2016 but 2010 for choice)
    Posts
    1,766

    Re: Transpose array exceeds 65k

    Quote Originally Posted by Marc L View Post

    Hi,

    TRANSPOSE function is limited to 65k ! Over this limit, you shoud use your own function …
    I agree.

    I use the Transpose function by Alan Beban. See post #5 http://www.excelforum.com/excel-prog...transpose.html
    *******************************************************

    HELP WANTED! (Links to Forum threads)
    Trying to create reusable code for Custom Events at Workbook (not Application) level

    *******************************************************

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. procedure exceeds 64K
    By justme1052 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-31-2013, 10:29 AM
  2. [SOLVED] Transpose: How can I copy a list and transpose it but leaving 3 cells in between each item
    By cocolete in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 04-11-2012, 10:01 AM
  3. exceeds 6 digits
    By omabh in forum Excel General
    Replies: 1
    Last Post: 12-18-2007, 04:27 PM
  4. Replies: 2
    Last Post: 02-19-2007, 04:53 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1