| Thread | Last Post | Replies |
|
| Removing specific characters when preceded by one or more spaces | 09 Sep 2006 13:27 GMT | 4 |
Hi: I want to remove the forward slash from a document if and only if it is preceded by one or more spaces. i.e. “abc/” is OK but “ /” or “ /” or “ /abc”… is not. The following code successfully removes the forward slash character that is preceded by a single space from a ...
|
| Finding where to insert special characters | 09 Sep 2006 09:15 GMT | 3 |
(Referring to the text below the line) Until recently a list of meetings was sent out as a printable .rtf file. Now we have a Meetings page on our website but I still have to send out a printable document or hard copy to a few members who do not have a net
|
| Find & Replace or Macro - Which is better? | 09 Sep 2006 07:21 GMT | 4 |
I tried finding a solution by myself, but no-can-do. How can I tell Word to: a) Find the dollar sign ($) and; b) Place it at the end of the amount instead of the beginning, i.e., change $10,000 for 10 000 $.
|
| open a list of check boxes | 09 Sep 2006 07:12 GMT | 2 |
I use the same document on a regular basis but have to select specific paragraphs to delete each time. I have created a macro to delete each paragraph but would like to have a form that pops up when the template is opened that has a check box for the paragraphs that I would like ...
|
| Counting References/paragraphs of a given style?? | 09 Sep 2006 01:51 GMT | 4 |
We currently have a macro to loop through a document and cound "references" which are marked with a specifc style so that we can find them. The issue is that this code seems to be hanging Word and not sure why. Does anyone have any ideas on what the issue is or a better way to ...
|
| Loop throu bookmarks | 09 Sep 2006 00:21 GMT | 8 |
hello there i want to loop through bookmarks named com1 to com8 until finding the first bookmark with nothing in it and then go to the previous bookmark. so for example com1 to com3 have details in them but com4 does not search through the bookmarks find the first one with nothing ...
|
| Create and Delete a Button in Word Document - Need a macro | 08 Sep 2006 23:52 GMT | 1 |
I need to write a macros 1. To add a button in word document with a macro code associated with it 2. Delete the button When i add the button, the button should have a fuctionality to add the
|
| VBA Module: Time Limitation | 08 Sep 2006 23:39 GMT | 13 |
Our coder built our software as a VBA module for MSAccess. It is turning out to be a great software, we would like to be able to limit potential customers access to it for 30 Days, basically give them a working copy (Demo) for 30 days.
|
| Repeating Table Headers on Each Page | 08 Sep 2006 23:38 GMT | 5 |
In Word 2003 (using Visual Basic), I am attempting to programmatically create a table and fill the rows (which I have done successfully). Now I want the Table Header to repeat at the beginning of each page. I have tried the statement:
|
| Button on page to run macro | 08 Sep 2006 23:34 GMT | 3 |
Having transferred a module containing a series of subroutines from 'Normal' to a Word document I want others to be able to run two of the subs from that document since they will not understand how to transfer the module to their Normal file.
|
| VBA Code to Return Name of Word 2003 Template of Origin | 08 Sep 2006 22:15 GMT | 2 |
If I'm running a macro on a document that was created from a template, is there a way to have the macro find out the name of the original template document and store that name in a variable? Later in the macro, I want to base a margin change on the original template
|
| Select text with macro based on criteria | 08 Sep 2006 21:39 GMT | 9 |
I am a newbie trying to self teach VB. I am pretty useless so please be gentle. I am trying to write a macro to allow me to select text in MS Word based upon its case. I want to select all the text in the document that is in all
|
| Change name of active document with out saving it. | 08 Sep 2006 20:55 GMT | 1 |
I have a macro that opens up a word doc using a template. I rename the current "Document 1" that it automatically gets named with something like "2006.09.08 Phone Conv. ". I want this text to always be there so I just add in somthing unique at the end when I do a save as to a
|
| Converting Word 2002 macros | 08 Sep 2006 17:11 GMT | 7 |
When trying to open a project in the Word VBA screen I get an error that says: Title:Project Locked Message: Project Unviewable. How do I open it?
|
| picture captions | 08 Sep 2006 15:48 GMT | 5 |
I'm relatively new using VBA in Word2k, and wondering how I can find (in my application) the captions of all the pictures that are embedded? i.e. I have screenshots stuck in my document, and I have added captions (using the insert/caption... command). I would like to be able to
|