| Thread | Last Post | Replies |
|
| Deleting the second instance of a word in a repeating sequence | 19 Apr 2005 18:15 GMT | 1 |
I'm trying to figure out how to create a macro that will eliminate the second instance of a word in a repeating list of words. It looks something like this: CITY: (variable text) STATE: (variable text)
|
| creating listbox values | 19 Apr 2005 17:30 GMT | 5 |
I am new to using Userforms in my templates. I am trying to build one that contains some listbox controls, but can't find out any info on how to populate the lists. I have the userform open and i click on the listbox control in my
|
| check a checkbox | 19 Apr 2005 17:29 GMT | 4 |
I am trying to check a checkbox, Formfields(5), by code. This is what doesn't work: ActiveDocument.FormFields(5).Select '(properly selects the checkbox)
|
| FindControl id for Change Case? | 19 Apr 2005 17:19 GMT | 3 |
Is there any reference that lists the control id numbers for built in command bar controls? I'd like to locate the one for "Format>Change Case"... Even better if there's a macro name I could use that would hijack "Title Case" (similar to "Public Sub FileSave()" to hijack the ...
|
| CheckSpelling / CheckGrammar | 19 Apr 2005 17:14 GMT | 3 |
Is there a way to determine if CheckSpelling or CheckGrammar actually made any changes to the document concerned? Regards, AndrewFG
|
| Adding sequence numbers to pictures in a document | 19 Apr 2005 17:13 GMT | 1 |
I know how to add sequence numbers to pictures in a document. Now I'd like to know how to create sequence numbers that restart after each new Heading 1, for example: - in the first chapter (Ch. 1), my first picture should be numbered "Picture
|
| Selecting between a Range of 2 Word Objects | 19 Apr 2005 17:13 GMT | 1 |
As per below I have several keywords that I would like to Select and Highlight. The highlight is no problem, however the Selecting is tricky. How would you Select just the word found between the 2 characters ":" and "A" in the example below and highlighting it, without knowing ...
|
| looking for a good on line tutorial | 19 Apr 2005 15:42 GMT | 5 |
I am looking for a good vba tutorial "step by step". I tried on google but so many links... does anyone know a good url? Otherwise, I will buy a book... ;-))) Lc
|
| Get, then delete, parts of longer string | 19 Apr 2005 13:59 GMT | 2 |
I have collected items and set them into a long string stored in a document, with each item set off inside "<" and ">". So a final string might look like <item 1><item 2><item 3>. I know how to use InStr(string) to find the first ">". I was going to use
|
| How do I get the current line number in a macro? | 19 Apr 2005 13:23 GMT | 3 |
In Word 2002, I need to locate and list locations at which a string is found in the document. Once find locates the string, how do I assign the then current line number to a variable? Thanks for any suggestions,
|
| Header Script | 19 Apr 2005 11:56 GMT | 2 |
Does anyone know how can i write a scpript that creates a header with the first and last paragraph headline on the top of each page, just like dictionaries do?
|
| Macro to make dictionary entries? | 19 Apr 2005 09:25 GMT | 3 |
I have a specialized glossary (as a WORD document) with nearly 600 entries. I need to add them to my custom dictionary. I started doing it manually (with the spell checker), but my fingers keep cramping. Is there any way to do the entries en mass, using a macro or other import ...
|
| Macros in a Form | 19 Apr 2005 06:44 GMT | 3 |
I have little to no programming experience. I have a form that my clients will fill out, but they may need the form multiple times. There is no way to anticipate how many times they will need this form. So, I recorded a macro that copies and pastes the form. Then, I
|
| macro to print wide table on successive pages | 19 Apr 2005 04:26 GMT | 1 |
Can a macro be created to print a wide table on successive pages. I have a wide table (it is already landscape). Can a macro split it (say at 10 in.) and print the second part on a successive page? Excel does this easily, but I need to do it in word (I have formatting in
|
| How to write VBA sentenses to change the type of Selected Charaters? | 19 Apr 2005 01:18 GMT | 2 |
How to write VBA sentenses to change the type of Selected Charaters? ( e.g. make the selected words bigger, blacker) The difficult point is how to express the " selected charaters" in VBA ?! Thanks!
|