Disable "undo" (list of changes)

C

Chiwa

Hey all,

Word keeps a list of all changes you have made while editing a document.
I want to disable that, is it possible?

I have made a vba-program for something like mailmerging (a litte bit
complexer).
But after x numbers of changes I get an error like this:
"Not enough memory available. This operation cannot made undon. Would you
like to continue?"

It is very annoying, it kinda screw up my "batch" program. I have a fast pc
with a lot of memory, so that's not the problem.

Can somebody help me with tihs?

Thx!
 
H

Helmut Weber

Hi Chiwa,
Word keeps a list of all changes you have made while editing a document.
I want to disable that, is it possible?
I don't think so, all you can probably do is
clear he undo-list frequently.
ActiveDocument.UndoClear
 
P

Peter Hewett

Hi Chiwa

This was answered in: microsoft.public.office.developer.vba.

Please do NOT multi-post messages, if you believe the message is relevant to more than one
news group cross-post the message. In other words enter all of the relevant news groups
in the message header. This helps prevent people wasting their time by answering a post
that's already been answered elsewhere.

HTH + Cheers - Peter
 
P

Peter Hewett

Hi Chiwa

You've posted this message independently to at least 3 news groups and at least two
different people have answered you!

This was answered in: microsoft.public.office.developer.vba.

Please do NOT multi-post messages, if you believe the message is relevant to more than one
news group cross-post the message. In other words enter all of the relevant news groups
in the message header. This helps prevent people wasting their time by answering a post
that's already been answered elsewhere.

HTH + Cheers - Peter


Hey all,

Word keeps a list of all changes you have made while editing a document.
I want to disable that, is it possible?

I have made a vba-program for something like mailmerging (a litte bit
complexer).
But after x numbers of changes I get an error like this:
"Not enough memory available. This operation cannot made undon. Would you
like to continue?"

It is very annoying, it kinda screw up my "batch" program. I have a fast pc
with a lot of memory, so that's not the problem.

Can somebody help me with tihs?

Thx!

HTH + Cheers - Peter
 
C

Chiwa

Ok, thx for the tip and the answer!

Peter Hewett said:
Hi Chiwa

You've posted this message independently to at least 3 news groups and at least two
different people have answered you!

This was answered in: microsoft.public.office.developer.vba.

Please do NOT multi-post messages, if you believe the message is relevant to more than one
news group cross-post the message. In other words enter all of the relevant news groups
in the message header. This helps prevent people wasting their time by answering a post
that's already been answered elsewhere.

HTH + Cheers - Peter




HTH + Cheers - Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top