| Thread | Last Post | Replies |
|
| 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
|
| Remove spooler pause when printing multiple documents | 12 Sep 2007 14:32 GMT | 1 |
I have a automation script (vbs script) that launches word, opens a document, prints it,a and then closes the document, and then loads another, then print etc. Each seperate document is one page in lenght. some do have "copies" set by
|
| Word Excel PasteSpecial Bitmap Problem | 12 Sep 2007 13:43 GMT | 1 |
Dear All, I am having a very strange and odd problem with Excel and Word. If you could kindly propose any solution ideas, I shall appreciate it very much.
|
| How do I compare dates in Word 2007? | 12 Sep 2007 11:56 GMT | 4 |
Is there some esoteric programming practice within Word 2007 that allows the comparison of dates? I.E., {Date1} <= {Date2} {Date1} is merged field and {Date2} is today's date {DATE}. So far, I have found nothing that works. I am attempting to create a Mergeformat renewal ...
|