Other possibility is that when you have opened the workbook you select to
disable macros or the security level has disabled it automatically
Go to >> Tools >> Macro >> Secority...
2009/6/23 Dave Bonallack
> Hi,
> This just means that the code has paused for some reason (perhaps because
> yo
Hi Mahesh,
It may be because the codes breaks - up in between. Try using error -
handlers OR loops to avoid this.
Thanks,
--
DILIP KUMAR PANDEY
MBA-HR,B COM(Hons.),BCA
Mobile: +91 9810929744
dilipan...@gmail.com
dilipan...@yahoo.com
New Delhi - 110062
On Mon, Jun 22, 2009 at 9:55 PM, mahesh
Hi,
This just means that the code has paused for some reason (perhaps because you
asked it to, or perhaps it has a mind of its own). You just need to click the
Reset button on the VBA toolbar. This will allow other code to run. Basically,
you can only run one code at a time. When a code is in