Results 1 to 8 of 8

Why does intellisense "disappear" at times?

Threaded View

  1. #1
    Registered User
    Join Date
    07-18-2010
    Location
    Las Vegas,Nevada
    MS-Off Ver
    Excel 2007
    Posts
    4

    Why does intellisense "disappear" at times?

    I am a rare user of VBA (once a year) for the past 8 years and always have de ja newbie experience. Because I don't recall the DOM very well I rely on intellisense. At times using certain kewords/methods intellisense gives me the impression Im doing something wrong because of its lack of response.

    For example I use the Cells method because I am using dynamic single cell references.
    Cells(r,c).interior.color =255

    Intellisense will die whenever I use the cells method. Why is this?

    I've stared using a work around for this intellisense case of A.D.D.
    Range(Cells(y, x).Address).Interior.Color = 255


    or I type garbage code and clean it up

    Cells.Interior.Color=255

    This will keep intellisense offering keywords to the DOM challenged. Am I coding in an incorrect fashion to confuse VB?
    Last edited by bljoseph; 07-19-2010 at 04:31 PM. Reason: Code not tagged

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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