Results 1 to 3 of 3

Write a single row from a 2D Array to a range

Threaded View

  1. #1
    Forum Contributor
    Join Date
    01-25-2011
    Location
    Virginia
    MS-Off Ver
    Excel 2016
    Posts
    166

    Write a single row from a 2D Array to a range

    Is it possible to write a single row from a 2D array to a range?

    Let's say I have a 10x10 Array called TrueTestTimeA
    and a 10x10 range called TrueTestRange

    To write the entire Array to the Range I would use:

    TrueTestRange.Value = TrueTestTimeA
    But what if I only want to write one row of the array to a singe row range. I know I can do this by looping, but is there a way to do it with a single line like the .value (or another) technique?

    Thanks,

    Tom
    Last edited by tom.hogan; 04-10-2011 at 10:13 AM.

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