130+ Visual Basics Shortcut Keys Download in PDF & Excel File

Programmers can modify code by dragging and dropping objects and setting their properties in the Microsoft event-driven programming language and environment known as Visual Basic (VB). VB is an event-driven and object-oriented programming language that is derived from the BASIC computer language.

As a result, it is sometimes referred to as a rapid application development (RAD) system, and it is used to prototype an application that will subsequently be built in a more challenging but efficient language.

Visual Basic 6 was the final version published in 1998, although it has since been replaced by VB.NET, Visual Basic for Applications (VBA), and Visual Studio.NET. VBA and Visual Studio are the most widely used frameworks nowadays.

Visual Basic’s History

Visual Basic is the third generation of event-driven programming languages, having been launched in 1991. VB was used to create a variety of Windows programs during the 1990s.

VB evolved throughout the 1990s until Visual Basic 6 was released in 1998, after which VB.NET was introduced. Visual Basic for Applications, which is most commonly used today to automate Microsoft Office tasks, is, however, backward compatible with VB 6.

Features and characteristics of Visual Basic

Compared to most other programming languages, VB is a GUI-based development tool with a quicker application development time. VB also has a more basic syntax than other languages, a user-friendly visual environment, and an excellent database connection.

Visual Basic was created to be a full-featured programming language with standard capabilities including string processing and computation. A drag-and-drop capability in the visual environment allows programmers to create a user interface that is simple to use, even for those with little experience.

Finally, programmers may easily find and use the defined values for variable data in a computer programme using C languages at declaration time. This type of setup is difficult to achieve with Visual Basic.

Visual Basic and Its Applications

Programmers should be able to create executable files utilizing the environment thanks to the structure of VB (exe files). Developers can also use VB to create apps that act as a front end for databases. VB tools can aid programmers in the development of applications or entire software while also letting them to change and amend their work as needed.

VBA is the most widely used version of Visual Basic today. Visual Basic for Applications (VBA) is a version of Visual Basic that can be used to develop Microsoft Office applications like Excel and PowerPoint. VBA, on the other hand, can only be used to make changes to existing apps; it cannot be used to develop new ones.

As we all know visual basics is a powerful tool in Excel through this we can code in excel and add any features of your own choice, Below we have provided a complete list of visual basic keyboard shortcuts but there are quite different than their Excel counterpart, and by learning these shortcut helps you to increase your workflow, also we have provided the below shortcuts in Excel and PDF format for better learning you can download the shortcuts by clicking the below download button, That’s it! Happy Learning

Visual Basic Shortcut Keys List

 

Function Keys

F1Displays help on a keyword or (Help > Microsoft Visual Basic for Applications Help).
F2Displays the (View > Object Browser) window.
F3Finds the next occurrence of the last word you searched for using (Ctrl + F).
F4Displays the (View > Properties Window) if it is not displayed.
F5Runs the current procedure or continues if in Debug Mode.
F6Switches focus between the two code windows when using (Window > Split).
F7Displays the (View > Code) window. Can also be used to display the corresponding user form code module when a Userform is active.
F8Step into code line by line. Can be used to start debugging subroutines that require no arguments.
F9Inserts or toggles a breakpoint.
F10Toggles the activation of the Menu bar.

Shift + Function

Shift + F2Moves to the definition of the procedure or function (View > Definition).
Shift + F3Finds the previous occurrence of the last word you searched for using (Ctrl + F).
Shift + F4Repeats the last Find, the same as (Edit > Find Next).
Shift + F7Displays the Userform object corresponding to the active user form code module. This can be used in conjunction with the F7 (View > Code) to quickly toggle between the code and the object.
Shift + F8Step over the code line by line, execute one procedure at a time.
Shift + F9Activates the Quick Watch window adding the current variable.
Shift + F10Displays the shortcut menu for the selected item.

Ctrl + Function

Ctrl + F2Activates the Object Box in the top left corner of the Code window.
Ctrl + F4Closes the active MDI child window.
Ctrl + F5Runs the error handler code or returns the error to the calling procedure. Does not affect the setting for error trapping on the General tab of the Options dialog box.
Ctrl + F6Moves to the next open window. This is exactly the same as (Ctrl + Tab).
Ctrl + F8Run to the cursor.
Ctrl + F9Moves the current line of execution to this location. This defines the location for the next command that is executed.
Ctrl + F10Activate the Menu bar.

Other + Function

Alt + F4Closes the Visual Basic Editor window and returns to the application.
Alt + F5Resume execution through the error handler/run error handler.
Alt + F8Steps into the error handler or returns the error to the calling procedure. Does not affect the setting for error trapping on the General tab of the Options dialog box.
Alt + F11Toggles between the Visual Basic Editor and the application.
Ctrl + Shift + F2Moves back to the previous position (View > Last Position).
Ctrl + Shift + F8Step out of code.
Ctrl + Shift + F9Clear all breakpoints from the active project.

Ctrl + Letters

Ctrl + ASelect all text in the current module.
Ctrl + CCopies the selection to the clipboard.
Ctrl + EDisplays the (File > Export File) dialog box.
Ctrl + FDisplays the (Edit > Find) dialog box.
Ctrl + GDisplays the (View > Immediate window) window.
Ctrl + HDisplays the (Edit > Replace) dialog box.
Ctrl + ITurn on quick information (Edit > Quick Info).
Ctrl + JDisplays a drop-down of available properties (Edit > List Properties/Methods).
Ctrl + LShow the call stack (View > Call Stack).
Ctrl + MDisplays the (File > Import File) dialog box.
Ctrl + NInserts a new line and positions the cursor at the start of the line. Pressing Enter will maintain the same indentation.
Ctrl + PDisplays the (File > Print) dialog box.
Ctrl + RDisplays the (View > Project Explorer) window.
Ctrl + SSaves (File > Save).
Ctrl + TDisplays the Components dialog box listing all the available components. This is a Visual Basic 6.0 dialog box.
Ctrl + VPastes the current clipboard entry.
Ctrl + XCuts the selection to the clipboard.
Ctrl + YCuts the entire line to the clipboard.
Ctrl + ZUndo the last action (Edit > Undo).

Other + Letters

Alt + ADisplays the (Add-ins) menu.
Alt + DDisplays the (Debug) menu.
Alt + EDisplays the (Edit) menu.
Alt + FDisplays the (File) menu.
Alt + HDisplays the (Help) menu.
Alt + IDisplays the (Insert) menu.
Alt + ODisplays the (Format) menu.
Alt + QCloses the Visual Basic Editor window and returns to the application.
Alt + RDisplays the (Run) menu.
Alt + TDisplays the (Tools) menu.
Alt + VDisplays the (View) menu.
Alt + WDisplays the (Window) menu.
Ctrl + Shift + IDisplays the tooltip showing you parameter information (Edit > Parameter Info). This is only useful if you have (Tools > Options, Editor tab, Auto List Members & Auto Quick Info) unchecked.
Ctrl + Shift + JDisplays a drop-down of available constants (Edit > List Constants). This is only useful if you have (Tools > Options, Editor tab, Auto List Members & Auto Quick Info) unchecked.

Entering

Shift + InsertPastes the current clipboard entry.
TabIndents the current line of code or completes IntelliSense.
Shift + TabUnIndents the current line of code (outdents).
EnterEnters a new line into the code module.

Selecting

Shift + HomeSelects to the start of the line.
Shift + EndSelects to the end of the line.
Shift + Page UpSelects to the top of the module.
Shift + Page DownSelects to the bottom of the module.

Extending

Shift + Left ArrowExtends the selection of one character to the left.
Shift + Right ArrowExtends the selection of one character to the right.
Shift + Up ArrowExtends the selection up one line.
Shift + Down ArrowExtends the selection down one line.

Maneuvering

Ctrl + TabMoves to the next module or window.
Alt + TabMoves to the next application.
HomeMoves to the beginning of the current line.
EndMoves to the end of the current line.
Page UpMoves one screen upwards.
Page DownMoves one screen downwards.
Left ArrowMoves left one character.
Right ArrowMoves right one character.
Up ArrowMoves up one line.
Down ArrowMoves down one line.
Ctrl + HomeMoves to the top of the module.
Ctrl + EndMoves to the bottom of the module.
Ctrl + Page UpMoves to the top of the current procedure.
Ctrl + Page DownMoves to the start of the next procedure.
Ctrl + Left ArrowMoves one word to the left.
Ctrl + Right ArrowMoves one word to the right.
Ctrl + Up ArrowMoves to the sub or function directly above.
Ctrl + Down ArrowMoves to the sub or function directly below.

Thank you for reading, If you liked this article, then definitely share it with your friends on social media, so that they too can get this information.

Download Button पर  Click करके PDF फ़ाइल डाउनलोड करें

Download Button पर  Click करके Excel फ़ाइल डाउनलोड करें

Related Articles:

 
Join Our Telegram Group techguruplus telegram group
Join Our Whatsapp Group techguruplus whatsapp group
 

Leave a Comment