| Thread | Last Post | Replies |
|
| Modify Filename Field | 19 Jan 2006 18:37 GMT | 4 |
I'm trying to pull only a portion of the document filename field, but I would like it to remain in Feild format so that it remains dynamic. Basically we have a document managment system that assigns numbers automatically. I would like to capture just the document number and ...
|
| Mark text of document for extraction | 19 Jan 2006 18:02 GMT | 1 |
Have a large documnt about 6700 pages long, am basically trying to figure out a way to extract certain pieces of info out. I have tried Finding the text and copying it to another document, which works for a while, but it is too large, and crashes eventually. I have tried Finding ...
|
| adding custom GUI to Word | 19 Jan 2006 17:38 GMT | 1 |
I'm working on a Word add-in that will require a custom GUI. I'm doing all of the work in C++ (I wrote wrapper classes to make the appropriate COM calls for the Word object model). I know you can create userforms with VBA, but can I do the same with C++? Basically, I don't see ...
|
| vbCrLf displays as ? in formfields | 19 Jan 2006 17:23 GMT | 3 |
I'm trying to populate a series of formfields in a word doc with info obtained programmatically from outlook. my problem is that if the outlook field contains a linefeed character or a carriage return (among others), the formfield in word displays it as ??
|
| Formatting | 19 Jan 2006 17:23 GMT | 3 |
All, This question is simple but someone can help me out i have a checkbox and a label, when user selects the checkbox, the caption of the checkbox (aaaaaaaaaaaaaaaaaaaaa) and label caption
|
| Speeding up large documents | 19 Jan 2006 17:07 GMT | 2 |
I have adocument with 6700 pages. When it opens, it ties down the computer because it is trying to spell check everything and paginate. Can I turn these things off with VBA Code in an Auto_Open sub? I have unchecked the spelling and grammar boxes in options, but I still see the ...
|
| Using VB to place pictures behind text | 19 Jan 2006 13:43 GMT | 5 |
I give up! How do I set a picture to go behind text using VB? It doesn’t seem to be one of the WrapFormat.Type constants. Z-Order doesn’t seem to work either. Many thanks
|
| Check if macro is present? | 19 Jan 2006 13:03 GMT | 3 |
Is there some way i can check if a macro is present. We are on the way to deploying a global template, which contains some macro code. Next step is then to integrate some code in our templates that calls code in this global template.
|
| ProtectedForForms | 19 Jan 2006 12:39 GMT | 2 |
Have a template which contains some boilerplate text with an AutoNew Macro which Inserts a file into the top section of this same document. The inserted file has some forms fields. The very last thing the AutoNew macro does is insert a continuous break and then attempts to ...
|
| Is the bullet of a list considered to be a range? | 19 Jan 2006 08:33 GMT | 9 |
Is the bullet of a list considered to be a range? And how do I check if a certain range is actually the bullet of a list?
|
| how to calculate string width | 18 Jan 2006 22:54 GMT | 3 |
I need to calculate string width(NOT length) to determine if it takes one or more lines.The linked topic below does not meet my requirement.Anyone please help! http://groups.google.com/group/microsoft.public.word.vba ...
|
| In WORD: How do I set up topic LINKS? | 18 Jan 2006 22:51 GMT | 1 |
In WORD, I will create a menu of link topics. Once clicking on one of the links, I want to be routed to a paragraph (located further down in the WORD document) about that topic. Please advise. Please send the response to my work email address: Brentmunnings@spherion.com
|
| Finding version of word used to create document | 18 Jan 2006 19:46 GMT | 9 |
Where is the version of Word used to create a document stored in the Word object model? It's not Application.Version - this is the version used to read it. Simon Kravis
|
| Formfield data cleared when unprotect/re-protect doc | 18 Jan 2006 19:40 GMT | 1 |
When I unprotect (Activedocument.unprotect) and then reprotect (ActiveDocument.Protect wdAllowOnlyFormFields) a document with formfields, existing data in the formfields is cleared. Is there any way of stopping this from happening?
|
| Automation Error Small Business Edition | 18 Jan 2006 19:28 GMT | 1 |
I have a client running Office 2003 Small Business Editon. I loaded Payne Metadat Assistant. Got automation error. Their tech support says Small Business edition does not support automation. Is this true? How am I supposed to know this - is there a document somewhere
|