Is there a "macro recorder" that applies to the VBA editor itself?

Lmorato87

New Member
Joined
Jun 1, 2021
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hi, My name is Lucas, I'm a Brazilian VBA student,

Question:
I know that I can Record macros that apply to the excel application, but, is there a "macro recorder" or something of the sort that can show you the graphic interactions we make With the vba editor itself in code form?

Motive:
This question arised for me when I was trying to make a list of the elements displayed in the object Explorer sentindo of the vba editor. I already found a code that lists all the method and properties of an object, but the question Still remanso, how could I have discovered that my self, or how can I discover something analogous in the future, not about excel vba, but about the code that makes the vba editor itself work. Thank you very much!

Lucas Morato Araujo
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Welcome to the forum. :)

No, there is no macro recorder for the VBE, I'm afraid.
 
Upvote 0
Solution
Mostly what people would do with a VBE macro recorder... :)
 
Upvote 0
What an efficient forum!

Thank's, guys!

Following up, how would I get information about VBA coding in respect to the editor? A lot of times, I don't find the microsoft online help so helpful for begginers like me.

Thanks again,

Lucas
 
Upvote 0

Forum statistics

Threads
1,214,912
Messages
6,122,200
Members
449,072
Latest member
DW Draft

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top