| Thread | Last Post | Replies |
|
| How to move cusor after inserting some OLEControlObject to a specified place? | 24 Jun 2005 04:05 GMT | 2 |
I have inserted an OLEControlObject into word document using vba as following Selection.InlineShapes.AddOLEControl(ClsType) No after inserting it I tried to move cursor to the next line after the
|
| How to link a field with a VB MACRO ? | 24 Jun 2005 03:59 GMT | 6 |
I just have the stupid idea that I like to include dynamic content inmy word template. My approach is to inlcude at some positions in my document fields which are linked to a macro. The content of these felds are set by the macro.
|
| Using Word 2000 template in Word 2003 | 24 Jun 2005 03:59 GMT | 5 |
I am receiving the following error message when launching a customized template created in Word 2000 in Word 2003: There is insufficient memory. Save the document now. I am new to VBA and was wondering what I should look for in the code that
|
| Building a date field on a form | 24 Jun 2005 03:25 GMT | 1 |
I would like to make a form field that holds a date. I would like the format to be mm/dd/yyyy. When you tab into the field, I would like a response box to ask "today" yes or no. If the answer is yes, I would like the field filled with
|
| Transferring Bookmark Contents Between Files | 24 Jun 2005 01:58 GMT | 1 |
I have a Form Template that I distribute for use by our sales force. They complete the form and return, but also keep a copy for future use when creating documents for the same customer. The template allows them to open a document and re-use the content.
|
| where did my code go ??? | 24 Jun 2005 01:54 GMT | 1 |
i created a nice word-doc with some command-buttons, option buttons, etc.. i saved it as a webpage, but none of the buttons work! where did my code go?? yikes-
|
| create custom toolbar to open personal templates | 23 Jun 2005 23:11 GMT | 1 |
How do I : Create a macro that will create a new file based on a personal template (not like one that will simply open the .dot file)? Add these macros to my personal toolbar?
|
| Creating a table from an Access Query | 23 Jun 2005 20:16 GMT | 2 |
How can I go about creating a table in a Word Document at a specific place from a query. The number of rows will vary based on how many records were input that matches that specific queries criteria. I would imagine the bookmark in Word would come into play in the Word document ...
|
| Macro for deleting line....new logic now | 23 Jun 2005 19:58 GMT | 6 |
I'm really new to VBA and I need to come up with a Word Macro that meets the following logic to delete timestamps in my log files: for instance my timestamp looks like 10:58:05 - 06/06/2005
|
| Finding parents dimensions | 23 Jun 2005 19:30 GMT | 1 |
I have a paragraph or range that I need to know the dimensions of its container. How can I do this? .. I know I can get "range.parent" ..but then what? .. Please, advice
|
| How to build an index in word | 23 Jun 2005 16:32 GMT | 2 |
I want to build a solution in word, that makes an index of all word documents in a folder (selected by users), e.g. with filenames etc. This index should also contain information that is stored in the builtindocumentproperties and customdocumentpropertis. How can I access this ...
|
| Remapping hyperlinks | 23 Jun 2005 16:29 GMT | 3 |
I have a Word document that has hyperlinks to a CDROM drive (E drive). Is there a way to change all of them to the C drive? Thanks
|
| Wizard for Documentation that works with ReqPro. | 23 Jun 2005 16:29 GMT | 2 |
I am a technical writer supporting around 20 software engineers, each of whom write their own series of tests. How can I write a wizard that will assist them in laying out their documentation in a standard fashion? Having a template, alone, did not seem to do the job.
|
| Help - Unloading form doesn't quit code??!? | 23 Jun 2005 15:36 GMT | 2 |
In a UserForm, I set objects to two tables and compare them. If they are different, I want the code to quit and the form to unload. But it won't work! I have the following: If tab2.Rows.Count <> x Then
|
| Using DataObject type for clipboard | 23 Jun 2005 15:16 GMT | 1 |
What is wrong with this code ? Thank you (suggested to me by J.W. at this useful page : http://www.word.mvps.org/FAQs/MacrosVBA/ManipulateClipboard.htm ) Type DataObject
|