 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Palle Hansen Guest
|
Posted: Fri Jan 23, 2004 12:24 pm Post subject: Word Delete Section |
|
|
Hi
We have some large word documents with sections, which I am extracting to
single documents.
But in each single there a section to much, so if a document should have 2
pages when open it has 3 pages.
Here is want I am doing ...
Current : Section
ExtractedDoc : TWordDocument
.......
Current := WordDoc.Sections.First;
.......
Current.Range.Copy;
ExtractedDoc.Sections.First.Range.Paste;
.......................
ExtractedDoc.SaveAs(.............
.................
ExtractedDoc.Close(CloseOption);
.....................
Who do I delete the empty page last in the document or do I delete the last
section.
best regards
palle hansen, dk
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|