table->movedown
From: Dinçer (dincer80"at"yahoo.com)
Date: 02/23/04
- Next message: Dinçer: "Re: table->movedown"
- Previous message: Chris Hoare: "RE: Mail Merge Automation"
- Next in thread: Dinçer: "Re: table->movedown"
- Reply: Dinçer: "Re: table->movedown"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 23 Feb 2004 13:55:14 +0200
Hi everyone!
My program creates a report (Word document) which includes several tables.
Unfortunately, today, I found out that Microsoft has a bug when using
MoveDown method.
(http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com
:80/support/kb/articles/q235/8/76.asp&NoWebContent=1)
The article says the bug doesn't appear if we make the document visible
before using MoveDown method. Indeen, it doesn't.
However, it is not a good thing to show the user all the creation process of
the report.
How can I skip this error and create my reports?
Thank you...
PS:
This line of code is the reason of the problem:
objDoc.ActiveWindow.Selection.MoveDown Unit:=wdLine, Count:=1
What can I do instead of this code, to be able to finish a table and after
putting a few newline's go to the other table?
- Next message: Dinçer: "Re: table->movedown"
- Previous message: Chris Hoare: "RE: Mail Merge Automation"
- Next in thread: Dinçer: "Re: table->movedown"
- Reply: Dinçer: "Re: table->movedown"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|