| Thread | Last Post | Replies |
|
| how to open ventura file in word | 07 Jun 2007 15:06 GMT | 1 |
I want to open text files of ventura publishing in MS Word.how is this possible without losing integrity.
|
| Carriage return in a word table | 07 Jun 2007 12:38 GMT | 1 |
I've a table already created and I'm replacing tag created by myself by variables Some tags are in a table and I want to put more than one line in these tags. I've tried to add vbcrlf but it's not working inside a table
|
| ComboBox | 07 Jun 2007 12:16 GMT | 2 |
I've just figured out how to work with VBA for word, but I seem to be doing something wrong, and i don't know what it is, so: HELP! This is what my macro looks like: Sub ComboBox1_Change()
|
| inserting text before and after italics | 07 Jun 2007 11:30 GMT | 2 |
I'm trying to write a macro that finds all italics in a document and then inserts text before and after the italics. The problem I have is that my macro (see below) does not find all the italicized text in a document.
|
| Fomat picture in centimeters | 07 Jun 2007 07:26 GMT | 5 |
I am trying to amend a piece of code to allow the user to search for all shapes, and resize. I want them to be able to insert the height in centimeters, in a dialogue box. Tried a few things, but can't get it to recognise centimeters for the
|
| How do I automatically insert text from an Excel file into an exi. | 06 Jun 2007 22:06 GMT | 4 |
If I am using a statistical software package (SAS) to do some analysis, which I can export into excel, and then I want to update an artcle in MS Word with figures from Excel, how would I do that? So then all I would need to do is just update the excel sheet and the Word
|
| Copy the content of external documet in the active document | 06 Jun 2007 22:01 GMT | 4 |
Hi to all! I need to do a simple add-in. I want an add-in that takes the content of external document (.doc extension) and put all that content in the document I using now.
|
| import csv files into Access with Word macro | 06 Jun 2007 21:45 GMT | 4 |
Is there a way to import csv files into Access with a Word macro?
 Signature Bryan
|
| Inserting landscape pages; formatting headers/footers | 06 Jun 2007 20:30 GMT | 1 |
In my code, I: insert two section breaks (now three sections) format headers and footers in section 3: no link to previous move up to section 2
|
| I can't adjust text round a picture | 06 Jun 2007 20:27 GMT | 1 |
I insert a picture with a macro, and it is alwais over o behind, I can't adjust de text round de picture. I wrote: ActiveDocument.Sections(1).Headers(wdHeaderFooterPrimary).Shapes. _
|
| regular expression to indicate a number | 06 Jun 2007 20:19 GMT | 1 |
How would I use a regular expression to return a file with any number (in place of [num]) in the following code? strFile = Dir(strPath & "*listings*[num]*.csv")
|
| returning multiple values from one function | 06 Jun 2007 19:48 GMT | 24 |
(My first post may not have gone through according a web page error message I received so I'm writing this again just in case. If two show up, please answer the other one, not this.) I know that functions are generally made to return one value but I know that
|
| how do I expand text in a word document (e.g. define a word) | 06 Jun 2007 18:55 GMT | 3 |
I want to include (hidden) definitions in a word document so people can click if they need more info. For example: "Subjects in our study must be 65 years or younger [why?]. They should be in good health..."
|
| Type mismatch on field result statement sending from Excel | 06 Jun 2007 17:21 GMT | 2 |
The situation: Using Office XP I have one Excel document and one Word document template in this operation. The concept of operation is that Excel will create a word document off of
|
| how to set up 3 key trigger for macros? | 06 Jun 2007 15:41 GMT | 13 |
I've often wondered how to set up 3 key stroke macro triggers. By this I mean, Alt+a,b,c to trigger a macro rather than the usual 2 key trigger. tia
|