Macros - No error, but stops working

admack

New Member
Joined
Apr 30, 2014
Messages
6
Hi all,

I am not massively clued up on Macros and am having an issue that I think relates to my settings rather than the macros themselves.

No matter what workbook I open, if it has a macro in it, it will run the macro to a point, then stop, I hit the play button and it completes the script.

No error messages or anything.

Anyone know what it might be. Like I say I have tried it on a number of different sheets - I am using 2007.

Any help would be much appreciated.

Thanks
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
Suggest you post your code for examination.

Do you have break points set in your code? This is a debugging step that you may have set.

Here is some info on break points if that is the case

Debugging VBA
 
Upvote 0
it will run the macro to a point, then stop, I hit the play button and it completes the script.

Does it stop on a line with a Workbooks.Open command in it?
 
Upvote 0

Forum statistics

Threads
1,223,246
Messages
6,170,988
Members
452,373
Latest member
TimReeks

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