| Thread | Last Post | Replies |
|
| Why does my macro reset? | 05 Oct 2005 22:52 GMT | 8 |
I'm using Word 2000. I'm trying to open a document and set an object to it. The doc opens fine - and then the macro resets! I'm stepping through with F8 - when it executes the Open statement, the doc opens, and the next toggle of the F8 key takes me back to the Sub line. What did ...
|
| Open Excel when a Word doc is opened | 05 Oct 2005 20:18 GMT | 1 |
New to this VBA... is there a way to have Excel load and open a worksheet automatically when I open a specific Word document? Thanks for any guidance... Lost in Juarez
|
| Calculating in Forms | 05 Oct 2005 18:41 GMT | 8 |
I'm trying to calculate form fields and am having a heck of a time. The form fields I am trying to calculate are defined as number fields, fill in enabled, calculate on exit. The thought is to have users fill out a form, and have certain fields calculated. The syntax I'm ...
|
| Code Example: Create a custom footer for all employees in a corperate Network | 05 Oct 2005 18:14 GMT | 4 |
Ok, because I had spend a couple of houres with this topic and I think I am not the first or last person who is interested in this, I will post a little Howto:
|
| VBA Sending Contact from Word to Outlook: Folder Specific Question | 05 Oct 2005 13:56 GMT | 1 |
In the code below, form field data is leaving Word and going to an Outlook contact list. Everything works EXCEPT it puts the new contact in my default contact folder instead of the custom folder... can anyone identify what I did wrong?
|
| Find and Replace | 05 Oct 2005 12:52 GMT | 2 |
I have some code that is going in a contiunious loop. I want to find some text Replace it with a hyperlink Then change the display name of the link
|
| Plain Text appends mystery data to file | 05 Oct 2005 10:26 GMT | 1 |
Using word 2003, we have a massive archive of legacy text files; plain DOS text files that I've given users a UI for opening up in Word. If the user makes a change to one of these files, some of the documents consistantly append the following data to the end of the text file when ...
|
| close but need some help with form | 05 Oct 2005 04:59 GMT | 1 |
I would like for a user to input a word into a form and then a second form appears that asks what to link to. I have (i think) the code so that if a word in this case "ability" is found it will replace all occurances of "ablity" with a hyperlink (c:\test.txt). What i need is to ...
|
| Selecting first line of a page | 05 Oct 2005 02:21 GMT | 4 |
Second question, sorry to be cheeky. Whats the line of code to assign the first row of a page or first row of a document to a variable? Thanks
|
| need help writing a macro to insert a slash in between words | 04 Oct 2005 19:15 GMT | 5 |
I need to write a macro (or somehow otherwise automate this task.) I need to insert a slash mark after every twentieth word of continuous text. In other words, in a paragraph of text, a "/" would be inserted in between words 20 and 21, between words 40 and 41, between words 60 ...
|
| Can an index return the section heading instead of page #? | 04 Oct 2005 18:33 GMT | 2 |
I have a 200 page document which is a compilation of essays that are 1-3 pages in length. Each essay has a tile. I am using a concordence file to index the document, which returns a page number for my items. This is working fine.
|
| Protecting doc (while allowing filling in forms) allowed only in design mode? | 04 Oct 2005 18:26 GMT | 2 |
Word 2003. I have a simple document with a form using radio buttons from the Control Toolbox. After design, I click "exit design mode" from that toolbar.
|
| Making a data string object for VBA | 04 Oct 2005 18:09 GMT | 2 |
I have an item of data that I want to evaluate whether it is true or false and then process, but I'm having a problem... at the moment I have: Private Sub CommandButton2_Click() Dim UFno As Integer
|
| Make image same size as cell using VBA | 04 Oct 2005 17:52 GMT | 2 |
I have a template with some tables and bookmarks. With some code i add an image to one of the bookmarks (within a cell) Now i'd like to use VBA to make the image the same size as the cell. Until now i have this code:
|
| macros | 04 Oct 2005 17:36 GMT | 1 |
I have a template with several macros that works great until I close it. Reopen the template and the macros no longer work. I created a toobar with the macros on it but that didn't work either. What has to be done to get macros to stay with a document when
|