| Thread | Last Post | Replies |
|
| Save location | 28 Jun 2008 16:10 GMT | 1 |
When you create document from document template in the SharePoint document library, Word application knew where to save document. Save As dlg window open http location to the document library. Question is:
|
| Character Limits and Macro Spell Check | 28 Jun 2008 14:06 GMT | 1 |
I have a document with forms in it, and there are a few sections where I have to limit the number of characters. So I inserted a Legacy Form Field text box and then limited the characters through properties. However, when I try to run a spell check macro, it is spell checking ...
|
| Reference Books | 28 Jun 2008 08:35 GMT | 1 |
Since the GUI in Word 2007 is drastically different than that of Word 2003, I was wondering whether there's a book that described the differences.
|
| delete line containing a certain text string | 28 Jun 2008 00:12 GMT | 8 |
I receive files containing many lines starting with the word 'Table' and ending with the string '== =='. These are interspersed with a few lines also beginning with 'Table' but ending with various different strings. I want to delete the lines endiing '== ==', leaving only the ...
|
| How do I calculate time in form fields? | 27 Jun 2008 21:31 GMT | 1 |
I have a user form that users enter the time they began a project and the time they end a project. I need it to calculate hours and minutes. I'll admit to being a "newbie" on fill forms, so I can use any help I can get! Thank you!
|
| save file wihout macros | 27 Jun 2008 20:16 GMT | 3 |
I have a template that generates a standard letter for a user based on inputs. The macros are used to generate the correct text given a users input. The template works well. However, sometimes we will need to access the document later on. I do not want the users to run the ...
|
| Defining a specific range | 27 Jun 2008 16:41 GMT | 3 |
I'm trying to create a macro that opens Word documents in a folder and searches for the words "Changes due to". However, I want the search to take place in a range that starts at the "Overview" word (in a Heading 2 style) and ends when the next Heading 2 is met.
|
| How to access a Word document object from VB? | 27 Jun 2008 11:51 GMT | 8 |
What I want to be able to do is write to a table in a Word 2002 document from VB Express Edition 2008. Evidently one uses a statement like 'Imports Microsoft.Office.InterOp' to allow one to reference an Office application (like Word, Excel, etc.). One then has
|
| Preventing macro from copying over from template to document | 27 Jun 2008 11:20 GMT | 8 |
I have made a template which just puts in a date range then autosaves the file to a particular name when you close it. This create a new document, but all the macro coding from the template file is copied into the document. How can you set it so that the coding from the
|
| Header image problems with Word 2000; ok in Word 2003 | 27 Jun 2008 03:25 GMT | 9 |
I use the code posted below to insert a large (almost full page) image into the header of a word doc. The image is basically the letterhead of a company. Also in the header is a table with textual information, which must render above the background image. The image is meant to ...
|
| Blind print out of pages | 26 Jun 2008 22:53 GMT | 2 |
I am to build a template for users to use and what it is to have is a button that prints our specific sections of text. Basically, a user locates a heading in the document and then clicks on the button and the code in the button has to figure out how many pages are under that ...
|
| Word Macro for Printing Sections | 26 Jun 2008 22:13 GMT | 2 |
We have a form letter which is 2 pages. We do a mail merge from an Excel sheet. The mail merge creates a new word document with all of the form letters addressed to the different addressees. It appears that Word turns each set of pages into a section. This is fine. We
|
| HELP! Text Form Fields values disappear on print | 26 Jun 2008 22:09 GMT | 2 |
I have a word document with over 400 text form fields. The fields are filled in through a user control. When I print preview the document, it looks fine. When I print it, the first thing that happens is all of the values in the text form fields disappear. Any ideas would be ...
|
| Sending Emails in Groupwise 7 | 26 Jun 2008 20:13 GMT | 2 |
I have been using this code to send emails in Groupwise 6.5 with no problems. With Groupwise 7, it fails at the .subject line with message "Run Time error '91' Object variable or with block variable not set
|
| How can I get the time of the last input event (key and mouse activity) in VISTA? | 26 Jun 2008 19:45 GMT | 1 |
I have done a small program in VB.NET that uses the GetLastInputInfo function to retrieve the time of the last input event. It checks every second and it works well in Windows XP. However, when I install the program in VISTA it crashes.
|