| Thread | Last Post | Replies |
|
| Delete leading spaces | 05 Jan 2006 20:54 GMT | 4 |
I have a 3 column table that is produced for me (I have no control over this part). THe problem is that it produces leading blanks (1 or 2) in column 1. I can select various cells within the table, but I can't figure out how to ensure that I'm always starting on the left, and ...
|
| Open Template Form and insert document text | 05 Jan 2006 18:59 GMT | 3 |
I am creating a macro for a friend, but haven't dealt with Word Forms before. I have a Template document that has form fields on it. The first section is locked (that holds the form fields) and it has another section underneath that isn't locked.
|
| Mail merge date field UK/US format problem | 05 Jan 2006 18:47 GMT | 1 |
I have a mail merge word document using an xls as data source. One of the fields I am extracting is Appointment_Date which is in UK format ("dd/mm/yyyy"). I add the field to the document using it's default layout with field
|
| How to tell if Image control has an image | 05 Jan 2006 18:21 GMT | 5 |
How can I use the If statement to check whether an Image control contains an image? I keep getting 438 error (object doesnt support proprty or method) or Invalid Use of Object error.
|
| Preventing a word from being capitalized after using abbreviation | 05 Jan 2006 15:40 GMT | 1 |
How do I prevent the first letter of a word from being captialized after I used an abbreviation just before it?
|
| Autotext in a macro | 05 Jan 2006 14:49 GMT | 1 |
Help please. The following is part of my letterhead template. I have autotext entries to select the lawyer for the letterhead. I now have some lawyers with 4 numbers. 4 numbers will not work but any with 3 numbers will. Can anyone tell me why an autotext entry like ...
|
| Manipulate pdf from VBA, type library | 05 Jan 2006 14:33 GMT | 5 |
I'm trying to manipulate a pdf document from vba. Currently I am using Acrobat 6 Pro, Word 2000 and Windows XP, but I didn't find any 'Acrobat 6' type library (only Acrobat 7) in the list of References available in Word.
|
| Basic MsgBox-style userform from inside a macro | 05 Jan 2006 13:46 GMT | 3 |
Can someone outline the basic steps necessary to create a user form that I can invoke from inside a macro that will look similar to a MsgBox but where I can define buttons other than Yes, No, Cancel? How do I create the suer form -- that is, where does it go?
|
| find and replace... but only certain ones | 05 Jan 2006 12:55 GMT | 7 |
Have a question... Am new to vba in word. Am trying to create a template for writing meeting minutes. All issues in the minutes have a unique number, where the first number indicates whether its the first, second, third meeting. Reading backwards, 1.1.2 is the indicates the
|
| No printout from VB | 05 Jan 2006 12:27 GMT | 9 |
Hi all.. I use VB6 + VBA + OfficeXP. My program produces reports using word templates. As always <grin> from my computer all is working fine.
|
| Accessing an uneven table | 05 Jan 2006 11:40 GMT | 2 |
I have a function detecting if all the cells in a table consist of text with hidden font: ---------------------- Public Function OnlyHiddenTextinTable(oTable As Table) As Boolean
|
| XMLNameSpaces.Add | 05 Jan 2006 11:07 GMT | 1 |
The vba code only uses 1 parameter (path) to add a schema to the application. In C# it is requiring all 4 parameters. (path, namespaceuri, alias, bool). Any good example performing this in C#? I don't care to use all the parameters, but I may be forced to. thanks for any input.
|
| Any way to force an iteration in a For Each loop? | 05 Jan 2006 07:04 GMT | 11 |
Is there some way to terminate one iteration in a For Each loop without terminating the loop itself? The Exit For statement will terminate the loop. I thought a Next statement might do it, but I cant get that to work.
|
| MISSING: reference problem -re-post | 05 Jan 2006 04:54 GMT | 6 |
Repost to more groups. I would really love any comments or perspective on this problem as it is driving me crazy. I have 'cleaned' the template using Payne Consulting Group's VBA code cleaner and also created a completely new
|
| Disappearing checkboxes | 05 Jan 2006 02:45 GMT | 1 |
I ha ve a word form protected for sections and for fields. When I click on a check box it is deleted. Would the form behave better as a template or can you think of any other reason this would happen. The form worked fine just the other day and then suddenly started behaving ...
|