| Thread | Last Post | Replies |
|
| Menu that is a copy of a folder structure | 18 Jun 2005 23:01 GMT | 6 |
I have a folder "D:\Docs" which contains a lot of documents, subfolder with subfolders and even more documents. I would like some code that could create me a menuitem that contains a full copy of the folder structure with the documents where the documents are
|
| document library | 18 Jun 2005 21:56 GMT | 1 |
I need to organize thousands of word documents in a online library I call document Bank. I plan to use the Word file properties to code keywords and other searcing criteria.
|
| How do I enable Macros from WordX Mac to latest version of Word | 18 Jun 2005 19:18 GMT | 1 |
I have copied over the Normal file in the templates folder yet I cannot run any macros in the latest version of Word for Mac. I also have different document formatting. All documents previously formatted for WordX does not have the correct document formats.
|
| Pasting an image onto a form from an Access DB through automation | 18 Jun 2005 14:28 GMT | 2 |
I've got an Access DB I'm reading through a Word VBA macro that contains an image field. I'm using bookmarks to navigate to the fields and replace the contents with data from the database query. The text fields work great, the image field
|
| Determining Text Line Height | 18 Jun 2005 12:53 GMT | 3 |
Is there a way to determine the height of a line of text? I want to create artwork similar to the revision marks of Track Changes but I can't figure out to determine the height of a line of text.
|
| Tablet PC, ability lock word form and allow ink signature at end | 18 Jun 2005 12:53 GMT | 1 |
|
| ActiveDocument.Fields.Update macro | 18 Jun 2005 12:53 GMT | 1 |
I am trying to update an old template to adhere to our new standards. Now this template has a very annoying behaviour - each time I try to update field (using ActiveDocument.Fields.Update) some macro starts running. I've tried to locate this macro but cannot find it. It is not in ...
|
| how2 reach content of doc2 from hyperlink of a doc1 which has ind | 18 Jun 2005 12:53 GMT | 1 |
I have "Doc2.doc" file which has Table of contents in second page and respective contents. Now i have link for the headers in "Doc2.doc" in "Doc1.doc". when i click on these links in "Doc1.doc" i am able to reach only the begining page of the Doc2 and not the content of that ...
|
| Finding "End" and nothing but "End" | 18 Jun 2005 12:22 GMT | 2 |
I wrote a program with the command "End" signalling VBA to halt processing. I find that I now need to convert all of those "End" to "Exit Sub" and "Exit Function" in order for the program to be compatible with more operating systems.
|
| How to create a dialog box to-select branch then return branch address in footer | 18 Jun 2005 10:27 GMT | 6 |
I am trying to create 50 generic templates for 23 branches. How can I create a dialog box in a word template when user selects a branch name then it returns the actual branch street address in the footer in the following format:
|
| populate a dropdown box | 18 Jun 2005 07:30 GMT | 2 |
i have used the following code to populate a dropdown box from a word doc can someone help me alter this code to find a excel file and populate the dropdown box thanks phil
|
| Detect spanning in cell | 18 Jun 2005 02:04 GMT | 8 |
I have a table like the one shown below. It's easy to see that 1992 spans from Column 2 to column 4. When I copy it in (say) notepad, I get something like 1992 2000
|
| Repost: Detected merged cells. | 18 Jun 2005 01:59 GMT | 2 |
Jezebel, I am sorry to repost but I fear you (or others) may think that my question is solved. I would be grateful for answers to this. Vince
|
| Inserting Autotext | 18 Jun 2005 00:56 GMT | 1 |
What is the code to insert an autotext entry at the beginning of a document? Any help would be greatly appreciated.
|
| CommandBars("formatting").Controls("Highlight").? | 17 Jun 2005 23:08 GMT | 1 |
From VBA how do I make the Highlight button on the Formatting toolbar go down? Thought is would be as simple and logical as: CommandBars("formatting").Controls("Highlight").state = msoButtonDown
|