| Thread | Last Post | Replies |
|
| Changing the author of comments - any help appreciated | 26 Mar 2005 11:05 GMT | 1 |
What I wanted to create was a macro that went through each comment in the document and presented it to the user in a dialogue box. If the user clicked yes the name and initials of the comment should be changed to some entered by the user at an earlier stage. Basically to be ...
|
| Interoperability | 26 Mar 2005 11:05 GMT | 1 |
I ain't real sure this is the place for this but I will ask anyway. I have to place numerous word documents on a server. A user goes through a selection process and decides what documents he or she want's. I have to create a master document and then add all the other selected ...
|
| Fields Based On DocVariables that are empty/missing | 26 Mar 2005 11:05 GMT | 4 |
Is there a way to suppress the error that a field gives in the case that the docvariable that it is referencing does not exist? My variables may or may not be created and I need to stop the field from showing the error if it is not there and just be blank instead.
|
| Populate ComboBox | 26 Mar 2005 05:23 GMT | 1 |
Hi. I'm new to VBA and need to populate a ComboBox (more than 25 items). I want it to populate only once upon opening the doc. Can someone help? I'm tryint to use: Private Sub ComboBox1_Change()
|
| Bookmark in a Text Box | 25 Mar 2005 23:40 GMT | 1 |
I am trying to goto a bookmark in a word doc via code, but because its in a Text Box, it doesnt seem to like it. I get error msg 5678 What i want to do is goto the bookmark called DelHere and then delete it so
|
| how can I prevent a user from copying text from a Word document? | 25 Mar 2005 23:32 GMT | 1 |
I have a feature built into an application that automates merging data into a word document. I added security to the document to prevent the end user from making changes. Unfortunately, they can still copy the data to the clipboard and open another blank document and paste. Viola ...
|
| Automation error | 25 Mar 2005 23:10 GMT | 1 |
When I try to run a macro from Word (Tools->Macros->Run), I'm getting the following error: __________________________________________ Run-time error '-2147467259 (80004005)':
|
| select last dollar figure in word document and copy to string | 25 Mar 2005 20:49 GMT | 4 |
My pseudo-code is the following: Search backwards from the end of the document for the "$" char Position cursor after the "$" Select the number which immediately follows (like 621.25)
|
| Macro not working when file sent in email | 25 Mar 2005 20:19 GMT | 9 |
The protected form has a spellcheck macro that runs for me fine. I send it to another user via email - who has the same setup - and the macro does not work. I've tried to send it as a template - no good. Also, both have macro security set at medium.
|
| "Really" freezing a screen (stop flashing) | 25 Mar 2005 19:15 GMT | 1 |
Is there anyway to stop the screen flashing as a process which reassigns values in the document body and the headers and footers goes thru its paces? I have tried "Application.ScreenUpdating=False", but screen updating somehow turns itself back on, apparently when it encounters a ...
|
| How to Customize Printing (i.e to print postscript over text) | 25 Mar 2005 16:37 GMT | 4 |
I want to automate printing using VBA. My requirements are as under: 1. Select "Print postscript over text" and "Print to file" checkboxes. 2. Select a printer from a list of printers for printing. I also want to provide the file where the postscript will be printed by
|
| need help adjust macro a little | 25 Mar 2005 14:22 GMT | 5 |
need help to customize microsoft code a little: code sample: http://support.microsoft.com/?kbid=306248 (this macro just create a list of all files in a specified folder).
|
| Adding Header Text in Different Sections | 25 Mar 2005 12:03 GMT | 2 |
I have to add Header text to all the sections available in the Document with different First page, Even Odd and Primary settings. But i am not able to do that as it behaves abnormally by putting Header Text in some pages and leaving some of them. I am coding in vb.net and here is ...
|
| Converting carriage returns to paragraph marks | 25 Mar 2005 10:03 GMT | 2 |
I have a Word 2002 form that I am populating with information from an Access 2002 database using VBA. My problem comes when I try to push information that contains a carriage return into a form field. The carriage return appears to be ignored and be replaced by a couple of ...
|
| Find Word | 25 Mar 2005 09:38 GMT | 5 |
I have an automation client and need to modify my find function to find all occurrences of these types of merge fields. They always start with DDD and are followed by any number of words separated by an underscore. Examples: DDD_TEST
|