| Thread | Last Post | Replies |
|
| Determine if a document is open in Word application | 03 Oct 2006 22:04 GMT | 1 |
I am using VB.Net with VBA (Word in particular). How do I determine if an Word document exists in my word application? I attempted to use .Count and am getting a hit of 1 sometimes when I have 0 documents open b/c Normal.dot is being included in my document count.
|
| Determine existence of ActiveDocument for Word application | 03 Oct 2006 21:59 GMT | 1 |
I'm attempting to determine whether there is an ActiveDocument off the Application. Scenario: Word application is running but there is no open document. User clicks a commandbar button. I need to determine in the code behind the
|
| import VB form into a VBA project in Excel | 03 Oct 2006 20:28 GMT | 2 |
is possible to import in a VBA project window a form maked with vb 6.0?
|
| track changes issue for styleRef in Header while protection is ON | 03 Oct 2006 19:33 GMT | 3 |
Having some issues where every revision generates a new value for the the styleref here are the relevant info: - we have a StyleRef field in the document Header (say { STYLEREF "Heading
|
| active network printer | 03 Oct 2006 17:28 GMT | 4 |
I use this code to set the active printer. objDoc.Application.ActivePrinter It works if the printer is local, but not if it's a network printer. Is the code different for network printer?
|
| VSTO 2005 and Word Action Pane | 03 Oct 2006 14:54 GMT | 2 |
Hi, I am trying to use the Action pane to insert into a document the contents of another document. So far I have been able to get the Actions Pane to work fine. I have the
|
| Stop page 2 | 03 Oct 2006 13:34 GMT | 3 |
Is it possible to hinder text from go over to another page? I have a document that I want only to be on one page, that is, hinders users to write too much text. / Ulf
|
| How do I find old macros? | 03 Oct 2006 11:31 GMT | 2 |
Pretty basic question, I guess. Used to keep a big pack of homemade macros for my work as a translator. Then Word failed me (as it will), and I installed a newer version, with the result that all my macros had disappeared. Does anybody have an idea of where to look for them?
|
| order of paragraphs | 03 Oct 2006 09:12 GMT | 10 |
With a text document, i have to give format to the paragraphs depending on the first character of every one. (if first character of the paragraph is a 'p' then-->paragraph bold,.... if first character of the paragraph is a 'd' then --> paragraph italic,... )
|
| Go to a bookmark in the header in New Doc | 03 Oct 2006 03:52 GMT | 1 |
Is there a way I can have the user go to a bookmark in the header upon opening a template for the first time?I'm trying to make a document more user friendly. The document is one created by the district that everyone on staff needs to complete and there are a variety of abilities ...
|
| Retrieve word from word doc on mouse right click using Word Automa | 03 Oct 2006 03:32 GMT | 1 |
How can I get the word in a MS Word document when we right click the mouse on it or when the cursor is at the word's end. I am not selecting the word out here. It is like similar to what MS Word offers when we right click any word and
|
| Application.Tasks contains 16 tasks for 1 instance of Excel | 03 Oct 2006 03:05 GMT | 1 |
We are using the property Application.Tasks in Word 2003 to try and find all the open instances of Excel, so we can display them as a list for the user to pick from when importing tables and charts. When the user selects one of the instances, we use Task.Activate() to give focus ...
|
| how to programatically add Word Menus due to Adobe Acrobat addin i | 03 Oct 2006 03:00 GMT | 2 |
I have a collection of templates that include menus. There is one main menu in a global/startup template. And some other templates for letters, faxes, etc. that also contain menus. TYPICALLY they work just fine. But I'm at a company that has the Adobe
|
| Print a Mail from Outlook to file | 03 Oct 2006 02:51 GMT | 1 |
is there a possibility to print a mail from Outlook 2003 directly to file? I' m trying to generate a pdf document from the mail via the FreePdf XP printer (see: http://www.freepdfxp.de). In Word I can name a target file which to print into, but with Outlook I am lost.
|
| losing the value of a form field | 03 Oct 2006 02:46 GMT | 1 |
I have a document that prints our several paragraphs including a form field which is populated after a calculation is made. All works fine. When I go to print the form field is blank. I went to test where the form field went blank after having the correct
|