+ Reply to Thread
Results 1 to 2 of 2

Thread: copying an array from workbook a to workbook b

  1. #1
    Jeff
    Guest

    copying an array from workbook a to workbook b

    Hi,
    Can someone please tell me how I can copy an Array from workbook a to
    workbook b?
    Say, there is an array(0..10) named items in workbook1.sheet1 I need to
    copy that to workbook2.sheet1.

    Thanks,


  2. #2
    Tom Ogilvy
    Guest

    Re: copying an array from workbook a to workbook b

    workbooks("Workbook1.xls").Worksheets("Sheet1") _
    .Range("A1:A10").Copy Workbooks("Workbook2.xls") _
    .Worksheets("Sheet1").Range("A1")

    That is my best guess of what you are asking

    >array(0..10) named items


    doesn't describe anything meaninful to me.

    --
    Regards,
    Tom Ogilvy



    "Jeff" <Jeff@discussions.microsoft.com> wrote in message
    news:B3A88E5E-A9BF-4723-87ED-156AD28EED73@microsoft.com...
    > Hi,
    > Can someone please tell me how I can copy an Array from workbook a to
    > workbook b?
    > Say, there is an array(0..10) named items in workbook1.sheet1 I need to
    > copy that to workbook2.sheet1.
    >
    > Thanks,
    >




+ 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.2.0