First  |  Prev |  Next  |  Last
Pages: 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
Add text to a field based on a combo box selection
I'm making a form that contains a dropdown field (dropdown1) containing 5 possible selections. Based upon what the user selects, I want to fill a second field (text3) with a corresponding value. For instance: If dropdown1="Maintenance" then enter "Jack Doe" text3 If dropdown1="Safety" then enter "Tom Collins"... 18 Mar 2010 14:22
create a macro that finds certain words in doc then pste - excell
i am looking to create a macro that finds certain words in a word doc then cuts and pastes them into an ecxell spreadsheet. ... 18 Mar 2010 15:32
Macros failing in different language versions of Word
My company wants to standardize on templates across several countries - we have offices in many countries, but for simplicity I will just talk about UK and Sweden. My problem is that some features in the English version of Word do not work in the Swedish version of Word. For example, StylRef. I use StyleRef in... 22 Mar 2010 11:54
Get rid of legacy 2003 custom toolbars in 2007
I have a Word 2003 template for which I created a custom toolbar with 5 buttons. The client migrated to 2007, so I did as well. Some of the buttons don't work. I want to either delete some buttons or the entire toolbar but I can't figure out how. Someone please help. I'm near bridge jumping. ... 20 Mar 2010 04:07
GetCrossReferenceItems is acting flakey
Does anyone know how to fix this behavior? I have a custom form for cross-references. This uses the GetCrossReferenceItems method of the active document to fill a variant array. I then unpack the array into my form list box. In some sessions, the lists fill only partially -- because the array is only filled ... 18 Mar 2010 15:32
undo field code changes
I was trying to discover the field codes used by a previous creator of a document. I followed some instructions in reviewing field codes and somehow inserted codes into my document that I can't reverse. The biggest problem is that these changes are effecting EVERY VERSION of the document. Can you help??? ... 17 Mar 2010 11:23
add multiple labels sizes to word as an new producer
Ok, the location is : %appdata%\Microsoft\Office and pg_custom.xml is the file is there a way to add new <product></product> to this file in a easy way ? because they are numbered productID="801" I can start from 800 and count up thats no problem. but how to add this by somekind of installer in a way that the u... 17 Mar 2010 08:00
WordML Bug
I am using the WordML generated from the following code snippet for one the application we are developing. Str = ActiveDocument.Range.XML The format applied in the document like Bold, Italic, etc are not embedded in the string generated from the active document (only for few of the documents tested). Is ... 17 Mar 2010 09:07
Purge trailing space in a table
Below does not purge trailing space in a table:- Fred Smith trailing space (no merge cells and anywhere in table rows) What vba do tables require to clean up properly please? Many thanks. Sub Purge_Trailing_Space() Dim s As String With ActiveDocument If Len(.Range) = 1 Then Exit Sub s = .Characters.... 17 Mar 2010 04:41
Determine which page where a shape is placed
Hi, Currently i have a code which will print OMR Mark on each pages. Basically i insert a canvas into each page and subsequently an OMR Mark Line Series are inserted into the canvas. Recently i found an issue that somehow one of the canvas is placed out of a page and it appears at the previous page instead ... 16 Mar 2010 23:14
First  |  Prev |  Next  |  Last
Pages: 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48