vote up 2 vote down star
1

In VB.NET, the IntelliSense pops up as soon as you start typing which gives you a pretty full list of things you can use at that moment. The IntelliSense in VBA however, doesn't kick on for me until a period is put after the part you're using. For example, I go into the VBA editor in Excel 2007 and start typing the word "Range" but the IntelliSense doesn't come up until I type "Range." after which it will give me a list of things I can use at that point.

Is there any way to make IntelliSense come up sooner in the VBA editor, so that I'm able to see a list of things that can be used like Davg, DCount, etc?

flag

3 Answers

vote up 4 vote down check

No, but you can type Excel first. Put a period after that, and you'll find out more than you ever wanted to know about Excel.

Same with Access. Type Access and a period, and you will find DCount there.

link|flag
vote up 2 vote down

VBA is a different beast than .NET so I'm not sure how to bring up the IntelliSense quicker. I find I have the same problem you're having in 2003.

I would suggest checking out the Object Browser though. In 2003, it's View > Object Browser, or F2, in the VB Editor. I find it's a great way to explore the class libraries available. It will show you everything that you currently have referenced and once you reference more libraries, they will also show up in the Object Browser.

link|flag
vote up 3 vote down

Just press Ctrl+Space at any time if the editor.

link|flag
This will work too. – Robert Harvey Jun 30 at 21:39
Yes it will but I had already accepted the other way before this was posted. – Bryan Jul 1 at 12:45
It won't hurt if my answer just sits there for reference, too. But if you really want to accept it instead, you are welcome to, the accepted tick is not permanent :) – GSerg Jul 1 at 21:02
I know, I just prefer to stay with the first correct answer. Sorry :) – Bryan Jul 2 at 20:21

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.