| Thread | Last Post | Replies |
|
| Is a Non-Printing Field possible? | 02 May 2006 00:57 GMT | 2 |
Two quick questions: I'm working on a form where $$s will be entered that we DON'T WANT PRINTED on the final product. Is it possible to set certain fields to NOT print? Secondly, I'm new to basic code and I was wondering if you could tell me
|
| Mail Merge - Code to complete merge | 01 May 2006 23:20 GMT | 6 |
I use an Access database and modules to prepare a mail merge. It opens word and shows the document with the field codes and doesn't actually finish the merge (purposely). When the word document opens I would like it to show the results of the merge data and then create a text box ...
|
| Find between bookmarks | 01 May 2006 23:19 GMT | 2 |
I've a problem with a code, to find some words between bookmarks and copy the whole line to another document. Here’s my code: Dim rngBkm As Range
|
| Select a page with VB | 01 May 2006 23:01 GMT | 1 |
How do I set up a macro to search for a word on one page only in a document and if that word is not found, delete that page and search the next page?
|
| Problems with starting word with /t switch | 01 May 2006 22:07 GMT | 1 |
I have a word template that contains autonew macro and some other code. If, in Word, I select File New and select this template the code behind the New event for the document get's fired - however, if I create a shortcut which starts Word with the /t switch, I get a new
|
| PROTECTED FORM AND TOC | 01 May 2006 19:27 GMT | 3 |
I am working on a doc with a TOC. I am trying to insert forms with drop downs and check boxes but as soon as I protect the form and update the TOC, the TOC doesn't work. Am I doing something wrong?
|
| WordPerfect 5.x - malicious file | 01 May 2006 16:52 GMT | 7 |
I recently moved to Office 2003. I am working on a project to convert several thousand documents (10 to 100 pages) from WordPerfect 5.1 to Word. I have developed a significant amount of code (several hundred pages) that does a pretty good job. Because of problems with newer WP ...
|
| Insert Current Heading Number | 01 May 2006 15:39 GMT | 1 |
I have a bookmark called "current_location" that moves around my document. At one point in my macro, the cursor is sitting in a table cell and I want to place the section number (which could be heading 1, 2, or 3) that the current_location bookmark is located under. Important: ...
|
| how do I get the heading number of the selection? | 01 May 2006 15:38 GMT | 9 |
I'm trying to access the section number (actually the legal-format heading number, using auto numbering, example 1.4.3) of the selection from within a macro. Hard to search for this because of confusion between heading numbers and section numbers.
|
| Cascading Style Sheet Is Such A Hazard To Your Privacy || | 01 May 2006 12:59 GMT | 1 |
Cascading Style Sheet [.css] is such a hazard to your privacy. It allows others on the internet to see your monitor and files. It allows them to copy images on your monitor to their computers. It also allows them to copy files from your computer to their computers. It is
|
| <Buffer for return string is too small> | 01 May 2006 12:51 GMT | 1 |
When I try to refer to the following phrase in my VBA macro in Word 2002: ActiveDocument.MailMerge.DataSource.ConnectString I get the following error: <Buffer for return string is too small>
|
| Suggestions for deployment | 01 May 2006 12:51 GMT | 3 |
I work in a small office enviroment. Being that it's small, when someone is absent, others sometimes have to finish reports for that person. We run into permission problems with documents. (.doc) In particular, I have written some code that reads information for a
|
| saving document to asp.net page | 01 May 2006 11:31 GMT | 7 |
We take a template on the server side, fill it with data and send it to the user. How can we get it back? The user is allowed to do any changes in the document, before we save it into the database archive. Thanks for any ideas,
|
| Automatic generation of template files | 01 May 2006 08:54 GMT | 10 |
I have 1,000 images that each need to be set as a background image for a Word template file probably as a watermark or background image. Is there a way I can do this programmatically instead of doing each on by hand?
|
| ReadabilityStatistics Collection | 01 May 2006 07:56 GMT | 2 |
In my word document, I'm examining ActiveDocument.Content.ReadabilityStatistics(8).Value for Passive Sentences. It seems always to be equal to 0. The report from check spelling shows that there are passive sentences.
|