| Thread | Last Post | Replies |
|
| Ansi to Unicode Saveas | 27 Sep 2007 23:27 GMT | 4 |
I Have a Ansi txt File I need to save it as a Unicode File into a Script using and Ole Object I Can open it, modify it and save it but i don't know how to change the encoding
|
| Change image dpi using VBA | 27 Sep 2007 23:16 GMT | 1 |
Is there a way to compress an image of any size and dpi to a ceratin zise( 2inch X 2inch ) and 150dpi using vba?
 Signature Best regards,
|
| Forms Check box to show/hide text | 27 Sep 2007 23:10 GMT | 1 |
Hi I'm running Microsoft Word X and Word 2003 (different machines) and am tasked with creating a form that will have optional sections that can be selected with a check box. We're unable to upgrade, nor purchase InfoPath 2007 (which seems like it
|
| Problem with command button | 27 Sep 2007 22:53 GMT | 3 |
Hi, I have a protected document and a command button in it to call a userform to input some values in a table, it works fine but when I try to print the doc, the comman button is printed out too. Is there any way to tell word not to
|
| Clear textbox of a shape in ns word | 27 Sep 2007 21:42 GMT | 4 |
How can I clear textboxes of a shape? Regards
|
| Code not functional | 27 Sep 2007 21:31 GMT | 1 |
The following is an extract from a much larger bit of code ActiveDocument.Tables(t).Cell(intRows, 1).Select Selection.MoveUp Unit:=wdLine, Count:=FRows, Extend:=wdExtend Selection.Columns.PreferredWidthType = wdPreferredWidthPoints
|
| look in several folders for a single document with a specific name | 27 Sep 2007 20:40 GMT | 1 |
I have used the macro below with great success! I am curious to know how to modify the code to get the macro to look in several folders for a single document. For instance, I may have Folder#1, Folder#2, Folder#3, Folder#4, etc., and maybe as many as 50 different folders within ...
|
| Styles misbehaving in Word 2007 | 27 Sep 2007 20:38 GMT | 5 |
I have a word macro which imports a plain text document and applies some formatting to it. One of the things it does is applies styles to the text based on html-like tags in the plain text file. This worked fine in Word 2000. I've just upgraded to Word 2007, and strange
|
| Not a valid embedded object. | 27 Sep 2007 19:12 GMT | 1 |
I have a Word Form I built in Word 2000. It contains many radio button objects inserted into table cells using the Control Toolbox. They worked fine in Word 2000 but now that I have upgraded to Word 2003, I get: "Error! Not a valid embedded object." where ever I had a radio ...
|
| New Section Footer via Automation | 27 Sep 2007 14:53 GMT | 6 |
I am using automation from Access 2000 to create a new Word doc (2000-2003). The doc consists of several sections with tables and footers. I can generate and fill all data, text, etc with no problem on my machine and generate a completed doc as desired.
|
| Message box problems | 27 Sep 2007 14:24 GMT | 2 |
I'm having a problem with some code. I have created a template in Word 2003 which includes text that may be edited in the template only. The document created from it is fully protected allowing no edits. I have created a message box in the This Document module of the template ...
|
| macro to remove hidden text | 27 Sep 2007 14:16 GMT | 3 |
Greetings MS WORD folk, when I record a new macro to remove hidden text in WORD 2003 it does not work. text of macro as created by the record macro is as follows
|
| Scrolling - Make Current Line first line in the window | 27 Sep 2007 13:07 GMT | 1 |
While reading through a word document, after reading down a few lines I would like to focus on the current section. It is desirable to pull the current line to the top of the window. Similarly make current section or paragraph begin at the top of the window. Any simple macros to ...
|
| Cut and past emails ... | 27 Sep 2007 07:36 GMT | 12 |
I have a word file containing thousand of email addresses I need to cut all email addresses included a word "arch" or "architect" and then paste them to another word file, the email addresses are in separate line, is this possible by writing a VBA? can anyone please send me ...
|
| Deleting a graphic | 27 Sep 2007 06:40 GMT | 3 |
I have a document (template) which has a signature block. I have scanned two signatures and have placed them in the signature block. I have code I can use to delete one of the two signatures, but I do not know what their picture number is. I tried recording a Macro and selecting ...
|