| Thread | Last Post | Replies |
|
| Formfield Question | 06 Jan 2008 15:53 GMT | 2 |
I have a document and in it there are 35 checkboxes (Formfields). I have a form to edit the document but I can’t set the checkboxes in the document as checked/unchecked base on how the form is filled out. How do you write a macro so that if the checkbox in the form is ...
|
| Changing chemical notation | 06 Jan 2008 08:26 GMT | 8 |
Hello, I have very large documents with chemical formulas and notation (ex. CH4 or H2SO4 but never 3H2O (The three is at the biggining of the word)) I would like to: For each word in the selection (after I selected something) chek if there is
|
| Supress blank text | 06 Jan 2008 03:41 GMT | 2 |
Using Word 2003 with Windows XP My VBA skills - Fair I have a template which I inherited. It is a monthly activity report for off site workers. The template contains 6 areas for acitivity reporting.
|
| Help with Clipboard / moving data | 06 Jan 2008 02:53 GMT | 2 |
Hello, I have a word vba app (word 2003) that has to get a lot of data from the clipboard, then parse it / display some of it. The clipboard data is in a table format, copied from another application
|
| Am I at the end of the document | 06 Jan 2008 02:45 GMT | 1 |
In my code I have: Selection.EndKey unit:=wdLine ...this puts me at the end of that line. It's there a way to tell if that is the last line in the document?
|
| Macro to make text/field codes superscripted in header/footers. | 05 Jan 2008 09:45 GMT | 4 |
Hello, I want to create a macro that will search the whole document including headers and footers for specified text and then replace with superscripted text. the field codes used are {SUBJECT \*MERGEFORMAT} and {TITLE
|
| Merging Bookmarks | 05 Jan 2008 03:37 GMT | 4 |
I have a Word 97 form with bookmarks. I have a command button with code that sends the bookmarked data to an Access database. I want to include in the code a way to check Bookmark A. If Bookmark A contains no data, insert the data from Bookmarks B and C into Bookmark A.
|
| triggering formfield formatting | 05 Jan 2008 02:18 GMT | 7 |
I have a legal document set up as protected for filling out forms, and some of the field forms have formatting applied to dates & currencies. When I populate the document programmatically, the field formats I need aren't applied until I manually tab through the doc. I tried the code ...
|
| Help text not showing | 05 Jan 2008 01:06 GMT | 2 |
Help text that I have added to a form field does not show on the status bar.... so, I tried putting it into the Help key (F1) but the help text does not appear. Any suggestions?
|
| delete misspelled words ... | 04 Jan 2008 23:52 GMT | 4 |
I have a list of 300 pages of single words on a line. some of them are words and some of them are just collections of letters and numbers. I want to test each `word,' determine if it is a word or if it is misspelled and delete those items that are not words. I want to end of
|
| Control Color for Multipage pages | 04 Jan 2008 22:56 GMT | 3 |
I am able to set the backcolor for a Multipage, but the individual pages (and their tabs) maintain the color (apparently) of System:ButtonFace. There is no 'BackColor' in the Properties list at the left for the individual pages. Is there a way to control the color of the ...
|
| merging cells using VB | 04 Jan 2008 22:17 GMT | 10 |
I have a row of 1's and 0's. I would like to merge all the cells with 1's that are grouped in a row and not merge the 0's. Example: 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 1 1 1 1 1
|
| Filename passed to WLL differs in 2007 | 04 Jan 2008 22:10 GMT | 1 |
I have a WLL written using the WordBasic C API from way back when. When a document is opened it takes some action based on the filename (retrieved using wdFileNameInfo). This worked fine in 2003 and below, but the filename it is given in 2007 differs from the actual name of the ...
|
| Can I Use VBA to register global templates? | 04 Jan 2008 21:55 GMT | 9 |
Does anyone know how to use VBA to write a windows registry key that tells Word where a global template is located? My Problem: I have several workgroup templates that contain references to one global
|
| IWebbrowser2.Navigate Error | 04 Jan 2008 12:16 GMT | 1 |
New Baby In Town :( I’m getting the following error when I try to use Navigate Method of IWebbrowser2 control. The problem seems to persist only in 1 users PC. Other PCs its working fine L
|