| Thread | Last Post | Replies |
|
| replacing a smaller string within a larger string | 19 Dec 2006 01:58 GMT | 2 |
If there is a smaller string in a larger string, I want to delete the smaller string. Is it possible to do this? I've tried simply making smallString = "", but that hasn't worked yet. ' Test code
|
| macro noob need assistance | 19 Dec 2006 00:44 GMT | 2 |
I'm trying to record a macro - rather unsuccessfully. Here's what I've tried to do: After inserting a picture into my document, I want to change its properties so that it is:
|
| How to inquire whether the selection is a graphic | 18 Dec 2006 22:23 GMT | 1 |
I know how to *search* for a graphic, but how do I know that something already selected is a graphic? I don't see a way to do it. thanks.
|
| Using FIND programmatically inside Tables | 18 Dec 2006 22:18 GMT | 1 |
Not sure if posted in correct NG, but here goes... I have a VB proggie that accesses an Access DB and Word documents. The DB has a table of valid documents it will process in a directory full of word documents. The word documents themselves have HIDDEN text that the program
|
| Display header for section 3 only | 18 Dec 2006 11:13 GMT | 2 |
I'm using this command to put page number starting at page 3 and more. There are wdSectionBreakNextPageSet after page 1 and page 2. Does anyone know why the page number start at page 1 (section 1)? Set oRange = docWord.Sections(3).Headers(1).Range
|
| Help with Insertdatabase command | 18 Dec 2006 09:46 GMT | 1 |
With some help from user forum postings I have got the following command to retreive information from an sql database and use it to populate fields in a userform. The trouble i am having is that when the code is executed, I cannot stop the
|
| Need an alternative to the Words collection | 17 Dec 2006 19:24 GMT | 4 |
I'm writing an addin that processes the current selection looking for engineering part numbers. Some part numbers have periods and hypens which brakes up these part numbers in to pieces in the Words collection. Does anyone have a suggestion on how I can parse thru the selection ...
|
| Draw Rev Bar | 17 Dec 2006 18:52 GMT | 3 |
I asked this question in the general help area but I thougth it would be better asked here. We have just converted our procedure documents from WordPerfect to Word. In WordPerfect we had a macro for adding Rev Bars when we would make revisions
|
| cannot maintain formatting on a sheet with mutiple labels. How d. | 17 Dec 2006 16:15 GMT | 1 |
 Signature Joshua1
|
| Getting access to misspelled word and their correction from macro or VB.net | 17 Dec 2006 15:43 GMT | 1 |
I wonder if its possible to get access to the words that have been corrected (left-clicking and chose a alternetiveby) a user? Does MS-word store, log, or record this information? I am working in VB.net if their access to this information from a word class, it would
|
| Lcase(lowercase) | 17 Dec 2006 14:07 GMT | 2 |
I use firstname$ + ³.² + lastname$ + <companyemail.suffix> to create an email address. The first two variables are also used as the signoff signature and elsewhere. My current client wants to have the whole email address in lower case. I
|
| Variable of a variable | 17 Dec 2006 11:25 GMT | 4 |
In most user forms I create the sender¹s email address using the firstname$ + ³.² + lastname$ (field1.value, field2.value) then adding whatever the company email address is as text + ³@smallCo.com². With the userform I am doing at the moment there are three different email
|
| Searching for Text | 16 Dec 2006 17:59 GMT | 2 |
I am trying to search for a particular phrase in a document. The only problem is this type of document I'm searching is usually scanned so many times the scanning OCR puts a semicolon or an apostraphe or comma somewhere in the phrase making it difficult to find.
|
| Moving all the footnotes into the body | 16 Dec 2006 17:48 GMT | 5 |
Hi folks. I am converting a word document into LaTeX. I need to put the footnotes into the body, in the place of their index, between the \footnote{HERE IS MY NOTE} tag. I found this example
|
| Help with logic and processing | 16 Dec 2006 16:51 GMT | 4 |
I have a Word document with a single table containing four InsertPicture Macro fields and four form fields each with its own bookmark name (Pic1, ID1, Pic2, ID2, Pic3, ID3, etc) The code gets the name of the bookmark, processes the insert picture macro then I want to go to the ...
|