+ Reply to Thread
Results 1 to 3 of 3

Convert table data into list - VBA code

Hybrid View

  1. #1
    Forum Expert
    Join Date
    03-28-2012
    Location
    TBA
    MS-Off Ver
    Office 365
    Posts
    12,454

    Re: Convert table data into list - VBA code

    Change this line

    Range("G1").Resize(UBound(arrangersArray) + 1, _
    UBound(Application.Transpose(arrangersArray))) = arrangersArray
    in to

    sheets("Sheet2").Range("G1").Resize(UBound(arrangersArray) + 1, _
    UBound(Application.Transpose(arrangersArray))) = arrangersArray

  2. #2
    Forum Contributor
    Join Date
    08-08-2012
    Location
    london
    MS-Off Ver
    Excel 2010
    Posts
    196

    Re: Convert table data into list - VBA code

    Thank you so much for your response.

    I would also like to ask, is it possible to make row 1 in sheet2, automated, for example to extract the names and prices from sheet1 automatically in a list format instead of manually adding it in.

    thank you for your help and time.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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