| Thread | Last Post | Replies |
|
| remove picture in word | 04 Jul 2007 01:00 GMT | 4 |
How could I remove a picture in word doc without opening it. Tks, Stephen
|
| add voice-narration to word file | 03 Jul 2007 19:58 GMT | 1 |
how to add voice-narration to a word file
|
| capturing if teh cancel button has been pressed | 03 Jul 2007 19:54 GMT | 5 |
hi i have code that displays teh SAVEAS dialog box. How can i capture if the user presses the cancel button? Thanks.
|
| closing document - prompting to save changes | 03 Jul 2007 19:39 GMT | 3 |
Hi, I want to run some code that closes all open documents and (if the doc hasn't been saved) it prompts the user to save the changes. I have the following: Dim aDoc as Document
|
| Word Interop | 03 Jul 2007 16:15 GMT | 1 |
I will insert RTF-Content in an office word document programmatically by using word interop assembly (and using c#). Is that possible ? How can I do that ? code snippets would be helpful. Thanks in advance,
|
| Retrieving an information from filename ... | 03 Jul 2007 15:52 GMT | 3 |
I just solve the problem how to retrieve an information from filename string to the fields (eg. doc number, author, revision etc.). File storage system works automatically and the export from repository generate the filename in following form:
|
| if autosize is done to tables rows, correct height is not retuned | 03 Jul 2007 15:10 GMT | 2 |
Selection.Tables(1).Cell(1, 1).Height=10 Selection.Tables(1).Rows.HeightRule = wdRowHeightAuto MsgBox Selection.Tables(1).Cell(1, 1).Height what I am getting is "9999999" instead of getting actual height of row
|
| System.PrivateProfileString | 03 Jul 2007 10:41 GMT | 3 |
I am trying to setup some code which looks at a user group in an ini file and if they're included the code lets them continue to open the template. The below works fine on a local drive, but fails on a mapped network drive! Can someone please assist me with a solution, please?
|
| Loading a global template from Autonew in a document | 03 Jul 2007 05:40 GMT | 1 |
I have 15+ templates that all need to access the same user forms and code when users create a new document. Normally I would do this by putting it all in a global addin and load when Word starts. However, I want to put the global document in the same folder
|
| macro to align text vertically center in a textbox(shape) | 03 Jul 2007 04:18 GMT | 1 |
I want to write a macro to align text vertically center in a textbox(shape) just like in a table, this textbox can contain smple text or field equations like {EQ \I(1,2,3)} and even image. My idea is to get the height of the image and height of textbox, basing
|
| Clear Button for Word forms | 03 Jul 2007 03:32 GMT | 8 |
I need a button that will clear data added to form fields in a protected form - so it is ready to reuse. I also need to have this button not print when document is printed. Any suggestions? Thanks
|
| Table copy and paste | 03 Jul 2007 00:24 GMT | 3 |
Hello group I have a template with a one column table in it. I have a user-form that pops up, when I create a new document based on this template.
|
| TypeText returns before completing | 03 Jul 2007 00:00 GMT | 4 |
Does TypeText return before completing? I have a long macro that does loops. In the loop, it does a find, and then uses TypeText to replace the found string, and then does a few MoveDown's and deletes some stuff. If I step through the code line by
|
| Self Deleting Macro | 02 Jul 2007 23:22 GMT | 7 |
I have a document which I am trying to prevent/make it difficult to copy. So far, I have embedded an AutoOpen macro that detects if the file is not the original, and if not, tells user that the document is a copy and then closes the document immediately.
|
| Errors In Opening Text Document | 02 Jul 2007 22:42 GMT | 4 |
>From numerous newsgroups I'm able to piece together the below VBA macro. The document I launch the macro from has a table with 2 columns, the first with old data and the second with new data. The dialog box opens but I can't seem to pass the file name of what I just
|