| Thread | Last Post | Replies |
|
| Closing activedocument | 28 Apr 2005 06:22 GMT | 1 |
We have been using a template for a couple of years without trouble in Word 2000. We've recently upgraded to Word 2003 and the code now produces an error. The template opens a form which has buttons to execute a mail merge with some Outlook contacts. It saves the document with a ...
|
| Delete Certain Lines with Macro | 28 Apr 2005 02:08 GMT | 1 |
I am taking various txt files and editing them so they will work with different database programs. The data is coma delimitted. At the end of some files there may or may not be several blank lines. I need code to delete line if blank. (I can replace blanks with a word if that ...
|
| How do I change a protected document if I don't have a password? . | 28 Apr 2005 00:10 GMT | 8 |
A former employee has protected alot of documents that are needed in our organization. Alot of them have to do with our ISO system. We cannot get around the passwords. I was wondering if there was a way for administration to cancel the protection some how, so as all these ...
|
| Help to Open, Read a txt file? | 27 Apr 2005 23:35 GMT | 3 |
I'm trying to open a .txt file and read the contents into a string. If I hard-code the file path and name, I can use Shell to open it. But then I can't read the contents into a string. So I was trying to use Open And Read or ReadLine through the FSO. I guess the FSO is opening ...
|
| Problem: How to judge word wrap has happened in a cell ? | 27 Apr 2005 23:13 GMT | 3 |
If i find word wrap has happened in a cell, i'll need merge some right columns to avoid word wrap. So anyone could give me some suggestions ? Thanks in advance!
|
| see Workgroup Template in VBA | 27 Apr 2005 16:03 GMT | 6 |
I want to have one User template location and another Workgroup template location, but when I set it up for that, I can only see the User template in the VBA editor. How can I make it so that I can see two Normal.dots in the VBA editor? Or, maybe the question should be: Are both ...
|
| ActiveX Ctrl not displayed in printing!!!!!!! | 27 Apr 2005 14:23 GMT | 1 |
I have an ActiveX control for Word written in VC++7.1 using ATL. now when i insert my control into Word document and print it. It just displays image rendered on it but doesn't diplay the text displayed on the control. my OnDraw function looks like that.
|
| how to select one table in a document with multiple tables? | 27 Apr 2005 13:40 GMT | 2 |
i'm looking forward to find a possibility to select one table out of a known number of tables in my document, and then i want to apply a macro to this table. e.g. my document consists of 14 tables an i want the macro to be applied to
|
| Manually adding an end of page command | 27 Apr 2005 12:59 GMT | 1 |
Hiya. I have some documents where what I am doing is using a macro to find every instance of the text "!!!" go to the end of that line, then add other text. I'd like to be able to do it in the Find and Replace box because it would
|
| Trust access to Visual Basic Project | 27 Apr 2005 12:54 GMT | 1 |
Word 2003, XP Pro SP2. Under Tools>Macro>Security>Trusted Publishers, there is an option: Trust Access to Visual Basic Project Can this be set programmatically, please?
|
| Opening Explorer in macro | 27 Apr 2005 12:53 GMT | 1 |
I have a form with form fields. On one of the fields, I want to have Windows Explorer (or the equivelant) open so the user can navigate to a graphic and input it in that active cell in the table. After the picture is inserted I want to protect the document and go to the ...
|
| Can I lock in (freeze) each row height in Table? | 27 Apr 2005 12:49 GMT | 1 |
I have a wide table that I need to print on two landscape pages. I delete the right half and print the left side; then delete the left side and print the right side. However, the rows will not align between the two pages, since they collapse to the size necessary for the ...
|
| How do I copy/paste correct nbr of formfields using VBA and tables | 27 Apr 2005 12:10 GMT | 1 |
I have a Word document comprised of a table with 4 rows. Upon the click of a button on the document, I need to copy one of the rows and insert it as a new row in the table. This new row must be blank and ready to handle new input data. However, no matter how I approach this, ...
|
| Using DocumentBeforeSave on special templates | 27 Apr 2005 08:28 GMT | 2 |
I want to use the DocumentBeforeSave application event on documents created via special templates. I have read the article on the subject on word.mvps.org (http://word.mvps.org/FAQs/MacrosVBA/AppClassEvents.htm), quite a good article. But it seems that the example in that article ...
|
| I need paragraph symbol removed from page | 27 Apr 2005 02:21 GMT | 1 |
For some reason the paragraph symbol have appeared on each document. I cannot backspace to get rid of it nor has work with the paragraph section on the format page helped to solve this problem. I have un and reinstalled Word and its still there--very irritating!. Thanks for ...
|