| Thread | Last Post | Replies |
|
| Macro to Save a shared document under a sequential Number | 10 Jul 2007 13:43 GMT | 1 |
I am hoping that someone will be able to help me with my problem: I have a template in word that is for orders. This document is shared as several different people will be using it at the same time when all is up and running.
|
| ListBox and selected results | 10 Jul 2007 04:54 GMT | 9 |
Hey there -- I'm having trouble turning a users selection from a list box into something else. So, if the user selects MAN then I want the doc to return 1001 into the document. If the user selects FEM then i want
|
| Run-Time Error '424' | 09 Jul 2007 23:28 GMT | 1 |
I am working on a template with a userform and whenever I type anything in an input box VB editor comes to front with a runtime error and takes me to the Private Sub of whatever box I typed in. What can I do?
|
| Remove all excess vbcrlf from end of document | 09 Jul 2007 23:27 GMT | 11 |
I am creating a template which is nearly complete, except for the fact that I would like to remove all excess VBCrLf from below the last line of the document, bar the footer. Is there a way of achieving this?
|
| Good keybinding code no longer works - why? | 09 Jul 2007 23:06 GMT | 3 |
I have a quite large Word XP/2002 VBA project and it suffers badly from bloat very quickly, so I rebuilt Normal.dot from a blank document (manually using the organizer because of the limitations on copying from Normal.dot in code) to make it smaller again.
|
| Word 2007 - document template (.dot) on network share is being saved locally - why ? | 09 Jul 2007 22:45 GMT | 1 |
I have a complex .DOT template used to create Word documents with a large amount of database interaction. The template resides on a network share and is referenced via fully qualified UNC name. Long story short, we found that under Word 2003 we had to have
|
| Point A says "x"--I want Point B to say the same, even when x chan | 09 Jul 2007 20:04 GMT | 2 |
I'm not advanced enough to program, but perhaps somebody here will have a simpleton's solution for me (other than "go back to using a pencil--perhaps one of those thick ones that first graders use"). At the top of my document is a Title (this is "Point A"). Down in the
|
| Keeping lines from moving in word | 09 Jul 2007 18:00 GMT | 1 |
How do I keep lines from moving in word? I would like to create a word document with lines for typing information on. I would like for this document to be available over our company server for several employees to have access to. I would also like for these employees to be ...
|
| Print file question | 09 Jul 2007 16:52 GMT | 8 |
I have a print file( .prn) that i want to print it but when i open it with word it shows several pages of numbers and when I print it it prints the same numbers insted of printing the actual document which is only one page long. Any idea about how can i fix this?
|
| difference between page numbers | 09 Jul 2007 16:50 GMT | 6 |
I noiticed in my word documents there is a difference between word count statistics and print out document properties. for exp. word count shows page numebr 112 ( correct) but document proprties print out shows page numebr :1 (incorrect) also number of words are differet and .. ...
|
| Format Zip Code for Barcoding | 09 Jul 2007 15:56 GMT | 4 |
I have just inherited a system which consists of WORD 2000 forms and macros. Many of the forms are launched by another application which passes parameters to the form; so I have little control over the format of the input data. Zip codes are passed to the forms as either five ...
|
| Bookamrs & cross referencing | 09 Jul 2007 14:30 GMT | 1 |
I have a number of bookmarks in the footer section of the first page in a document, I have created cross references to these bookmarks in the footers on other pages but the content is not transferring. Where am I going wrong! Can someone help please with a solution?
|
| How Should I start? | 09 Jul 2007 12:43 GMT | 1 |
I'm a beginner to VBA programming and want to know what resource everyone would recommend to get me started? Would a book be best or should I sign up for classes? I look forward to good discussion
|
| How to select the current page? | 09 Jul 2007 12:23 GMT | 2 |
I need to "clone" the current page a number of times. I do this with a Selection object by calling Copy and then Paste a number of times which works fine. My problem is how to select the contents of the current page? I have tried to select the current page (se sample below) by ...
|
| One Userform for multiple Macros | 09 Jul 2007 08:21 GMT | 4 |
i need the same userform in multiple macros of my vba project without copying it. calling the userform is not the problem, but i don't know who to manage it, that the return values are sent to the calling macro.
|