| Thread | Last Post | Replies |
|
| DocVariable Problem | 07 Mar 2005 16:13 GMT | 5 |
I have a field code of DocVariable Quadis. Can anyone tell me why the following code still displays an "Error! No document variable supplied" when the variable QuadisNo$ is blank? If QuadisNo$ = "" Then
|
| search and replace an entire folder | 07 Mar 2005 15:54 GMT | 2 |
I have seen code for this in the past, but I can't seem to locate it. I am wondering if you can search for words, styles, ect in a fikder of Word docs and replace then with diferent words, styles ect? And also if you would have to
|
| Extracting text from word and displaying in Excel | 07 Mar 2005 15:19 GMT | 1 |
I'm looking for a method of extracting a Pattern from a word doc and displaying in an excel spreadsheet. I would like to implement this as a macro to automate the process. I was thinking of extracting the data from word using a Perl script, saving
|
| how do I put the calendar in my start up | 07 Mar 2005 15:13 GMT | 2 |
I would like to put the calendar in my start up window...any suggestions? thank you
|
| Display first row of table on each page when the table contains merged cells | 07 Mar 2005 14:49 GMT | 2 |
I know how to set the first row of a table to display on each page using VBA - "Tables(1).Rows(1).HeadingFormat = True" ...but if there are merged cells in the table, I get error 5991 - "Cannot access individual rows in this collection because the table has
|
| selecting one line | 07 Mar 2005 14:49 GMT | 2 |
Usinv MSOffice Pro 2003 SP1 I want to select the first line of my document to capitalize it. The line in the doc is not always the same length, so in my code here that I generated with the macro recorder, line #3 uses wdCharacter and
|
| Choose Printer | 07 Mar 2005 13:35 GMT | 3 |
Hello together is it possible to change the Printer in Word without using the slow function 'ActivePrinter'? i only need to set the Printer for this one Print-Job and after this the
|
| SendMessage to VBA UserForm control? | 07 Mar 2005 11:18 GMT | 2 |
I thought I had a simple IPC mechanism in place for passing messages to/from both a VB6 app and code running within Word. I set up a separate controller EXE that first receives messages to register the window handles of an invisible textbox in each app, and then uses
|
| Inserting table at bookmark instead of top of document | 07 Mar 2005 09:10 GMT | 2 |
I'm totally new to word vba but used to Access vba. I'm opening af word document from Access and would like to insert a table starting at a bookmark ("start"). However I can only find out how to put the table at the very beginning of
|
| Switching between Userform and Document | 07 Mar 2005 07:36 GMT | 5 |
I would like to create a userform that keeps the Word Count of the document the user is working on. I would like to make this userform always available to the user to switch between it and the word doc, so the the user can check the current word
|
| GoTo End of text | 07 Mar 2005 02:15 GMT | 4 |
Using Word 2003, is it possible, using vba, that when an existing document is opened the cursor is placed at the end of the text in that document. If possible, an example of code would be appreciated Tom
|
| Paste Special Unformatted Text | 07 Mar 2005 02:01 GMT | 2 |
I've tried making a macro to Paste Special Unformatted Text but the style pastes as HTML Preformatted, Courier New font instead of Normal (Arial 11pt.) Is there something I'm missing here?
|
| Can I control the sequence of Word document windows? | 07 Mar 2005 00:25 GMT | 3 |
Writing some code where a template opens another template to share data from forms. It's easy to control window activation when you know there are only two windows open. But when I try to capture the number of open windows and work from there, I noticed that word will alphabetize ...
|
| How to interpretate a text string | 07 Mar 2005 00:17 GMT | 9 |
I have a text string which usually starts with the letter M, followed by 5 chiffres and then again 1 or 2 characters : example M51235W2. The 7th character (in this case W) is giving me info about the magnification What I want is the following :
|
| word symbol | 06 Mar 2005 22:57 GMT | 2 |
im looking for the icon to represent Microsoft Word(the blue "W") for a project.i want to put it on a command button. Where could i find it?ive tried everywhere on my computer thanks
|