First  |  Prev |  Next  |  Last
Pages: 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
Check For Valid Object Reference
How do you check if a reference is still valid? For example, if at the time you need to use a another document reference, how can you check that it's still valid? Dim sourceDocument as document Set sourceDocument = documents.add … If not sourceDocument is nothing then … Here, the sourceDocument may have be... 11 Mar 2010 11:11
Using Building Blocks, Content Controls and XMLMappings to generate multi-page template-generated sections in a Word Document
Dear Readers, I would like some of your insight and feedback regarding a document I am creating. Here is the scenario. The document is a package that describes a toy collection. There is supposed to be a section in the document which consists of a sequence of pages that repeat an identical one-page template fo... 10 Mar 2010 20:55
Map Title, continued
When building a book, I have the following hierachies: -Chapter Title -Map Title -Block Tile I have built the different styles for Map Title (e.g. Map Title for a title used on the same page of each chapter and Map Title New for a subsequent title within the chapter starting on a new page). For each Map... 11 Mar 2010 20:15
CustomUI
Hello All, Is it possible to manipulate the pressed state of a toggle button on a CustomUI ribbon tab using Word Visual Basic in a document template? Many Thanks. ... 19 Mar 2010 16:41
Word macro to select segment smaller than a whole sentence
Control+clicking on any part of a sentence selects the whole sentence, using a full mark as a delimiter. Is it possible to create a macro that would use a semicolon as segment delimiter? Thanks for any ideas Wtbx ... 12 Mar 2010 02:52
Unable to add table
Hello all, I am trying to add a table to a new word 2007 document i created through an excel macro. I wanted to add the data from the excel sheet to this table. After creating the document, i added some text through selction.TypeText("text") and added some paragraph marks through selection.TypeParagraph method... 11 Mar 2010 10:03
sending emails from a word userform
Hi everybody, I have created a word userform (in word 2007) and I need to send the data from the userform to a list of employees using the outlook namelist (contact list). there are 2 possibilities to consider: 1. opening the contact list in a stand alone computer 2. opening the contact list with activex co... 11 Mar 2010 08:55
Add-InTemplates
Can you make Add-In Templates editable? I experience problems with my computer at work quite often and every time an IT person tries to solve the problem they invariably blame all the macros I have in my Normal.dot. So in order to appease them (although I don't think the macros I use have anything to do with ... 12 Mar 2010 13:56
How to figure out if a key is pressed in a cell of a table or a cell of a table lost the focus
I've a table in Microsoft Word (Office 2003) with several rows and columns. Like in Excel I'd like to color the cells according to their values (called conditional formating in Microsoft Excel). If the value is less than zero the cell gets colored red, is it zero the cell gets colored yellow and is it greater than... 30 Mar 2010 07:14
How to hide or disable toolbars and ribbon in word with vba or vb6
I am trying to hide or disable the ribbon and toolbars in Word 2007, within a VB6 program, but have been unable to get it to work. I am using early binding so that I can see the Word objects and methods, but have been unable to find a combination that will work on my files. Have tried Dim wrd As Word.Applica... 9 Mar 2010 19:16
First  |  Prev |  Next  |  Last
Pages: 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51