Record Macro not Working

LloydFinancials

Well-known Member
Joined
Apr 24, 2015
Messages
546
I am in a .xlsm file not that it would matter in this case. I press "Record Macro", perform an action like select a cell, put in a vlookup, or I could hit any simple action, hit stop recording, but all that I see in the code is:

Code:
Sub Macro8()
'
' Macro8 Macro
'
'
End Sub


The body doesn't appear.

Please advise

Thanks.
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
Are you performing the steps in the same Excel file as where you are creating the macro?
I have seen the behavior you describe when people have two separate sessions of Excel open, and start the recorder in one, and then jump to the workbook in the other session and perform activity there.
 
Upvote 0
That may have been it. I am not sure, but I closed all my excel files, opened just the one, and now it is working. Thank you very much for the reply and support. Solved.
 
Upvote 0
You are welcome.
If you open multiple Excel files, but in the same session of Excel, it should also work.
You typically get separate sessions of Excel if you open more Excel files from Windows Explorer or, open a new session of Excel and open more files.
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,175
Members
453,021
Latest member
Justyna P

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