| Thread | Last Post | Replies |
|
| Word 2003 page numbers | 08 Aug 2006 15:14 GMT | 2 |
Is it possible to read the page number of a word document at the cursor location from VBA?
|
| Why it is impossible? | 08 Aug 2006 14:37 GMT | 6 |
It is strange, why nobody except Ed was not involved in the problem of FileSearch object in Word 2003 macro. Look on the piece of a macro and imagine that you want to find all the files in the directory "x" which contain at least two keyword, keyword 1 AND keyword 2. I could not to ...
|
| How to set up macro that copies text to another place in same docu | 08 Aug 2006 13:23 GMT | 4 |
I'm trying to set up a form in Word 2002. I want to set up the form such that when a user enters a number in one place in the document, the same number is automatically entered in a second location. I've tried running a macro on exit from the first text form field that copies ...
|
| AutoText Global Template | 08 Aug 2006 07:16 GMT | 2 |
Is there a way that a group of workers can all share the same autotext entries and, importantly, all add entries for the others to use? To be successful, the facility would need to allow any of them to add their own entries for the benefit of the others in the group, just as ...
|
| How do I code VBA to hit button on a different worksheet? | 08 Aug 2006 02:42 GMT | 1 |
I have a protected worksheet that has a button that I want to execute using VBA. The worksheet in question is protected with the exception of certain cells where I can paste values.
|
| Run the Same Macro on Multiple Files | 07 Aug 2006 23:33 GMT | 11 |
I'm proud of myself. I actually came up with a very useful Word VBA macro without having to ask anyone how to do it: Sub Macro2() Dim theFileName As String
|
| Modifing Word's HTML | 07 Aug 2006 23:23 GMT | 1 |
I'd like to modify the HTML Word generates. How is this done through VBA? An example of a change might be: From: <table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 style='border-collapse:collapse'>
|
| Word Template - Maximum Size? | 07 Aug 2006 19:03 GMT | 1 |
Does anyone know if there is a maximum size for a Word template? Or has anyone experience of code becoming unstable with templates above a certain size? Or any performance issues? I haven't yet but want to be aware if it is likely to happen.
|
| VBA to re-size all (inline) images in a document? | 07 Aug 2006 16:26 GMT | 14 |
I need to regularly copy/paste records from a proprietary net-based program, into Word. The records include a mix of text and, at irregular intervals, images of various sizes and shapes. The problem is that, although the images are inline, many of them are
|
| Foolproof way to add toolbar button for .dot file | 07 Aug 2006 16:01 GMT | 13 |
Is there a foolproof way to make a global template file, a .dot file, add a button to the standard Word toolbar, the one with File, Edit etc. I have seen and tried many suggestions, such as putting the code that adds the button in:
|
| problem in handling more than one button in a COM Addin for Word | 07 Aug 2006 15:01 GMT | 1 |
I have developed a COM addin in visual C++ for Office Word which creates a toolbar whit two buttons on it, but I don't know how to handle more than one button events. The problem is that my addin runs the same code for the click of any of the two buttons.
|
| repeating commands | 07 Aug 2006 14:36 GMT | 3 |
these may be a really simple problem but i can't find the solution by just looking at VBA help file so i was wondering if anyone can help me with this: Selection.GoTo What:=wdGoToPage, Which:=wdGoToNext, Count:=1, Name:="" Selection.EndKey Unit:=wdLine, Extend:=wdExtend
|
| How to format whole paragraph if it contains a keyword? | 07 Aug 2006 14:15 GMT | 10 |
I've been trying to figure out there is a way to select an entire paragraphs based on a keyword within the paragraphs (e.g., I'd like to change the entire paragraphs containing the keyword "^pCHAPTER" [paragraph mark + uppercase-word chapter].
|
| Parsing lines of text | 07 Aug 2006 13:00 GMT | 5 |
I have a Word document that contains hundreds of similarly-formatted reports (about 30-40 lines of text with carriage returns), with lines that flag the start of each report and lines that are specifically flagged that I need to copy and paste at the bottom of the document.
|
| Autonew macro doesn't fire on new document | 07 Aug 2006 12:39 GMT | 2 |
I have a quite annoying problem with the autonew macro. I am using Word 2003. In a template, i made the autonew macro, i tested it, and it does exactly what it is supposed to do, as long as i am working directly in the .dot
|