| Thread | Last Post | Replies |
|
| Get a list of a word document reviewers | 08 Jan 2008 11:37 GMT | 1 |
I would like to write a macro that will display a list of the document reviewers to the macro user for selection. The macro will then be able to jump to the next revision made by the selected reviewer. However, i could not find a simple way of getting the list of
|
| How to convert word to html with .net | 08 Jan 2008 11:15 GMT | 1 |
I store word docs in a sql2005 database as images. I can retrieve the docs from the database as byte arrays. I need to be able to then save the docs as temporary files on the server in html format. I think I sould be able to use microsoft.office.interop.word to accomplish this ...
|
| Saving | 08 Jan 2008 02:37 GMT | 1 |
When I save my 100 page document at say page 50 and then close it and re-open it, it always goes back to the beginning. Is there any way to have it open where you saved it last?
|
| Macro to change a paragraph of text depending on a drop-down choic | 07 Jan 2008 23:31 GMT | 3 |
I would like to create a macro to be used on exit from a drop down field such that depending on the choice selected in the drop down, the next paragraph of text is different, and the text is automatically entered on exit from the drop-down.
|
| How do I calculate the number of checkboxes chosen on a Word form | 07 Jan 2008 22:42 GMT | 1 |
How do I set a calculating text form field to count check box form fields that have been selected?
|
| Code to remove 'Enter' Symbols | 07 Jan 2008 22:02 GMT | 2 |
I recieve Text files that come from a HTML form and they are delimited by comma. One of the fields allows people to paste in account information that has a set format and adds in TABs and Line breaks or the symbols you get get when you hit enter.
|
| Function shortcut help | 07 Jan 2008 20:29 GMT | 4 |
I recently saw some VB code and there was a shortcut and I was hoping someone knew what is its correct term. When creating an object that required parameters (or a function), rather than putting blanks or nulls in optional parameters, the code named the
|
| Show today's date | 07 Jan 2008 19:08 GMT | 1 |
Hi! Every day I write a report. In the heder of that report is todya's date. Is there any way that I can write code (or some other way) so that the date in the header is always todays date? Thanks!
|
| Macro to Search for Keyword in Files | 07 Jan 2008 19:05 GMT | 6 |
I'm trying to set up a search for keywords in a specific set of files. I don't want to have to go through and check the multitude of boxes over and over again. Ideally a macro button to execute such a search would be a Godsend.
|
| Serial Number Macro Problem with zeroes | 07 Jan 2008 14:16 GMT | 4 |
I use the following macro in Word 2003 to produce sequentially numbered certificates & have 2 problems with it. Sub SEQserialnumber() '
|
| Remove "TEXT" from CommandBar | 07 Jan 2008 11:45 GMT | 5 |
This is what I am using to remove but in this instance it is not suitable - it does not remove it? I use this in 2003/2007 - any help would be appreciated to get "Style" TEXT removed from CommandBar would be appreciated!
|
| error 5535 when running mail merge from ms access to word | 07 Jan 2008 10:25 GMT | 1 |
I'm running the following code in ms access to generate mail merge documents in word. On certain records I get the error 5535 on the execute line. I have no idea what would be causing this, but every time word opens up a new window with a tiny black square and says 'picture in ...
|
| Checkboxes | 07 Jan 2008 10:22 GMT | 3 |
I have a template and in it there are 20 checkboxes. I have created a user form to edit the template. How do I save the checkbox info in the form back to the checkboxes in the template?
|
| Problem in macro referencing a Com Class built on Dotnet 2.0 | 07 Jan 2008 10:21 GMT | 2 |
Hi Everyone, I am having a hard time working with Com dll with Word 2003. This is my first post in this forum and i desperately need help. I thank you in advance. Scenerio:
|
| Is word at end of the line | 06 Jan 2008 20:03 GMT | 6 |
When I seach for a word with the code: Selection.Find.ClearFormatting With Selection.Find .Text = " on"
|