

Keyboard Shortcut to Open the Visual Basic Editor Using a Keyboard Shortcut (easiest and fastest).There are various ways to open the Visual Basic Editor in Excel: You can copy a code from some other workbook or from the internet and paste it in the VB Editor.You can manually type VB code in the VB editor.When you record a macro, it automatically creates a new module in the VB Editor and inserts the code in that module.There are multiple ways you get the code in the VB Editor: VB Editor is the place where you keep the VB code. By default, it’s hidden and to access it, you need to activate it. Visual Basic Editor is a separate application that is a part of Excel and opens whenever you open an Excel workbook.


Then you may use that language to talk to this program or another program. Real programming languages are not related to office suites. If you want to use another programming language with MS Office or you first need to learn how to program anything else in that particular language. Quite often a VBA programmer never learns to program anything else. Save your spreadsheet in the old Excel file format (*.xls) and everything will work properly without macros.Īs Tibor explained, you need MS Office software to learn VBA. If you abstain from all macros and express the whole programming logic in spreadsheet formulas, Excel will handle the file correctly. The formula language of a spreadsheet is a simplified programming language for non-programmers.
