+ Reply to Thread
Results 1 to 26 of 26

How to count an Array

  1. #1
    Forum Contributor
    Join Date
    08-23-2010
    Location
    Staten Island, NY
    MS-Off Ver
    Excel 2003
    Posts
    242

    How to count an Array

    i am using code to count an array.

    If I do it this way it works:

    Please Login or Register  to view this content.
    However if I count the array in a separate function and pass the array to it - it does not count it correctly. Here is the code:

    Please Login or Register  to view this content.
    If I do it as a separate function then it only counts 1. Can someone help?

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: How to count an Array

    vColumnNames is a single array.

    Please Login or Register  to view this content.
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Contributor
    Join Date
    08-23-2010
    Location
    Staten Island, NY
    MS-Off Ver
    Excel 2003
    Posts
    242

    Re: How to count an Array

    That still counts 1. How do I get it to count the elements within the function.

  4. #4
    Valued Forum Contributor
    Join Date
    05-07-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    354

    Re: How to count an Array

    change your function to
    Please Login or Register  to view this content.
    Last edited by vandan_tanna; 05-08-2012 at 02:07 PM. Reason: added code tags
    Regards,
    Vandan

  5. #5
    Forum Contributor
    Join Date
    08-23-2010
    Location
    Staten Island, NY
    MS-Off Ver
    Excel 2003
    Posts
    242

    Re: How to count an Array

    shg,

    Sorry your code did work. I did not notice that you changed the function declaration. I changed that now and it worked. Thank you and everyone for the help.

  6. #6
    Forum Contributor
    Join Date
    08-23-2010
    Location
    Staten Island, NY
    MS-Off Ver
    Excel 2003
    Posts
    242

    Re: How to count an Array

    Now I need to add to the end of the array. This is what I have tried:

    Please Login or Register  to view this content.
    and

    Please Login or Register  to view this content.
    Neither one works.

  7. #7
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: How to count an Array

    Please Login or Register  to view this content.

  8. #8
    Forum Contributor
    Join Date
    08-23-2010
    Location
    Staten Island, NY
    MS-Off Ver
    Excel 2003
    Posts
    242

    Re: How to count an Array

    shg,

    Thank you a lot - that works. I have one more request (which I tested but am missing something). How do I get that to work with a function. Here is what I tried:

    Please Login or Register  to view this content.
    That doesn't work

  9. #9
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: How to count an Array

    Please respect the time of people that assist, and post all the information needed to duplicate a problem. This, for example, works fine:

    Please Login or Register  to view this content.

  10. #10
    Forum Contributor
    Join Date
    08-23-2010
    Location
    Staten Island, NY
    MS-Off Ver
    Excel 2003
    Posts
    242

    Re: How to count an Array

    shg,

    I do respect the time of people that assist - my needs change as I program. Originally I was not going to put it in a function but it added a lot more code (that I would not like to do). So instead I decided to use a separate function.

    Thank you for your help

  11. #11
    Forum Contributor
    Join Date
    08-23-2010
    Location
    Staten Island, NY
    MS-Off Ver
    Excel 2003
    Posts
    242

    Re: How to count an Array

    That is not working perfectly.

    I need to do it multiple times. Here is all my code:

    Please Login or Register  to view this content.
    Please Login or Register  to view this content.
    If I leave the + 1 in there then there will be a blank column between the original array and the first added column. If I remove the + 1, then there is no blank column but each time something adds to the array it writes over the last thing that was written. So if I added "Assigned" and "Region" - "Assigned" would be added then it would be written over by "Region"

  12. #12
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: How to count an Array

    Once again, this works fine:

    Please Login or Register  to view this content.

  13. #13
    Forum Contributor
    Join Date
    08-23-2010
    Location
    Staten Island, NY
    MS-Off Ver
    Excel 2003
    Posts
    242

    Re: How to count an Array

    snb,

    That is doing the same exact thing that my code did. It is adding a blank column between the original array and the first column I add.

  14. #14
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: How to count an Array

    I'm not snb.

    Did you try running the code as posted?

  15. #15
    Forum Contributor
    Join Date
    08-23-2010
    Location
    Staten Island, NY
    MS-Off Ver
    Excel 2003
    Posts
    242

    Re: How to count an Array

    Yes, the only line that you changed was this:

    Please Login or Register  to view this content.
    It does exactly the same as my code - it adds a blank column between the Original Array and the first item that I add.

    Sorry for messing up your name.

  16. #16
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: How to count an Array

    The code I posted doesn't result in any blank cells. I have no further suggestions, sorry.

  17. #17
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: How to count an Array

    is all that code in the same module and do you have an option base 1 statement anywhere?
    Josie

    if at first you don't succeed try doing it the way your wife told you to

  18. #18
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: How to count an Array

    It works with option base 1.

  19. #19
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: How to count an Array

    even if the function code is in a different module without an option base 1? I haven't tried (on a cell)-I'm just trying to think of anything that might cause the claimed behavior.

  20. #20
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: How to count an Array

    Dunno, Joseph. There are disconnected fragments of code with no context, and I'm not up for 20 Questions today.

    Please feel free to sort it out.

  21. #21
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: How to count an Array

    logically it would produce that effect. the redim preserve would change the lower bound to 0 on first pass while increasing the upper bound, everything shifts up and the last two slots are now empty and only the last one gets populated. hence blank column before first added item.

  22. #22
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: How to count an Array

    Yup, that could happen, or conversely, you could overwrite the last element. That was my point about posting code out of context.

  23. #23
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: How to count an Array

    Test1 leaves a gap, test2 overwrites an element, test3 works irrespective of option base.

    Please Login or Register  to view this content.

  24. #24
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: How to count an Array

    but if Extend3 were in a different module, with no option base statement, test3 would have the same problem as test1.

  25. #25
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: How to count an Array

    I didn't test, but the solution is to not use Option Base -- it's never necessary.

  26. #26
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: How to count an Array

    or at the very least use it consistently.
    of course using VBA.Array instead of just Array would also cure it since it ignores the option base

+ 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