Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9094473
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T23:21:30+00:00 2026-06-16T23:21:30+00:00

This is hopefully an easy one, but i cant seem to find any reference

  • 0

This is hopefully an easy one, but i cant seem to find any reference to it.

How do i print the location of something stored in an array, not the actual item that is in it.

Array(0) = Dog
Array(1) = Cat
Array(2) = Fish

Lets say i searched the array and found cat, how do i print the location cat was stored at, in this case Index Number (1).

Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T23:21:31+00:00Added an answer on June 16, 2026 at 11:21 pm

    Location of array is called index

    If you run a loop,

    For i = LBound(Array) to UBound(Array)
     if Array(i) = "Cat" then  '--restrict to find index of particular item
       MsgBox i '-- gives the location/index of Cat item
     End if
    next i
    
    • LBound : is the Lower bound, the starting index of the array. The first. It can be zero or anything as VBA provides the flexibility of changing the default array base to be either 0 or 1.

    • UBound : is the Upper bound, the ending index of the array. The last.

    For further reading: LBound and Ubound conflicts in case of array which has been assigned by the Range.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is hopefully very easy to do, but I can't find any doco on
Sounds easy enough but I can't seem to figure this one out or find
Hopefully this is an easy one - though I don't seem to have much
Hopefully, this is an easy one. I have an array with lines that contain
Hopefully this will be an easy one for anyone with any Django experience. I'm
Hopefully this is easy to explain, but I have a lookup transformation in one
This will hopefully be an easy one, but I'm lacking the skills! <select name=search_category
This is hopefully an easy question to answer for someone familiar with Mozilla, but
Hopefully this is a quick one, and Easy if you know how... I'm writing
hopefully there's an easy solution to this one. I have my MVC2 project which

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.