| Thread | Last Post | Replies |
|
| Table Borders | 15 Oct 2004 17:47 GMT | 1 |
Is there a way to not print the table borders in a document - I have 200 documents using tables to lay the document out efficiently but unfortunately didn't remove the borders before creating them (they were created
|
| is it possible to make textboxes | 15 Oct 2004 17:00 GMT | 2 |
No VBA expreience, just trying to research. I have an idea for an app I'd like to build inWord, and part of the way it would work is to build one or many text boxes. Don't know if that's terminology, but I am talking about the white thing at the bottom of Word (when you have ...
|
| VBA Project Need Help! URGENT | 15 Oct 2004 16:31 GMT | 2 |
I am familiar that there are non-code ways to do this, but they do not meet my main requirement, which is to take a process that normally takes 3hrs to do, to a process that takes minutes, with as minimal human intervention and post proceedure run formatting as possible.
|
| VBA Control Size Q | 15 Oct 2004 16:16 GMT | 1 |
I have a VBA Form and I insert an ActiveX control I programmed in Delphi. When I try to change the Width and Height based on the Width and Height of the VBA Form it doesn't work as I am used to in Delphi. Can anybody give me an idea hoe the Sizes Unit work on VBA form?
|
| Footer Page Numbers | 15 Oct 2004 16:04 GMT | 2 |
I have macros to insert an A4 Landscape Page, A3 Portrait and an A3 Landscape page. When these pages are inserted it obviously has to insert a section break. The insertion works wonderfully,
|
| Hiding the cursor in Word through VBA? | 15 Oct 2004 16:00 GMT | 6 |
Is there a way to hide the textcursor in Word? I need to hide the textcursor while doing some lengthy operations. Thanks in advance Jean
|
| macros repeat command print selected pages in 2000 page file? | 15 Oct 2004 15:51 GMT | 1 |
I'm trying to print selected pages in a 2000 page file. I've set up the macro and it works on a single instance basis but I need a command to insert at the end of the Macro to tell it to search for the next qualifier and repeat to end.
|
| Document Protection | 15 Oct 2004 15:35 GMT | 2 |
Using Access 2003 and Word 2003 I have a small Access app which opens a Word template and inserts database info into the new Word doc. The Word doc is protected and I use this little snippet of VBA to unprotect the Word doc.
|
| Using UNC path with ChDir | 15 Oct 2004 15:23 GMT | 1 |
I'm trying to use a UNC path with ChDir, for example: ChDir "\\kron4\c\My Documents\MyDir" kron4 is actually the name of the local machine, but I want to eventually distribute this macro, but always point to 'kron4'
|
| Handle of Userform | 15 Oct 2004 15:17 GMT | 2 |
how can I determine the handle (hWnd) of a userform. It is needed for some API-functions like SetWindowPos Thanks Peter
|
| resizing a userform | 15 Oct 2004 14:59 GMT | 3 |
is it possible to alter the userform at run time by gripping the edges of the form and reducing or increasing the form size. if this is not possible what other option are available to resize the userform depending on the screen resolution
|
| Attach template/macro after merge | 15 Oct 2004 14:05 GMT | 1 |
I am trying to automate a mail merge process, which has worked okay so far, but I am finding that when the merge to new document is complete, I lose the other macros that were in the original template. I am not allowed to mess with Normal.dot so I can't make my macros
|
| Style Headache | 15 Oct 2004 11:52 GMT | 1 |
I have 75 documents which have a style named ClientStyle - i need to create a table of contents based on this client style. However, for some reason the client style is a character style !! not a paragraph style!! Is there
|
| Bookmark truncation help | 15 Oct 2004 09:30 GMT | 1 |
In our department i am in charge of putting together forms. We use a document management system (DMS) that incorporates Word as our database's word processer over the old dinosaur of a processor we used to have. Anywhoo.... we use bookmarks in incorporate certain bits of info from ...
|
| Move files from a list of file names | 15 Oct 2004 09:05 GMT | 4 |
GOAL: If the filename is in the list, MOVE it to a different directory. I have a large list of filenames that need to be moved from Dir A to Dir B. I know that I want to read the list and if the file name
|