| Thread | Last Post | Replies |
|
| Find and Replace with Do While and Loops | 27 Jul 2007 13:13 GMT | 4 |
I have a huge document. Every other sentence is inside a table cell, for example: ^p This is sentence one that is inside a table cell^p
|
| Problem with protecting a Word 95 document in Word 07 | 27 Jul 2007 12:02 GMT | 4 |
I have a Word 95 form with a macro that was written using Wordbasic. When I protect the document in Word 07, the macro will not run. I understand that the form should be updated using VBA but there is no time rewrite many forms. Just wondering if there may be a workaround
|
| Option buttons on forms | 27 Jul 2007 10:45 GMT | 1 |
How can I get option buttons to function on protected forms?
|
| Have question | 27 Jul 2007 10:43 GMT | 1 |
Can anyone help me find out what is wrong with my Word 2000? This just started last week. The only thing I can think of that I changed is that my virus protection ran out and I got rid of it since it wouldn't work any more and downloaded a new one. I then began having much ...
|
| Document containing many ActiveX controls prints out blank | 27 Jul 2007 10:05 GMT | 2 |
I have a 9 page Word document that contains a large number of ActiveX controls from the form toolbar, i.e. textboxes, radio buttons and a couple of command buttons. I've used this because my customer's clients need to be guided through filling in a whole pile of data and I have ...
|
| Word issue with embedded url in Header while converting it to PDF | 27 Jul 2007 09:38 GMT | 1 |
I've word doc with embedded url into text in a protected Header of document everything fine so far, when i generate PDF through Adobe pdf writer its not picking-up and converting embedded url into link in pdf file it simply showing as normal text
|
| Custom Macros, Toolbars and Buttons | 27 Jul 2007 09:33 GMT | 2 |
I have inherited a set of custom macros for creating and inserting images into a document. A custom toolbar and set of buttons are associated with this macro set. I am revising and enhancing the macro set, which includes adding new buttons to the toolbar and modifying existing ...
|
| Duplex Printing | 27 Jul 2007 09:30 GMT | 2 |
I am using VBA to print duplex, but although it prints successfully back and front, the paper is upside down - that is, the printout starts where the footer is, and finishes where the header is. Is there a method to reverse this?
|
| Preventing page break in table | 27 Jul 2007 09:28 GMT | 4 |
I have a table that I would like to prevent from spanning across pages. I created the following macro. Dim aTable As Table For Each aTable In ActiveDocument.Tables
|
| Word issue with embedded url in Header while converting it to PDF | 27 Jul 2007 08:55 GMT | 6 |
I've word doc with embedded url into text in a protected Header of document everything fine so far, when i generate PDF through Adobe pdf writer its not picking-up and converting embedded url into link in pdf file it simply showing as normal text
|
| Error when creating a masterdocument with VBA | 27 Jul 2007 02:06 GMT | 6 |
I have read that master documents are not good. But for now I want to give it try but still be on the safe side. By writing some VBA code to take a number of files make a subfolder, copy all relevant files there and then create a master document there. So it does not matter if ...
|
| Macro to copy styles from Normal | 26 Jul 2007 23:08 GMT | 4 |
I have the following statement designed to copy the user's styles from their Normal.dot (we are using roaming profiles) to the current doc, but it doesn't work. Any ideas on what I can change? ActiveDocument.CopyStylesFromTemplate Template:= _
|
| occuring error in vba programme | 26 Jul 2007 19:56 GMT | 1 |
the programme i wrote is to return the maximum, minimum and average of 100 numbers. But it keeps returning an error. Does anyone no whats wrong with it? what its missing?
|
| Page setup | 26 Jul 2007 19:12 GMT | 14 |
I run the Record Macro to record my page setup. Below is what I get. But when I try to run it I get the following error: ‘Value out of Range’. When I debug it’s at the following line in the macro: ‘.TopMargin = InchesToPoints(0.75)’. What is wrong with this macro?
|
| Font parameters in Find/Replace in Word 2003 | 26 Jul 2007 18:22 GMT | 3 |
In Word 2003, if I use the same macro that I used to use hundreds of times in Word 2000 to find a certain character in a certain font, the macro doesn't work. There is some sort of difference which I can see if I look in the Find dialog box after running the macro search:
|