Recorded macro does not work?

Christian_Ku

Board Regular
Joined
Sep 10, 2007
Messages
102
Hello,

I came across a problem with my macro and decided to record a macro and see how excel did this, the result:

Code:
    Range("G14,I14").Select
    Range("I14").Activate
    ActiveSheet.Shapes.AddChart.Select

however, when I run this macro i get the 1004 error on the last line?!
The last line of code was also present in my own and therefore I tried to record one to see what I was doing wrong.

Anyone an idea because a macro that is recorded by excel itself that does not work is strange in my view.
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Hmmm, I see this is a bigger problem than expected. Still I don't get it, one would expect excel to record proper macro's.
 
Upvote 0

Forum statistics

Threads
1,214,588
Messages
6,120,412
Members
448,960
Latest member
AKSMITH

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