| Thread | Last Post | Replies |
|
| How to hide paragraph from word document | 26 Aug 2007 23:36 GMT | 1 |
I want the solution for 3 different application(word/excel/powerpnt) Ex. In word there are 5 paragraphs.But I want to hide para 2 programmticaly using VC++. Is this possible please let me know.
|
| How to enum the unavailable fonts in a word document? | 26 Aug 2007 23:31 GMT | 1 |
Dear friends, I want to enum the unavailable fonts in a word cocument, but I dont want to enum each character or word in this document. Now, I have an alternative solution :
|
| Shortening a table | 26 Aug 2007 17:06 GMT | 3 |
I have a table I would like to reuse, so how do I shorten it back to three rows so the table only includes the titles? I could do it with a For loop, but there must be a simpler way. John... Visio MVP
|
| make headers and footers not accessible to users | 26 Aug 2007 15:35 GMT | 1 |
I have a macro that enters info to headers and footers. But I find that the info could be changed by users. How can I lock them so that users are not able to change them. Any help would be appreciated
|
| Self-converting AutoTextList? | 26 Aug 2007 05:50 GMT | 3 |
Is it possible to tweak the AutoTextList syntax so that after the user selects an item from the AutoTextList, a CTRL+SHIFT+F9 executes, automatically converting the selected item to regular text?
|
| Avoiding ActiveDocument | 26 Aug 2007 04:23 GMT | 5 |
I've been reading various posts mentioning avoiding using ActiveDocument, eg Dim oDoc as Document Set oDoc = Documents.Add(Filename:="NNN") What I'm trying to get my head around is, this assumes that the document has
|
| Launch Taskbar Application on Word Closing | 26 Aug 2007 03:52 GMT | 1 |
Is It possible to launch an already running Application in taskbar, after we close word, in a macro? Also can we specify the Window or application name to launch? For Example:
|
| Get Total Pages of a doc | 25 Aug 2007 23:20 GMT | 2 |
Is there any way that I can get the total number of page in doc ? Many Thanks
|
| Updating TOC & Forms Resetting | 25 Aug 2007 15:44 GMT | 2 |
I'm creating a multi-page document template that involves multiple form-fields for user-input and a table of contents. After filling in all of the form-fields, I go to update the table of contents (to compensate for any additional pages created by the text inserted into the form ...
|
| Importing select data from Excel to Word | 25 Aug 2007 10:25 GMT | 1 |
I'm trying to pull select information from an Excel file (i.e. Client information and billing information) into Word. How can I assign specific cells in the Excel file to specific, fixed positions in Word? Thanks!
|
| LDAP binding HELP! | 25 Aug 2007 09:39 GMT | 1 |
Hello, I am trying to make a connection to Active directory from within VBA. I set up the following: Set ConName = CreateObject("ADODB.Connection") Set cmd = CreateObject("ADODB.command")
|
| Table of Contents: A Heading style on only part of a line | 25 Aug 2007 09:00 GMT | 4 |
In Word 2002, I have a line like: ABC Co. ^t 905-555-1234 where ^t is a tab character obviously. I would like ABC Co. to be in the Table of Contents, but not the phone number. I can manually set
|
| find and change font colour? | 25 Aug 2007 08:27 GMT | 4 |
I would like to use a macro to find all green fonted words and change them to blue ones. How to do this? A few pointers would be appreciated! Thanks
|
| Any way to disable "More..." within the Research Pane? | 25 Aug 2007 08:12 GMT | 9 |
Since it looks like the Research Pane is literally unavoidable in Word 2003, so be it. But I need to disable, or redeirect, the "More..." option on the "Getting Started" variant of that pane. Currently this opens the standard "File / Open" dialog box. In this particular solution ...
|
| calling a server-side perl script from within VBA | 25 Aug 2007 03:56 GMT | 2 |
I need to call a server-side perl script provided by someone else from within my VBA code (in a Word template). I know nothing about COM. And this template gets used by people in a variety of Word/Windows configurations -- Word 2000 or later on
|