Click here to Skip to main content
15,894,825 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Does any know how to record a Macro in VBA Excel ?

Your help is needed guys !.


Merci d'avance.
Posted

This should help Excel Macro Recorder[^]
 
Share this answer
 
Try this

Open Excel options->Go to popular option->Ensure you have checked in "Show developer tab in Ribbon".

2.Click on Developer Tab.

3.There you will find option for "Record Macro" , It will ask you for Macro name give appropriate name and click OK.

4.Now after recording successfully . Now click on Stop recording macro.

5.IF you want to check out the code for which your macro is recorded then click for Macros and then select macro which you recorded.


Hope this will help .

Cheers!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900