| Thread | Last Post | Replies |
|
| Removing "script" images from document after pasting | 12 Jan 2007 17:17 GMT | 1 |
I'm writing a little sub which will take pages/content which I copy from the web and paste into Word and clean it up a bit. I occasionally will see small, yellow images with a script or scroll picture in the Word document; I believe these are places where the original webpage
|
| How can I float one button set over multiple pages? | 12 Jan 2007 14:03 GMT | 1 |
I need to create documents in Word that use the Full Screen mode with 'Next' and 'Previous' pagination buttons to assist the reader. When I tried to add buttons (CommandButtonX) I found that I had to have a new button set for every page. I would like to create one set and re-use
|
| Creating a TOC with \c switch | 12 Jan 2007 13:19 GMT | 3 |
I am trying to create a Table of Contents with the \c switch, in the form of e.g. {TOC \c TBC}; using VBA. However, when reading the VBA help, the Add method to the TableOfContents object does not seem to offer this possibility. Any help appreciated.
|
| How to tell if User Defined Style is in use or not? | 12 Jan 2007 11:23 GMT | 4 |
I have a template which contains a bunch of bespoke Styles which ar copied to the current document via a macro. If someone using th template goes out of sequence and runs a macro that requires th presence of one of thses Styles but it hasn't been copied across yet
|
| If Then statement | 11 Jan 2007 22:44 GMT | 2 |
This is probably very simple. I have a ComboBox with 10 choises. Is it possible to get theese multipel choises down to a one line if statement. Something like this (but working) :
|
| Activate Program from excel worksheet cell | 11 Jan 2007 20:05 GMT | 1 |
Is there a way to double a cell (say A1) and activate a program Aloha Gordon
|
| Email macro in a template | 11 Jan 2007 14:32 GMT | 8 |
I have created a template that contains a macro that will save the document and then email it to 3 people. This all works fine from my xp prof system running office 2003. However, from a win 98se system running office 97, it sends an email with no attachment. This is all
|
| Saving a word document and removing the VBA Code in the process | 11 Jan 2007 09:05 GMT | 1 |
I've made 50 or so reports in Word which uses VBA code and SQL queries to gather data from a SQL server, and distribute this data in various tables etc. in the given report. These reports can be anywhere from 1 to 10 pages with tables and data from analytical analysis. When all ...
|
| How to update the hyperlinks with a macro/VBA | 11 Jan 2007 01:36 GMT | 2 |
Is there somebody that know a macro or a VBA that will verify if the hyperlink in a Word documents are still valid? Thanks in advance.
|
| Word 2008 (office 2008) and Visual Basic | 10 Jan 2007 23:59 GMT | 6 |
I have read a note by someone (not in Microsoft) saying that Visual Basic will no longer be available on the new Mac version, Word 2008, which will be released at the end of this year. Have checked MacTopia and the latest news releases from Microsoft, but
|
| Using the ContentControlBeforeUpdate event | 10 Jan 2007 21:51 GMT | 8 |
I am stuck in a problem since last Wednesday, and I run out of time trying different things to do what I want. What I want: We are currently implementing CRM, and I want to create a quote document and
|
| font color line based on character search | 10 Jan 2007 18:54 GMT | 2 |
I write a little VBA for excel and sometimes I want to print out the code and have comment lines print in their green color. However printing from VBA results in no color :(. I paste into word and print from there but the font color doesnt transfer. I was trying to write
|
| Goto Shape - on screen | 10 Jan 2007 17:59 GMT | 2 |
I have the following macro to convert shapes to InLine shapes but I can't see which shape is selected. How can I scroll to the selected shape on screen? Sub Obj_floating_to_inline()
|
| vba Save As no longer works on 50% of workstations. | 10 Jan 2007 17:24 GMT | 3 |
I wrote this vba Word macro which parses large muti-letter files into separate form letter files. This code has been working for a year with Windows XP, SP2, and Office 2003, SP2. Now 50% of the workstations no longer work and it seems to be something with this save as function:
|
| Using "If Not" with Find.Execute? | 10 Jan 2007 17:22 GMT | 4 |
Running a macro that has run fine on a new document, it now throws an error. The code is supposed to find some text, then capture the text immediately following. rngDoc2.Find.Execute FindText:="| 4. L5-"
|