D
Dinçer
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?
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?