| Thread | Last Post | Replies |
|
| splitting doc file | 23 Aug 2006 21:28 GMT | 5 |
I have a large file (about 100 pages) which I have to split page by page. For example having a file: example.doc (5 pages) I want to run script which generate me 5 files (example1.doc, example2.doc,...,example5.doc) each containing just one page from
|
| Macro in MS Access 2000 to open a MSWord 2000 document. | 23 Aug 2006 21:25 GMT | 1 |
I can only find how to open an excel reports, but how can I create a macro in Access where I can press a button and open a Word document.
|
| Table manipulations | 23 Aug 2006 20:44 GMT | 3 |
I have managed to copy cells from one table to another table in VBA. But 1. In the destination table/cell how do I make bold just some of the text in the cell?
|
| can't undo when Sub EditPaste is overriden? | 23 Aug 2006 20:33 GMT | 4 |
hi, i was overriding EditPaste, then after some manipulation call Selection.Paste and pasting works fine. However I noticed that in doing so, Undo feature is not available (grayed out) and says "Can't Undo" instead of the usual "Undo Paste".
|
| comparing | 23 Aug 2006 20:26 GMT | 3 |
I have a file on server tha i have to fill As i dont know when the administrator change this file with new release....and s.....i cant know it.....is it possibile to compare the original file i downloaded to the last one on server to see if it has been
|
| Word 2003 find and replace style macro not working | 23 Aug 2006 20:17 GMT | 3 |
I've recorded a macro "fnr" (find n replace) that finds all styles called H3Par and changes them over to macroH3. When I record the macro it finds and replaces all instances of the style. However, if I reload my document and run fnr, it doesn't find/replace any styles. The only
|
| Word Automation | 23 Aug 2006 19:00 GMT | 1 |
I have made a template with some vba code and mergefields. From an external application i use this template to generate some mail merge documents. Like this:
|
| Documentation - Tutorial Recommendations s'il vous plait | 23 Aug 2006 18:54 GMT | 2 |
Hi all... I have been wanting to start writing word macros for some time (years really) and have always felt that the initial hurdle to get started to be to big. Perhaps because I've wanted to tackle the problems I really wanted to
|
| use macro/keyboard shortcut/menu bar without changing normal.dot | 23 Aug 2006 18:23 GMT | 1 |
I'm trying to assign a keyboard shortcut to a macro, but I'm not permissioned to modify my normal.dot file (work computer). I'm assuming there is no way to use keyboard shortcuts without modifying normal.dot, right?
|
| Find and Replace Large Text Blocks across several documents | 23 Aug 2006 16:18 GMT | 2 |
Sorry if this question already exists. We have many documents that contain similar text from a template. We often have to update a paragraph or two in these documents, which for now means opening each document, finding the paragraph, deleting the text, and pasting in the new ...
|
| RE: Saving Files in Word | 23 Aug 2006 11:35 GMT | 1 |
I realized this morning that a prievous post may not have been clead. This is what I a trying to do through a word userform. I gather information from the user, this information among other things contain two parts to a folder name that will be created. Some of this
|
| VBA permission errors | 23 Aug 2006 09:55 GMT | 1 |
Helllo All, I have the following code to copy a file to a newly created folder. JobDirectory = 'c:\Job Files\" JobNumber= 'B 06-100"
|
| Short cut keys within protected documents | 23 Aug 2006 09:54 GMT | 1 |
Hi there I am trying to write a piece of code to attach to a word template that I have created that is a protected document as it has form fields in it. What I want to do is to be able to either use the insert symbol menu or to be able to use shortcut keys within the document. ...
|
| Printer Toolbar | 23 Aug 2006 09:33 GMT | 3 |
I am trying to create a set of buttons for my printers; however, I am having a problem with the naming of the printer. Here is my code: Sub MyPrint() '
|
| How to remove marco | 23 Aug 2006 09:28 GMT | 2 |
I have made a Word template(.dot) which contains VBA programme. And I use this template, and save the document as .doc. But everytime, when i try to open this .doc file, A message will pop up and ask me whether to enable Marco.
|