| Thread | Last Post | Replies |
|
| Word not really closed ? | 10 Mar 2005 13:39 GMT | 13 |
I send some records from access to bookmarks in word herefore I use _________________________________________ Set WD = CreateObject("Word.Document")
|
| Update Template Files - AddIns? | 10 Mar 2005 13:35 GMT | 4 |
I'm after some advice about the best way to setup some templates and have them update. What I would like to do is be able to update a series of template files after the user has chosen a header (company logo we have more than one) and a
|
| Wildcard | 10 Mar 2005 13:24 GMT | 4 |
The following code I have stops when it hits a space. I need it to stop when it reaches any character (or any digit). I tried the usual wildcards in the code to replace the space with no luck. With Selection
|
| Including a Vertical Scrollbar in a VBA Userform | 10 Mar 2005 12:35 GMT | 1 |
After creating a userform, I wanted to include a vertical scrollbar because it is longer than the screen shows. I put in the value of the height of the page in Scrollbar Height as 850 (it won't take anything less) and then I tried setting scroll top but it only allowed me about ...
|
| Changing controls on a user form? | 10 Mar 2005 11:51 GMT | 1 |
I have a user form with a bunch of text boxes for users to type in text. I need to use these templates with another program. The other program needs RichText controls in the user forms not text controls. is there an easy way to change the boxes from plain textbox control to ...
|
| Stripey Tables | 10 Mar 2005 11:49 GMT | 4 |
Good morning, all! Following on from the success of my checkerboard table yesterday (thanks to all who helped!), I now want to do something that I thought would be simpler, but in fact has turned out to be more problematical.
|
| Appearance of message box | 10 Mar 2005 11:39 GMT | 1 |
Does a message box always pop up at the top of the screen? Is it possible to position it between 2 open documents so that the message box only becomes visible after the first document is closed. Is there some code for? Alternative question : can I change to coordinates on the ...
|
| Saving Macro | 10 Mar 2005 11:37 GMT | 8 |
I have been asked if it is possible to have a default setting when saving a document. There are wanting the first part of each doc to have the year/month/day then a description of some kind..is there anyway of setting this so it defaults.
|
| Autotext and Word VBA | 10 Mar 2005 11:29 GMT | 6 |
I have previously created a template that has several checkboxes. When selecting a checkbox, that triggers an autotext entry to be inserted into the document. This works great! However... I need to expand this further now, and this is where I face
|
| Substitute a text string and loop | 10 Mar 2005 11:19 GMT | 5 |
The story so far:- I am creating a mail merge source. Each record contains 20 cells which are the results of 4 Access queries which each return 5 columns of data. Because each query result may be up to 500 rows, I bring each query result into a
|
| Colouring Table Cells | 10 Mar 2005 10:35 GMT | 13 |
re my previous posting on creating a table and colouring the cells in: Is there any way to use RGB colour sequences to colour in a cell in a table? I've already used things like: CellToColour.Shading.BackgroundPatternColorIndex = wdWhite
|
| Any suggestions, new modifications and 4 days to figure it out | 10 Mar 2005 08:15 GMT | 4 |
Ok I don't know if it's because this is my first time doing the consulting thing and they know it so they take advantage of it. Anyways I have been working on a project the past 2 weeks they told me today that basically what I have been working on is part of it and now they ...
|
| Count words TYPED - not Words in document | 10 Mar 2005 07:42 GMT | 7 |
I have spent hours on this and need some help!! I need to count the number of words typed, NOT the final number of words in the document. I guess I need my macro running, counting all the time. And then how do I
|
| Problem in While loop | 10 Mar 2005 06:16 GMT | 1 |
I wrote the following code to get rid of extraneous characters at the end of a document. Once I get the "Move Start" working correctly, I want to delete any character at the end of the document that is not an actual A-z character. I am testing the macro on the numbers "1234". ...
|
| Signing a macro for use within our domain | 10 Mar 2005 01:10 GMT | 4 |
We have created a VBA Macro for use in word across all document in our company. Because the Office XP macro security is set to high, we get the warning message about our macro not being signed. I've spent the better half of the day trying to find out how to sign
|