| Thread | Last Post | Replies |
|
| I think I've got it | 12 Apr 2006 06:55 GMT | 1 |
Oh, I see. So then if I add this code at the beginning of my code I can remove the reference to Oulook Library and it will create a reference to which ever one the computer has? Dim oOLK As Object
|
| Macro unprotect doc, make change and re-protect? | 12 Apr 2006 06:54 GMT | 3 |
We are running Word 2003 under Windows XP. Under Word 97, I created forms templates that had instructional comments. When we upgraded to Word 2003, everyone HATED how the comments were always displayed as those margin balloons. So I modified the templates to remove the ...
|
| My microsoft word wont let me type, why? | 12 Apr 2006 02:36 GMT | 1 |
My microsoft word wont let me type, why?
|
| Headers for Forms | 11 Apr 2006 22:06 GMT | 6 |
I am creating a form that we will use as our template for Policy & Procedures. The data will be over many pages. I am trying to create a header that will repeat data that is on the first page. I am using drop down menus, and text fields. I tried to reference the fields, but ...
|
| inserting PDF docs into Word doc using VBA? | 11 Apr 2006 21:55 GMT | 1 |
Is it possible to insert pdf docs into a word doc? I have a load of PDFs and I have currently had to create 'word' versions to be able to use in my VBA code. Is it possible?
|
| Macro is needed for table rows and lines | 11 Apr 2006 20:55 GMT | 1 |
Please help! I have a bilingual text in several two column tables. Some rows contain titles, which should not be at a page bottom (line 61 or 62). So, I need to define all the titles as table number and row number. If the row number is on line 61 or 62, insert page break.
|
| Error 5991 - "table has vertically merged cells" - How can I unmer | 11 Apr 2006 20:35 GMT | 1 |
I have VBA code in word that is going to each table in the word document, then doing some testing, then moving to each row in the word document, then finally to each cell. Once it finishes its tests it moves them over into an Excel worksheet.
|
| How to recognize shading and border formatting in the following code? | 11 Apr 2006 19:16 GMT | 9 |
Could anybody tell me where/how a text box with blue or yellow shading, and grey borders are defined in the following code? I just want to change the shading color. Best regards, Nomey =========code===========
|
| New to VBA - Help | 11 Apr 2006 17:19 GMT | 2 |
I'm new to VBA and this task is beyond my knowledge of VBA so any advice would be great. I have a list of data set out like so in worksheet 3: 1 A N
|
| save in a specific directory | 11 Apr 2006 16:56 GMT | 1 |
I wrote a macro such that I can save a file with a particular name (name and surname of a person.doc). Sub savename() Dim filename As String
|
| Parsing Word 2003 XML : Drop-Down Form Field Value | 11 Apr 2006 15:42 GMT | 3 |
I've also had the problem of trying to get dropdown or checkbox data out of WordML. Below is what a small Drop-Down Form Field looks like in WordML. I've tried to base64-decode the fldData put with no joy. Can you help?
|
| How do I get a handle on a text frame from the text inside it? | 11 Apr 2006 13:39 GMT | 3 |
The question seems so easy, but I couldn't find the answer on the web. The cursor is placed within a text frame and I would like to have a handle to that frame to find out about its size. I have got as far as to check whether the cursor is within an textframe at all:
|
| Keep complaining "Must have startup form .." (newbie) | 11 Apr 2006 12:55 GMT | 1 |
My very first VBA app, and stuck ;) When I define a new project, it creates a blank form, and after running it shows the blank form, as expected. After that I add code like:
|
| Call VB.net routine from VBA | 11 Apr 2006 11:03 GMT | 1 |
VBA Geru's I want to call a VB.Net routine multiple times (passing each sentence of a long document and returning a value for each sentence). Is "Call..." or "Execute..." the syntax to call an extermal routine?
|
| Different page margin | 11 Apr 2006 10:01 GMT | 1 |
Is it possible to have page margin A for 1st page, and page margin B for 2nd and subsequent pages?
|