| Thread | Last Post | Replies |
|
| how do i set a graphic as my background on school computer with Xp | 15 Feb 2005 20:13 GMT | 1 |
|
| Protected Document | 15 Feb 2005 20:11 GMT | 1 |
I'm using a scanned document and I want to edit it, but the document is protected. Is there anyway I can remove the protection on the document?
|
| How do I get a longer bookmark name when adding a form field? | 15 Feb 2005 20:11 GMT | 1 |
Word document. Insert a form field. Double-click of form field for definitions. Under "Bookmark", attempt to enter 20+ characters. THIS IS THE PROBLEM!
|
| Copying text from one document section to another... | 15 Feb 2005 18:36 GMT | 6 |
Is there a way to copy text that a user types from one section of a document to others? Basically I need a way to copy the text the user enters into a summary section, into a table that is at the end of the document. This is filing
|
| VBA Code to Access Another Project | 15 Feb 2005 18:31 GMT | 5 |
How do I write code to access and run a procedure in a module in another project. When the project template is opened in the Visual Basic Editor, it appears as follows: Julie(JuliePersonal), with Julie being the project name and (JuliePersonal)
|
| How can I locate a paragraph using the .find method ? | 15 Feb 2005 17:57 GMT | 3 |
The following code tells me if the searched text exists: Dim FoundText as Boolean With ActiveDocument.Range.Find FoundText = .Execute("The text I am searching for")
|
| Macro which does not stop | 15 Feb 2005 15:32 GMT | 1 |
I have a macro (pasted below) that searches for any occurance of 2 styles in a row. In this case the style "term". It then highlights the ones that it finds so ic an easily spot it. The problem being is that when the
|
| Copy to clipboard | 15 Feb 2005 13:44 GMT | 2 |
I am trying to use the code from the help file for "PutInClipboard" and I get a error. Do I not have something loaded? It seems to have a problem with the "DataObject" after New. Sub Current_Path()
|
| looping from a given point in a document | 15 Feb 2005 13:03 GMT | 4 |
I need to go to a certain point in a document, marked by a style. Then I want to set up a "while" loop (I think) to exchange all Heading 1's *after* that point for another style. Then I need to perform a similar exchange for all Heading 2's, then Heading 3's from the same point.
|
| Bookmarks in a template | 15 Feb 2005 12:55 GMT | 6 |
I have a Word97 template with 3 bookmarks. After I run a macro which does a MailMerge, the resulting document does not have the bookmarks. Why? All other text from the template is in the new document. How can the bookmarks also be "carried forth" into the created document?
|
| Security of VBA-Projects | 15 Feb 2005 11:15 GMT | 6 |
How can I hide the code of a vba-project in a way that the popup-message "Project is Unviewable" is shown and not the password-dialogs after clicking on the + in the project explorer. There are many password-crack-tools which make the vba-code free for everybody, but this kind of ...
|
| microsoft word | 15 Feb 2005 11:10 GMT | 3 |
I accidently deleted my microsoft word and i cant seem to find a download to get it back. The version of windows I am using is windows XP. Can you possibly give me a direct link to download one?
|
| Code runs correctly on some computers but not others | 15 Feb 2005 11:06 GMT | 4 |
Creating code in Word 03 to run on XP computers. The code runs flawlessly on some machines and errors out on others. Macro security aside, any ideas why this would happen? Could it be the machines need service packs? Coherent thoughts appreciated. Thx
|
| Show content of a variable instead of its name | 15 Feb 2005 06:12 GMT | 1 |
I would like to solve a general problem in VBA (Word 2003, as well as Excel 2003): Public Const Msg_01 = "Hello World" Public Const Msg_02 = "Hello Universe"
|
| Calulated form field when result is null and zero | 15 Feb 2005 05:01 GMT | 6 |
My protected document contains three form fields with the bookmarked names HIGH, LOW, and RANGE. Both the HIGH and LOW fields are manually entered with numbers or are left blank (empty). The RANGE field is calculated using the difference between HIGH and LOW.
|