VBA Excel - Edit a Macro using VBA in Excel Tutorial

preview_player
Показать описание
In this VBA Excel tutorial, we look at how to edit a Macro in Excel using VBA.

If you are new to VBA (Visual Basic for Applications) and Macros, this crash course is for you. In this session, we look at the VBA Editor in Excel, how VBA code works, how to edit and debug Macros, and how to create a Macro from scratch using VBA.

📝 Use the timestamps below to navigate to different sections of the course. If you already know one of these topics, skip ahead!

0:00:00 - The VBA Editor
0:07:51 - Understanding VBA Code
0:21:02 - Editing Macros
0:30:01 - Debugging Macros
0:39:46 - Creating a Macro from Scratch

💻 Watch more free popular training tutorials from Simon Sez IT:

🔥Check out our FREE 300+ hour training course playlist here ➡️

💬Stay in touch!

🔔 Subscribe to our channel:

If you enjoyed the video, please give a thumbs up 👍🏽 ;-)
Рекомендации по теме
Комментарии
Автор

The title is misleading.
Nowhere are you *editing a macro using VBA*. You're editing macros manually.
Editing a macro *using VBA* would mean editing it programmatically (which is what I came here for).
Basically, getting VBA to write VBA code in an automated manner, using VBE object model.
👎

vivvpprof