| Thread | Last Post | Replies |
|
| Update Hyperlinks with VBA | 26 Jun 2008 19:44 GMT | 1 |
I have a document with about 100 hyperlinks. Unfortunately, they all point to the old LAN structure we had. What I would like to do is highlight the text used for the link, copy that and create new hyperlinks similar to the following:
|
| Filling Dynamically Created Textboxes | 26 Jun 2008 19:36 GMT | 3 |
I was lucky enough to find a way to create Textboxes on a form at runtime: (The Textboxes are in a frame called: fr_Velden) int_CTop = 10 For y = 1 To (N * 2)
|
| Continuous Numbering of Pages Across Files | 26 Jun 2008 16:58 GMT | 3 |
I'm trying to consecutively number pages across a large number of files that are all in the same folder. I'm trying to use the IncludeText field tip that Cindy Meister mentions on her website but I'm running into all sorts of weird problems. I've had this working on a few files ...
|
| Counting Rows of a table with a twist | 26 Jun 2008 15:31 GMT | 10 |
I have a document with many tables. I want to have a button or checkbox or radiobutton located in the upper-right cell of each table so that upon clicking on it, all of the rows within the table hide, except for the first row.
|
| remove warning when updating linked excel chart-objects | 26 Jun 2008 12:56 GMT | 3 |
I have a word-document with several charts that are linked to an excel file. When I open the doc a warning appears asking whether I want to update the objects. Can I get rid of this?
|
| Block a document from email | 26 Jun 2008 10:34 GMT | 4 |
I would like to know how to block a document from being emailed, for example if it had a specific word in it - maybe in the properties. I don't really want to lock the document and I wondered if there was a way of coding a template to block it from email. Does anyone know if ...
|
| change font color macro | 26 Jun 2008 00:49 GMT | 8 |
In Word 2003, I've written a macro to change specific parts of the text in a document to Dark Red (RGB 128,0,0) with a Find/Replace. I tested and created the Find/Replace first, then duplicated the actions to record the macro. When I do the F/R manually, it works just fine; it ...
|
| cycle through embedded excel chart objects in code | 25 Jun 2008 22:53 GMT | 2 |
I have a doc with several excel object charts. Can I cycle through these in VBA and change the location of the source file (excel file)? I need this so the pair (word and excel file) will work even if I move them
|
| same style but with different name | 25 Jun 2008 22:39 GMT | 9 |
I have an issue with style and formatting in word template. In the template, i have set a style (outlined number) called "Section Heading 1". Then, i have created an autotext which has the same style with the same name. So when i insert the autotext into the template, i got 2 of ...
|
| Save userform data | 25 Jun 2008 22:23 GMT | 8 |
I have a userform with a lot of data (text boxes, check boxes, option buttons). When the doc file is saved, these values are lost. Is there any way to include a subroutine that would save these values to a txt file (without using doc form fields) and allow the information to be ...
|
| No Events for Dynamically Created Checkboxes? | 25 Jun 2008 19:58 GMT | 2 |
I get the error: "Object does not source automation events" when I dynamically create a checkbox withevents. i.e. Inside a class object I have: Private WithEvents ochkInjury As CheckBox
|
| Word 2007 DocVariable losing vbCr on File Close/Open | 25 Jun 2008 12:07 GMT | 5 |
I am storing data from a UserForm in a Word 2007 document in DocVariable fields. Some docvariables are being loaded from multiline textboxes via code like: ActiveDocument.Variables.Add "v1", TextBox1.Text
|
| New Page Event | 25 Jun 2008 11:58 GMT | 3 |
I'm looking for a "new page" event, which insert a text box whenever user add a new page. Is that possible? Thanks,
|
| Where else can I go for word programming support? | 25 Jun 2008 10:30 GMT | 3 |
Can anyone recommend other venues for word programming support? I've been stuck on an issue for a couple of weeks, and for the first time have not found a resolution by posting here. Are there other forums or newsgroups where it'd be appropriate to post word programming ...
|
| A Powerpoint VBA question | 25 Jun 2008 09:14 GMT | 5 |
I'm asking a Powerpoint VBA question on this group, as I cannot locate a Powerpoint VBA group. I'm using Google Groups. Is there a way I can make all images in the active slideshow the same fixed position and size? I'm thinking of something along the lines of
|