| Thread | Last Post | Replies |
|
| Adding autotext entries into template | 13 Sep 2007 15:08 GMT | 3 |
I have used autotextloader2 program to create my autotext list. It worked magnificantly. I have created a list of meds and there short codes that really help when doing my reports on expired meds. My question is:
|
| Word 2002 TOC format does not update correctly | 13 Sep 2007 11:07 GMT | 1 |
I have a big document and I inserted a table of contents. I selected specific formatting for each TOC level, but my formatting is not applied. Instead the formatting of the TOC (fonts type, font size, Bold, Italic, ...) is all wrong.
|
| Extracing scetions of a document | 13 Sep 2007 10:30 GMT | 1 |
I am after some advice on how to proceed. I would like to write some code to extract certain sections out of a document and copy them into a new document. Is it better to use sections or bookmarks? These sections may span multiple pages.
|
| Office 2007: How to programatically add commands to the "Quick access Toolbar"? | 13 Sep 2007 08:47 GMT | 1 |
how can I programatically add commands/items to the Quick Acces toolbar? TIA, Peeter
|
| Hooking Into the Microsoft Office File Open/Save Dialogs | 13 Sep 2007 08:42 GMT | 1 |
I am trying to get and set the following information from File/Open save dialog of Microsoft Office 2000/2003/2007 1.Retrieve the currently displayed/selected folder path and also the file name that is selected if any.
|
| Hooking Into the Microsoft Office File Open/Save Dialogs | 13 Sep 2007 08:41 GMT | 1 |
I am trying to get and set the following information from File/Open save dialog of Microsoft Office 2000/2003/2007 1.Retrieve the currently displayed/selected folder path and also the file name that is selected if any.
|
| changing a certain word in many files. | 13 Sep 2007 05:22 GMT | 2 |
I have a folder with hundreds of one page word documents. I want to use VBA to search through all these files and change a certain name (e.g. New York) to something else (e.g. los angeles) and save the file and go to the next file.
|
| select all rows of a table except the first row | 13 Sep 2007 04:20 GMT | 3 |
I have a macro that does a bit of formatting to any table that the cursor is placed in. I can select the whole table easily: Selection.Tables(1).Select and can select individual rows too:
|
| Adding in an XML Schema | 13 Sep 2007 04:18 GMT | 1 |
I am using Office 2003 Professional. I am trying to follow an example for adding an XML schema to a Word document and I get the following error: "The XML expansion pack or schema file could not be installed". I can't see anything wrong.
|
| Word VBA refernces to .tlb | 13 Sep 2007 02:06 GMT | 2 |
I have a vs2007 project using created extensibility add-in for Word 2007. As such I must load my dotm file, switch to developer/visual basic (ALT F11), selected references, locate the .tlb file and add it. This all works fine as does the .net code
|
| hyperlinks in a paragraph | 12 Sep 2007 23:36 GMT | 9 |
Anyone know how to insert hyperlinks in a blank word paragraph from .net - Using vs2005SE and office 2007 I need to programatically replace parts of a paragraph with hyperlinks that I know the texttodisplay and address of
|
| manipulating word document one character at a time | 12 Sep 2007 21:17 GMT | 4 |
I'm moving some text around manually in a word doc using some c# (I couldn't find a word.csharp newsgroup, please respond in vba if it makes you feel more comfortable though). Moving characters around a word document one character at a time is
|
| How can insert acute accent for selection of character into word? | 12 Sep 2007 20:55 GMT | 3 |
Hi. How can insert acute accent for selection of character into word? For example, I inserting acute accent like this: Selection.InsertSymbol Font:="Times New Roman", CharacterNumber:=769, Unicode:=True
|
| Applying a paragraph style SOMEtimes wipes out bold/ital--why? | 12 Sep 2007 18:08 GMT | 6 |
This is a very odd problem, much more easily explained with a sample file, which I can email to you if you're interested. Simply put, I'm applying a paragraph style in Word XP (2002) to various paragraphs. The style does not apply or remove bold, italics, or underlines,
|
| DSO file fails with word 2007 docx files of size zero byte. | 12 Sep 2007 15:36 GMT | 1 |
I am using dsofile.dll(latest, which supports office 2007 formats) to set attributes of office files. The dsofile fails with .docx files if the file size is 0 bytes(Such a file can be created by rightclicking on desktop and selecting New ->Microsoft Office Word
|