|
-
Jun 15th, 2005, 11:19 AM
#1
Thread Starter
Member
Accepting IDE suggestions
How can I accept the suggestions the VBA IDE displays as I type without either double clicking on them or hitting enter? Enter automatically inserts a carriage return, which I usually don't want; and double clicking is slower than typing for me.
-
Jun 15th, 2005, 11:33 AM
#2
Re: Accepting IDE suggestions
Use the arrow keys to highlight the property or method you want from the Intellisense popup list. Then press Ctl+Enter to accept
the selection to your line of code and keep the cursor on the same line and right after the last char of the property or method you selected.
The space bar also works for making the selection once its highlighted but places a space after the property or method.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jun 15th, 2005, 12:17 PM
#3
Frenzied Member
Re: Accepting IDE suggestions
Tengo mas preguntas que contestas
-
Jun 15th, 2005, 07:39 PM
#4
Re: Accepting IDE suggestions
just type any key
the next key you want to use or space at end of line if you don't want newline
pete
-
Jun 27th, 2005, 10:56 AM
#5
Thread Starter
Member
Re: Accepting IDE suggestions
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|