Results 1 to 3 of 3

macro to sum all element in array and output it in one cell of excel.

Threaded View

  1. #1
    Registered User
    Join Date
    10-21-2010
    Location
    Akron,OH, USA
    MS-Off Ver
    Excel 2007
    Posts
    44

    Unhappy macro to sum all element in array and output it in one cell of excel.

    suppose i have an array, like below:
    Vehicle1 As String*2
    MyArray(1)=mydata.Vehicle1
    All I want to do is to sum each of the value in the array and output them in a cell of excel.
    I do it like this
    Sum = Sum.MyArray(1)
    .Cells(lRow, 1) = Sum
    but it is showing error. saying that object required.
    What should I do?
    Please help.
    Last edited by mithil; 11-14-2010 at 02:46 PM.

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