| Thread | Last Post | Replies |
|
| Is there a resource for VB to convert Enter key to Tab functional. | 28 Apr 2006 15:54 GMT | 2 |
I’ve created a template in MS Word that I would like to have users fill in the fields but not allow them to modify the length of the document by using the Enter key (Carriage Return), the protect function does not appear to prevent them from doing this.
|
| How to control the layout of word document | 28 Apr 2006 15:39 GMT | 1 |
I encountered one problem in word document. Here it is. I have a word document which consists of many tables. Based on some requirement, If I delete some tables or some rows in specific table in this document using VBA, the layout of this document will change. Fox
|
| text form field | 28 Apr 2006 12:39 GMT | 1 |
Is there a way to make the standard default text form field that is shaded look like a standard web form field by creating a user control or another method? I'd like to make a control that also auto-completes information previously entered by the user...i.e. their name, so they can ...
|
| importing excel data to word | 28 Apr 2006 09:04 GMT | 1 |
i have a templete in word and have real data in excel. now i want to send letters to 15 customers using the word templete and the excel data. how would i do that with only printing once (not sure if possible). for example i would need the customers address to be on that
|
| Temporary styles not deleted | 28 Apr 2006 04:20 GMT | 1 |
I've written some VBA code which goes through the current document and removes any styles that aren't defined in a template. It correctly removes "permanent" styles (ones you define using New Style) but seems to ignore "temporary" ones (eg. if you select some Normal text and make
|
| Save As and Delete Original | 27 Apr 2006 22:21 GMT | 4 |
Is there any way to setup Microsoft Word to delete the original document when you execute a Save As? I have a situation where there is a locked down directory that is read-only, and the user is responsible for either saving into our
|
| Split large documents | 27 Apr 2006 21:43 GMT | 2 |
I have found a macro that will allow me to split a large document into several single page documents but am having trouble modifying it so that it would split the document every 20 pages. I would be grateful if somebody can point me in the right direction.
|
| retain page numbers when appending files | 27 Apr 2006 21:38 GMT | 1 |
I frequently have to append numerous files together. I'm wondering if there's a way to retain the page numbers from the original files when I append them together into one larger file. This doesn't seem to be a problem unless I'm appending files in which the first file or couple ...
|
| I need help with Code for a Command button I need the were is says Username to pull this data from a Cell in the worksheet. | 27 Apr 2006 21:09 GMT | 1 |
Private Sub CommandButton1_Click() ' ' Macro2 Macro ' Macro recorded 4/26/2006 by username
|
| email button | 27 Apr 2006 20:45 GMT | 1 |
Is there a way to create an email button user control that when clicked, opens a user's email client and populates the to: field with a specified email address and attaches the document to the email?? Not sure if this was possible?
|
| Instructions for Users | 27 Apr 2006 20:35 GMT | 1 |
I want to set up a template for users that will display instructions when they go to specific areas of the document. For example, when they begin to enter text in the area labeled Summary, I want to display information on what should be included in the Summary.
|
| Closing Excel | 27 Apr 2006 20:00 GMT | 9 |
XP SR2 / Word (Office) 2003 I have created a form in Word that calls Excel, retrieves some data, and closes Excel. Well, actually, I guess I don't close Excel and that is my problem.
|
| Need help in working a class event handler... | 27 Apr 2006 19:57 GMT | 6 |
I'm trying to check a formfield on its contents and message box to the user about no entry and not allow printing. I've found the code that allows msgboxing from the AppThatLooksInsideThisEventHandler_DocumentBeforePrint(ByVal Doc As
|
| Organizing Templates for Office Use | 27 Apr 2006 18:59 GMT | 2 |
I'm planning to distribute some word automation tools to our network users (Office 2003, XP workstations & Server 2003) via login scripts, copying the files to users' Word>Startup directories. We will have some Autotext entries, some autocorrect entries and some Toolbars that ...
|
| Access bookmark in header | 27 Apr 2006 15:59 GMT | 1 |
I am trying to automate word from Access and I can't seem to get the syntax correct for referencing a bookmark in the header. WordApp.Selection.GoTo What:=wdGoToBookmark, Name:="CycleName" WordApp.Selection.TypeText Text:=rsDAO!CycleName
|