| Thread | Last Post | Replies |
|
| Working with a date string | 30 Jan 2006 21:00 GMT | 3 |
I was going to use an input box to ask the user for a date but I'm not sure the type of object it should be. I don't want it as a String because I need to use the date in this way to export it as a calendar event. In the InputBox default I could put something like "1/27/06" and ...
|
| finding two consecutive paragraphs starting with the same word | 30 Jan 2006 18:53 GMT | 7 |
I Could use some help with this problem: how can I find two consecutive paragraphs starting with the same word in a long, long glossary? I have been trying to achieve this with range objects, but I can't get working. Best,
|
| Form data output | 30 Jan 2006 18:16 GMT | 4 |
Not really a VBA issue but... I've got a really long form (~50 pages) template. I need to export the data into Access and I know the standard output method for saving as a CSV file. But, since Word exports the data as a single row of comma
|
| Continous Loop | 30 Jan 2006 17:56 GMT | 19 |
I was trying to solve an OP question to remove all non-first letter text leaving a space where text was removed. First stab was: Sub ScratchMacro() Dim oWord As Word.Range Dim oChr As Word.Range
|
| Foreign Language Support | 30 Jan 2006 17:40 GMT | 6 |
I'd like to add American and Russian words to a List or ListView control. By default, Cyrillic characters show up as question marks. How is this done?
|
| Save Active Document with automatic file name | 30 Jan 2006 16:02 GMT | 1 |
I want to create code/macro that saves a document to a specific fil directory (eg c:\mydocuments\matters\"") and then gives it an automati name using a numbering convention (eg format(date, "ddmmyy") "username" & automatic number). I want it to look for the last numbe
|
| SendMail problem | 30 Jan 2006 11:49 GMT | 2 |
My VB6 app creates an instance of Word, genereates a document and uses the SendMail to open a new outlook message, etc. Well, after the call to SendMail I'm closing Word, but it looks like it doesn't like to be closed whilst the mail message is still open.
|
| Please help with header and footers. Im going mad trying to do th | 30 Jan 2006 11:28 GMT | 1 |
Im working on a document and have put in a header and footer. Its not a page number, its some text and a logo. Now I need this to appear on every page EXCEPT for the first page. I have tried everything and its driving me mad because they always appear on my first page.
|
| Remove all letters in all words except first letter of each word | 30 Jan 2006 11:28 GMT | 6 |
I have a document in which I need to remove the letters of every word in the document except the first letter and I need to do it without the remaining (first) letters moving (together). Any help would be most appreciated.
|
| finding automatic page breaks | 30 Jan 2006 10:09 GMT | 6 |
Nice easy question for you Word programming experts :) How can I detect where the automatic page breaks have been put in a document? TIA
|
| Breaking apart a string | 30 Jan 2006 08:23 GMT | 1 |
I have a string (strSentence) that my code has copied off the Word document and I know that it’s setup with this format: John & Jane Doe <tab>Jim, Anne <tab> 1,2,3 The first part of the sentence is a name, either first & last or first,
|
| DOC or DOT for emailed forms? | 30 Jan 2006 01:50 GMT | 10 |
I am sending to participants in a survey a simple MS Word document containing checkboxes and text form fields . (There's no VBA in it, but this newsgroup seems the most relevant.) I am asking recipients to fill out the form, save the file and send it back
|
| Table Processing | 29 Jan 2006 13:04 GMT | 2 |
I'm filling a table by using range objects and have experienced that the process differ from time to time. In some cases the table is filled quickly WITHOUT updating the screen. In other cases the table is filled slowly while the screen IS updated.
|
| Convert an MS Works document to MS WORD | 29 Jan 2006 09:40 GMT | 3 |
How do I convert an MSworks document to read in MS WORD?
|
| HOW TO CREATE A SIMPLE CONFIDENTIAL FINANCIAL STATEMENT F | 29 Jan 2006 01:21 GMT | 4 |
 Signature GOD BLESS YOU
|