| Thread | Last Post | Replies |
|
| Tables | 15 Mar 2005 04:02 GMT | 2 |
I have a table in a document that I want to programmatically hide/show depending on certain circumstances. I can o this by looping throuh the table rows and setting the height attribute.
|
| Finding text raised by some decimal value | 15 Mar 2005 03:56 GMT | 7 |
I am trying to write a macro to find raised text, specifically, I would like to be able to find and replace the text raised by 3.5 points. I wrote a simple macro to simply find the raised text: ' Macro to find text raised by 3 points and it works great
|
| CommandBar buttons stop working when opening a new document | 14 Mar 2005 23:25 GMT | 3 |
I'm working on a C# add-in for Word 2003 (SP1). I created a CommandBar under the Word.Application Object. It works fine for the first document that is opened when Word is launched but if I then create a new or open another document - the buttons stop
|
| Invoice numbering | 14 Mar 2005 22:40 GMT | 2 |
Is there a way to create a form template for invoicing so that the number used the last time the form template was opened is incrimented by one the next time it is opened?
|
| SaveAs problem | 14 Mar 2005 22:34 GMT | 2 |
I am new to all of this but with the help of advice in this group I am starting to make some good progress with basic Userforms. However, I can't get my head round specifying the name for a new document. My code for a simple Fax template follows, and I want the SaveAs name to ...
|
| Looping in a table | 14 Mar 2005 22:12 GMT | 4 |
I am trying to recurse through every cell in the the first column of a table and obtain the cell contents. I have used the following code (which works) but could be better: Dim oRow As Row
|
| Create Word doc from HTML by code | 14 Mar 2005 21:49 GMT | 2 |
Hi all, I have a task to create a Microsoft Word document from a html document. It’s part of Microsoft Word automation code (it means VB or .NET code). The automation code will read html stream and build word document with some
|
| Userform needs to be top window (popup) | 14 Mar 2005 20:17 GMT | 3 |
I need for my Word Userform created from VBA to open on top of all other windows. It appears that Access is the only Office app to give this option for a form. Can anybody tell me how to make this happen? Thanks in advance!
|
| Finding Start and End of Paragraph | 14 Mar 2005 19:19 GMT | 2 |
I need some way to be able to find the start and end of paragraphs in a document via code. I want to be able to loop through them all and insert a starting and ending character on each. How can this be done?
|
| How can I print on index cards ? | 14 Mar 2005 19:11 GMT | 1 |
Can anyone send me any info on how to set up word for printing on index cards ? Thx !
|
| Accessing a TextBox | 14 Mar 2005 18:22 GMT | 1 |
I have a textbox which sits in the header of a document, is their anyway I can access the textbox, so that I may search the Header for particulars pieces of text? Thanks,
|
| Help me out with bullet styles | 14 Mar 2005 17:19 GMT | 18 |
Hi to all. Am a new member. I am working on a macro for Changing the bullet styles in my document from bullet 3 to bullet style 1 whenever i come across bullet style 3.
|
| stripping superfluous data from strings | 14 Mar 2005 16:50 GMT | 6 |
I download bank statements electronically, but one field is particularly tedious. It contains a string such Privac 000006336442 OG/000000226|32000 00900699090 JONES plc
|
| Table size problem | 14 Mar 2005 15:42 GMT | 2 |
I have to make a table that sometime will have to be bigger that the page (because I don't have any control over the amount of data). However when it does get bigger tan the page it will not print that part. Is there any way to strech it to another page
|
| Print ranges based on bookmarks | 14 Mar 2005 15:05 GMT | 2 |
I am trying to automate printing of a document in stages, ie. page ranges, based on the presence of bookmarks. I am using the Start property of bookmark to get the character positoins of the various bookmarks, I would then like to print starting at that character
|