| Thread | Last Post | Replies |
|
| Position Curser after Picture | 06 Feb 2006 21:35 GMT | 10 |
Have VB code from a vendor that placed pictures using the WrapFormat.Type=wdWrapTopBottom. This is not working as we would like so the Type was changed to wdWrapThrough. wdWrapNone also works for the type but with either of these wrap styles, I cannot get the curser to be
|
| 'Edit with Microsoft Office Word' | 06 Feb 2006 21:31 GMT | 11 |
My ultrasound tech sent over an ultrasound, which my doctor needs to go in and edit with 'Edit with Microsoft Office Word', but when she clicks on that function, she does not get all of her measurements back with the document. What is going wrong? She has been able to do this ...
|
| Questions: Infinite Loops, Hyperlinks | 06 Feb 2006 21:27 GMT | 3 |
1) I am working on a rather complex macro, and occassionaly make a little mistake. Unfortunately, being that I am looping through my document, this often leads to an infinite loop. How can I stop the macro, without closing Word (which results in me losing my changes to the macro) ...
|
| emailing thru Word 2003 | 06 Feb 2006 21:16 GMT | 4 |
I am tyring to send an email using Word 2003 and the mailmerge function as follows: With Documents("ProcessUpdate.doc").MailMerge .MailAddressFieldName = "Email"
|
| populate cbo box with recordset from database | 06 Feb 2006 21:05 GMT | 1 |
I have created a userform in Word VBA that has a combo box. O userform_initialise() I want that combo box to be populated with al records from a particular field in an Access table (the ID field). I' totally stumped.
|
| how configure mail merge | 06 Feb 2006 21:02 GMT | 1 |
I want send 4000 e-mail, can any one help me how can i send these mail to users, how i can configure my compani e-mail in msword, or outlook... Thanks SNAB
|
| removing the spelling errors from a word document | 06 Feb 2006 21:00 GMT | 1 |
I would like to get a word document saved with the spelling and gramatical errors removed - not just hidden from the screen but actually not stored in the document. I am saving the document as XML and found that if I uncheck "check spelling
|
| Insert footer in last page using VBA | 06 Feb 2006 20:03 GMT | 12 |
How can I put text into the footer of the final page using VBA ? I can do it manually using: { IF { PAGE } = NUMPAGES "Text here" } } But I need to do it with a macro
|
| Using "Collection" | 06 Feb 2006 17:34 GMT | 2 |
Wading into new territory here. When using a collection, how should it be declared and set? The below example seems to work, but I was wondering if it is more appropriate or stable to both declare and set like:
|
| How do I make some words editable and others not? | 06 Feb 2006 17:11 GMT | 1 |
I am trying to make a form where users can edit some words and the rest of the words can not be edited. Is this possible?
|
| Interesting Observation | 06 Feb 2006 17:05 GMT | 7 |
I was playing around with some code to format simple numbers like 1234 as 1,234 etc. I didn't want to process numbers like phone numbers 1-800-867-5309, or SSNs 123-45-6789 or serial numbers like 12345ERT56789WWQ1234 etc. I figured I could first find a group of 4 or more ...
|
| Extracting range from Section | 06 Feb 2006 16:28 GMT | 5 |
I have a document that contain a lot of sections. Each section starts with an 4 characte identifier, which I would like to extract. Now I would like to iterate through the sections, but receive a compiler error (wrong number of arguments)
|
| Allowing Macros to Run on Any Computer | 06 Feb 2006 16:06 GMT | 1 |
hi all, i use FoxPro to create and send Word Documents and Excel via E-mail. on some i populate the Documents with data. the probelm i am having now is with the Views of the Document. i create and save them in Print View, some versions are opening them in readable or Normal or ...
|
| How do I automate ASK fields to open when opening the document? | 06 Feb 2006 15:55 GMT | 2 |
I need to create a macro that automates an ASK prompt and the subsequent REF fields (without the user needing to use the function "Update field"). I need the macro to run automatically upon opening of the document or template. How can that be done?
|
| Deleting InlineShapes | 06 Feb 2006 15:41 GMT | 2 |
I'm trying to delete logo from the header in the doc. The logotype is there, but when I'm running this code rs.InlineShapes.Count is 0. What's wring? thanks! Dim rs As Range
|