| Thread | Last Post | Replies |
|
| Same activity within all tables | 16 Nov 2007 15:36 GMT | 2 |
I have some addresses and contact details which have been churned out by a database program, and I need to put them into a mail-mergable format. It was originally extracted as RTF, but now it is in Word, I find that each record is in its own little table, along with some
|
| Toggle Bookmarks | 16 Nov 2007 12:42 GMT | 3 |
What I'd like to do is remove bookmark marks in a document without removing them from global Word. I don't want to affect Tools, Options, View, Bookmarks - which will enable/disable for Word as a whole. I have made a template which uses bookmarks and I don't want the bookmark ...
|
| Nested With and For Each | 16 Nov 2007 10:16 GMT | 5 |
I have at the moment some code which allows me through a macro to make graphics visibile or hidden. I am trying to add some code which makes some bookmarks visible/hidden to be nested within the With that is already there. So in effect there will be 3 states and the macro will ...
|
| How can i transfer the song to my memory card? | 16 Nov 2007 10:14 GMT | 1 |
|
| Populate combo and mulitlist with same DAO source | 16 Nov 2007 01:47 GMT | 7 |
I am currently working in Word 2003 VBA UserForms. I could use a little help populating my multi list combo box with my DAO data (Excel). I have the code, thanks to the help of these groups, for populating a combo box. However I want to populate both a combo box
|
| Macro to Sort 5 Column Table | 16 Nov 2007 00:51 GMT | 6 |
Rarely writing macros, I forgot how to deal with the pesky end-of-cell mark. I need a macro to simply alphabetically sort a five-column table. Some quick help would be appreciated. Alan
|
| Hide/show bookmark through macro | 15 Nov 2007 21:20 GMT | 6 |
what would i put in to a macro to hide/show a section of text whichi is bookmarked? Using xp and w2007. Many thanks.
|
| selection of table | 15 Nov 2007 20:11 GMT | 2 |
I want to be able to do a particular thing "if a table selection exists". If it does not exist I want a little message box to appear saying "select the table first". What is the vba code for this?
|
| Styles & Formatting | 15 Nov 2007 19:36 GMT | 2 |
Is there a 'simple' way to remove from a selected text all its styles and keep the formatting? What I've tried so far with vba is: to loop on the BuildIn styles and then look for the text that uses the style. Then copy the settings of the selection, apply the Normal Style to it, ...
|
| creating our own template in VB | 15 Nov 2007 19:05 GMT | 2 |
I was wondering if i could get some help here. I was trying to set up a form in word document which is then saved as a template. This is my first time that i have attempted to do this. Thus, really need your guidance on this. So, i have created a form in the word document using ...
|
| Macro assitance for Letterhead | 15 Nov 2007 18:39 GMT | 2 |
Good evening hope this is the right forum for this type of quesiton... I have a letterhead template with a different first page than the subsequent pages. I have attempted to automate my letterhead, so I can add it after I have completed the verbiage from a blank document via a ...
|
| MailMerge with datasource=csv | 15 Nov 2007 15:52 GMT | 5 |
I created a mailmerge template. Now I wanne feed the template with a csv file. Is it possible to access a csv file with the CreateDataSource method ? Code sample ?
|
| Find with "While .Found" loop isn't moving to next found item | 15 Nov 2007 15:48 GMT | 4 |
Below is the code. I'm trying to find every instance of the character style "Index" in the document and insert an XE (Index) field in each case. What's happening is that the "While .Found" loop finds the first item, then finds it again, and again, etc., and I end up with many ...
|
| Setting a bookmark by macro | 15 Nov 2007 13:06 GMT | 7 |
Please could someone provide the code to do the following? Take the characters from the right of bookmarkA to the end of the line and name them bookmarkB. Thanks!
|
| Runtime Error 5981 Could not open Macro Storage error. | 15 Nov 2007 11:39 GMT | 2 |
I am getting the following error "Runtime Error 5981 Could not open Macro Storage" I'm running an Autoexec in the Word startup folder ( in a .dot file). I have another .dot in the Startup, it runs fine with no errors. It is
|