+ Reply to Thread
Results 1 to 8 of 8

Excel object browser

  1. #1
    Registered User
    Join Date
    08-31-2010
    Location
    Brighton,Earth
    MS-Off Ver
    Excel 2003
    Posts
    25

    Excel object browser

    In my code window the object browser tells me that Activeworkbook and Activesheet are both properties. In my code window when i type the former followed by a period '.' i get a listing of associated properties and methods I can use. But when I type the latter in the same manner I get nothing......what gives?

    How can i see what properties/methods Activesheet has in the object browser?
    Excel VBA 2003
    Brace yourselves for lots of stupid questions !!!

  2. #2
    Forum Expert Mordred's Avatar
    Join Date
    07-06-2010
    Location
    Winnipeg, Canada
    MS-Off Ver
    2007, 2010
    Posts
    2,787

    Re: Excel object browser

    Good luck guss, I find Excel VBA to be very peculiar that way. Sometimes when I type Application. nothing happens while most of the time it gives me a list of options to choose from. I don't know why that happens.
    If you're happy with someone's help, click that little star at the bottom left of their post to give them Reps.

    ---Keep on Coding in the Free World---

  3. #3
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: Excel object browser

    Not sure how to get it to work with just Activesheet, but you could do...
    Please Login or Register  to view this content.

  4. #4
    Registered User
    Join Date
    08-31-2010
    Location
    Brighton,Earth
    MS-Off Ver
    Excel 2003
    Posts
    25

    Smile Re: Excel object browser

    Aghh!

    So I'm not going crazy!!

    Thanks guys thought I was doing something wrong, MS sure know how to test us learners.

    Last edited by shg; 08-31-2010 at 07:34 PM. Reason: deleted quote

  5. #5
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: Excel object browser

    We're glad you're not going crazy (yet). Welcome to the forum!

    As a plausible explanation, I found this:
    ActiveSheet will not provide intellisense prompts because VBA is not
    aware if the sheet im question is a work sheet, a chart sheet, a macro sheet
    or a dialog sheet.
    at this site: http://www.sqldrill.com/excel/progra...-text-box.html

    Have a great day!

  6. #6
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Re: Excel object browser

    In Excel 2010 I need to click Tools -> Options -> Editor Tab -> Auto List Members. This is from the VBA Window.

    In FAQs in my book it simply says "Unfortunately, Auto List Members doesn't work for all objects. So the suggestion is to type the object/word into the immediate window and press F1 for help.

    I wish there was a better answer. I'll keep looking. -- Paul got there first and I like his answer.

  7. #7
    Registered User
    Join Date
    08-31-2010
    Location
    Brighton,Earth
    MS-Off Ver
    Excel 2003
    Posts
    25

    Re: Excel object browser

    Quote Originally Posted by Paul View Post
    We're glad you're not going crazy (yet). Welcome to the forum!

    As a plausible explanation, I found this:


    at this site: http://www.sqldrill.com/excel/progra...-text-box.html

    Have a great day!

    Thats a wee bit silly but I suppose thats what you gotta work with, it is surprising though!!

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

    Re: Excel object browser

    Quote Originally Posted by Mordred
    Good luck guss, I find Excel VBA to be very peculiar that way. Sometimes when I type Application. nothing happens while most of the time it gives me a list of options to choose from. I don't know why that happens.
    Compile your project, fix errors, and IntelliSense will return.
    Entia non sunt multiplicanda sine necessitate

+ 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