Excel VBA and MACROS : IMMEDIATE WINDOW | WAYS TO USE IMMEDIATE WINDOW | DEBUG.PRINT | CLASS 5

Опубликовано: 08 Июнь 2026
на канале: Techdreamer
88
7

NSINTELLECT
The Immediate window is extremely useful and allows you to test and execute small snippets of code. Lets you run any VBA statement, manually while a program is running.
Steps to Get Immediate Window.
The Immediate Window is an immensely useful tool for debugging applications. It can be used to execute code statements that are valid in the context of a break point and inspect values. I also use it to type code snippets to learn language features.
1.Press Alt+F11 (hold Alt key, then press F11 key) from anywhere in Excel. The Visual Basic Editor window will open. (Mac version is Fn+Alt+F11)
2.Pressing Ctrl+G opens the Immediate Window and places the text cursor in it. Begin typing your code. (Mac version is Ctrl+Cmd+G)

----------------------------------------------------------------------------------------------------------
Channel Link:
   / @techdreamerdotin  
----------------------------------------------------------------------------------------------------------
Excel Series Link:
   • EXCEL  
----------------------------------------------------------------------------------------------------------
Excel Tips And Tricks Link:
   • EXCEL TIPS AND TRICKS  
----------------------------------------------------------------------------------------------------------
Excel VBA MACROS Link:
https://www.youtube.com/playlist?list... is the most frequent ask question of the interview for excel test.
----------------------------------------------------------------------------------------------------------
MIC Used .
https://amzn.to/36KjKOJ

#Excel #ExcelInHindi #VBA