BuZz
BuZz

Reputation: 17485

Is there an auto complete shortcut in VBA?

I am pretty sure there is an auto complete feature in the Excel/VBA editor but can't seem to find it. (e.g. Ctrl+Space in Eclipse).

Or am I dreaming it ?

Upvotes: 10

Views: 42795

Answers (1)

GSerg
GSerg

Reputation: 78190

There is, and it's Ctrl+Space.

If you press that and auto complete does not happen, then there are multiple possible choices and you are presented with them.

At this point, you can navigate through the options using the arrow keys and and then press Tab to select your choice.

Also see Is there a way to get full IntelliSense for VBA in Access and Excel 2007?, which is almost a duplicate.

Upvotes: 15

Related Questions