|

06-28-2011, 12:10 PM
|
|
Novice
|
|
Join Date: Apr 2011
Posts: 27
|
|
Thanks for the revised code.
Text Output feedback – is fine.
Table Output feedback - output includes blank pages. Otherwise it is all good.
REFERENCES Output feedback – Everything under References is being copied Figures, pictures (not required to be deleted) also the tables that were included in the tables doc. and also the appendixes are being copied.
Appendix Output feedback - No output. I assume the line in the code
“If UCase(Sctn.Range.Words.First) = "APPENDIX" Then” may be the cause. Upper or Lower case letters. In the main document it is as Appendix A, Appendix B etc.
Thanks for the reply for the 2 other requirements, these may be quite simple I guess to create.
Both codes based on the same concept of your Code “ The code includes folder navigation and code to produce an 'Output' folder below that for holding the output files. All documents in the selected folder will be processed automatically.”
- I need to output complete sections (incl. subsections) which heading contain the words “DESIGN REAUIREMENTS”
(ie. Headings may be anything like CONTROL DESIGN REQUIREMENTS or ?????? DESIGN REQUIREMENTS ??????) could be in upper or lower case.
- I have a code which I found on the link below.
http://msdn.microsoft.com/en-us/library/bb960898.aspx (Tip #5)
This outputs the outline of section numbers and headings only. I would like to include this in your Code.
I tried to include this in your code. When I run this code the sheet is created but could not include it in the output folder.
I hope this will not be a hassle.
Thanks for your precious time.
|