| Thread | Last Post | Replies |
|
| Macros | 21 May 2004 10:32 GMT | 5 |
I am trying to run a macro in a Word Table. Some cells are blank, which causes the macro to give an error message. How do I get the macro to "jump over" those blank cells?
|
| Replacing text with an incremental number | 21 May 2004 10:31 GMT | 2 |
I would like to replace each "AAAA" string with an incremental number like 1 than 2 than 3. How can I do this? Thanks in advance
|
| Show tracking on open | 21 May 2004 10:24 GMT | 5 |
I having a little trouble creating a simple routine that will show tracking on opening a document. We've had several episodes where people have been working in "final" view, oblivious to the tracking happeing in
|
| Create a VBA/VBE password through code? | 21 May 2004 08:30 GMT | 6 |
(1) Say another VBA-capable product (not Word), uses automation to create a new document, and add some procedures to that document's ThisDocument module. Am I right in believing, that there is >NO WAY< for the automation-using product, to set the VBA (VBE?) Password of the created
|
| align text in Labels and TextBoxes | 21 May 2004 07:45 GMT | 1 |
In a UserForm I want to align text vertical in Labels and TextBoxes. Getting text on the same height would be much easier if I could center vertical. Going through the Properties of both - I cannot find a setting. Suggestions anyone?
|
| 5995 word cannot write to file | 21 May 2004 07:36 GMT | 5 |
I have created an Word.Addin, in which I had to add two new Buttons in &File menu. Everyting works fine. When I close word and unregister the addin, I can still see the two new buttons that I have created using my AddIn. So in my IDTExtensibility2_OnBeginShutdown routine I had ...
|
| Inserting repetitive formfields based on field entry | 21 May 2004 07:22 GMT | 2 |
Here's what I'm hoping to do: I have a field that requests how many locations are needed. Once that's filled in (x), the macro inserts x sets of fields, each set being titled "Location (1 - x)". The fields are all used for a per-location calculation as well and so need to be ...
|
| 3 on 1 page member card template | 21 May 2004 07:02 GMT | 1 |
I need to create a template in Word to print membership cards which fits 3 cards on one page (pre-printed paper) so each each card takes up about 3.75 inches and there will be 3 on a page. I have VBA codes with this template that would call a SQL stored procedure to return all ...
|
| Tables work differently when Word is Hidden? | 21 May 2004 06:50 GMT | 1 |
I have a table with 3 columns that I programmatically add text to. Once the text is added to the last cell I want to get out of the table and then begin adding regular text. The following code is a sample of how I am doing
|
| Is there a quick way to send a nonactive doc. as an attachment? | 21 May 2004 06:44 GMT | 1 |
All I find is instructions on how to send an active document as an attachment to an email message I don't know how to cobble those into defining a path to a document that I want to use as an attachment to an email message without opening the document first The properties and ...
|
| Help re Converting Word Table Cell Contents to HTML | 21 May 2004 06:42 GMT | 5 |
My client has a large table in Word 2003 that has formatted text in the cells and I need to read and convert each cells formatted contents to simple html(no wordML) via vb.net code. The formatting contains: bold, italic, superscript & subscript text, bullet points.
|
| ListBox items disappear upon Show statement | 21 May 2004 06:00 GMT | 4 |
I'm using Excel 2000 VBA to programmatically create a userform containing a listbox. I can watch the userform as it is created and filled via the debugger, but as soon as the show line executes, the listbox entries disappear - other items, such as checkbox labels &
|
| Validating Dates | 21 May 2004 03:53 GMT | 2 |
I have two fields on my form... txtStartDate and txtEndDate When my user clicks on OK, I want to be able to ensure that the EndDate comes after the StartDate. Apparently,
|
| Adding Controls at Run-Time | 21 May 2004 01:23 GMT | 4 |
With Peter's help I have been able to create a controls collection. I still have 1 more problem that I cannot seem to solve. I create the Controls on the form without any problem and
|
| Select All including Footer | 21 May 2004 00:54 GMT | 3 |
I want to be able to copy the entire contents including the footer detail to a new document using VBA. I have unlinked the footer fields, but still have trouble selecting the whole document including the footer. Activedocument.Select doesn't select the footer.
|