| Thread | Last Post | Replies |
|
| Delete bookmark content | 07 Sep 2005 23:19 GMT | 1 |
My word doc contain nearly 200 pages and and have nearly 500 bookmarks. From vb the user will pick up the bookmarks. so after that i need to remove those bookmark contents. so i am using the below code. its seems executing fine with bookmark delete code. finally look at the doc, ...
|
| Need help with simple macro | 07 Sep 2005 22:14 GMT | 6 |
I need a macro that will loop thru a word document and look for words with a certain font size (say 18). Then change the style of those words to Heading 2, and 'bulletize' the word using a numbered list. I'm having problems getting it to look at individual words.
|
| Enable SpellChecking for protected fields | 07 Sep 2005 19:22 GMT | 1 |
Hello, I'm trying to enable spell checking for a protected document. The first thing I tried was to enable the SpellCheck option in the Tools menu when the document is opened. This did not work at all. I have now figured out how to do this programmatically, using the
|
| Add content on same doc. | 07 Sep 2005 17:46 GMT | 1 |
one of my word doc contain 20 pages. For example, I want to paste the pages 2,5,10 to another document thru vb program. the page nos will vary depends on users choice. so i using below code. the tmptotal contain no of total pages. i dont know how to add each pages into same ...
|
| Problem with templates after migration from word 97 to word 2002 | 07 Sep 2005 17:45 GMT | 5 |
Hi Ng I have got some word templates from office 97 - the templates contains som userforms, and some VBA code. Now we have Migrated from office 97 to office XP (2002), and now none of the
|
| Tables Rows and Hidden text | 07 Sep 2005 16:02 GMT | 2 |
I have a macro that finds all the hidden text and deletes it but if the text is in a table the rows stay. What I would like to find is if the row is hidden then delete that row. I also have an instance where there is hidden text in a table cell and I just want the text to be
|
| Accessing a form in a another .dot-file? | 07 Sep 2005 14:57 GMT | 4 |
Can I access a form in another (global) .dot file somehow? /e
|
| table(1).cell(1,1).range.text doesn't work | 07 Sep 2005 12:07 GMT | 3 |
When I try to change the text at specific cells in a table, the text apears with the last letter doubled sometimes. Is it a bug? Regards,
|
| XML tagging | 07 Sep 2005 11:42 GMT | 3 |
I'm having problems to format a Word document in XML: it seems that I cannot freely decide where the elements of the XML Schema the document is attached to start and end. This is the XML Schema that I built and that is attached to the Word document:
|
| Clear Bookmark Content (Image) | 07 Sep 2005 09:37 GMT | 5 |
Hope some one can help. I have a userForm with 3 options. My logo will call out from excel file base on my selection. I encounter the problem when i reselect the option. The logo will overlap the old 1.
|
| Word Protection Preventing Macro From | 07 Sep 2005 05:17 GMT | 1 |
The file has a drop down box that I want to use to active a macro once the user has made a selection. Problem is that with Protection on no macros will run. But I can't make the dropdown box function without protection on. I think I'm missing something here. Can anyone help?
|
| How do I create a form with dynamic tables? | 07 Sep 2005 05:11 GMT | 1 |
I want to create a form in Word that has a table with Text Fields, drop-down lists, date formatting, etc. but I also want to give the user of the template the ability to add rows to the table if necessary to input more data. This can probably be done with scripting, and I'm ...
|
| File list in user form | 07 Sep 2005 01:39 GMT | 4 |
Is it possible to have a combo or list box which shows the names of files in a given folder? What I want to do is have a simple form with which users can choose a picture file to insert inline with text in various cells in a header
|
| Setting BuiltinDocument Properties from folder | 06 Sep 2005 23:03 GMT | 2 |
I want to set the properties for all the files in a folder, without opening the specific files. How do I do that? (I know how to loop through the docs, opening each one, setting the specific property, saving the doc, then opening the next doc, but if I don't want to open the ...
|
| select all inline shapes | 06 Sep 2005 19:51 GMT | 2 |
is it possible to select all inlineshapes at once - or do i have to iterate through the collection
|