View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
RB Smissaert RB Smissaert is offline
external usenet poster
 
Posts: 2,452
Default URGENT, Stuck Smart Indenter

Hi Norman,

Yes it is Stephen Bullen's Smart Indenter.
Well, tried all kind of complex things (including messing with a C++
debugger) to get out without
losing the work, but in the end I just gave up and killed Excel.
I have seen this many times, that is freezing up the indenter, but I did a
search for it and never seen anybody
else mentioning it. Maybe it is because I am dealing with a really big .xla
add-in, over 4 Mb.
I was only indenting one Sub though.
I have now updated to the latest version, but even my previous version was
quite recent.
Will see if I can reproduce and if anybody is interested in it I can post
the workbook.
Maybe it is relevant that there are other COM add-ins installed such as MZ
Tools.

RBS


"Norman Jones" wrote in message
...
Hi RBS,

I have no answer, merely a comment.

If you refer to Stephen Bullen's Smart Indenter, I use it continually and
I have never felt (or had) the need to pre-compile code. Indeed, it is
frequently a most useful aid on uncompiled development code.

Furthermore, I have never experienced any problem with the indenter no
matter how complex the code, no matter how 'unreasonable' the code and no
matter how intrinsically uncompilable the code.


---
Regards,
Norman



"RB Smissaert" wrote in message
...
Made the mistake to run the freeware program Smart Indenter before
checking all the code is fine with a compile.
Result is the Smart indenter progress bar is stuck and
the VBE is frozen. Unless I can get this unstuck without
closing the VBE I will lose about an hour of work.

Any suggestions?

Any help greatly appreciated here!

RBS