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 8252533
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T00:35:14+00:00 2026-06-08T00:35:14+00:00

To clarify. I have 1 spreadsheet I am creating the VBA in. When the

  • 0

To clarify. I have 1 spreadsheet I am creating the VBA in. When the Macro runs, I want the code to find a specific value in a separate WorkBook sheet and return the location of the value in the other WorkBook.

My initial thought was to use HLookUp, however that will only return the value, not the location of the value. My next thought was to use the Find function, but I can’t get it to run. The error I get is: Run-time error “438′: Object doesn’t support this property or method

startValue = enrollBook.Sheets("Pop-FY").Range("D:Z"). _
Applications.WorksheetFunction. _
Find(What:=FYString, LookIn:=xlValues)

enrollBook is the other workbook.
startValue is supposed to be the location of the found value in the other spreadsheet

  • 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-08T00:35:15+00:00Added an answer on June 8, 2026 at 12:35 am

    This is a weird way of calling a function & formatting you’ve got there, I first even thought that code was invalid.

    First, you are confusing Range.Find with Application.WorksheetFunction.Find. You need the Range one, but are calling the other one.
    Second, the error is because it’s Application, not Applications.
    Third, you will need a Set:

    Set startValue = enrollBook.Sheets("Pop-FY").Range("D:Z").Find(What:=FYString, LookIn:=xlValues)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Let's say I have several lines of code to clarify specific settings on a
UPDATE: To help clarify what I'm asking I have posted a little java code
I have a certain situation I want to clarify for myself, and I would
I have the following code, could anyone please clarify my doubt below. public static
I have some questions about vector in STL to clarify..... Where are the objects
To clarify, I currently have a live app that does not implement in app
If i have a field in my db which clarify the type of the
UPDATE: To clarify a generic error catcher that catches 404's doesn't have enough granularity
Okay, to clarify, I have an XML/RDF file that describes data with a natural
Please help, clarify this issue, I have seen it on many sites now, you

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.