| Thread | Last Post | Replies |
|
| Content Control help please | 31 Jul 2009 22:30 GMT | 6 |
Is it possible for the selection of a certain value in a content control drop down list can either (1) cause a second CC drop down list to select a defined value or (2) cause text to be inserted at a bookmark in a specified location? I have two CC drop downs. First is "Name" and ...
|
| Activating a specific excel file | 31 Jul 2009 21:35 GMT | 4 |
I need to copy some data from excel into a word document. I copy a cell in excel go to the word document and paste the copied value into a table. the code copies the cell next to the previously copied one to word.
|
| sending in outlook | 31 Jul 2009 12:49 GMT | 1 |
I can't send email from outlook. I can receive messages, but get an error message for sending. I have deleted and reloaded my account but it still doesn't work. I can't see any reason for this happening and haven't done anything to any
|
| Who has a document open? | 31 Jul 2009 07:45 GMT | 2 |
I am using code below to check for a File Lock. I would like to know who has the file open. Is there an easy way to get this information please? Thanks Stephen
|
| Custom Caption (with Table Icon) Example..... "(icon) Table 1" | 31 Jul 2009 06:24 GMT | 1 |
Hello and thank you ahead of time. I'm trying to spruce up the look of my thesis. Using the "Insert Caption"... I would like to add an icon to the Table and Figure options, so when I label a Table as such, or Figure...
|
| TXT equivalent of a DOC range? | 31 Jul 2009 00:21 GMT | 1 |
I have a TXT file I'm using to find certain sentences in a Word document. Is there any function that returns the ANSI value of a range? I'm not sure if that's the correct terminology. If I saved the DOC in TXT format using SaveAs, I'd have something closer to
|
| Format a file created by FSO.CreateTextFile? | 31 Jul 2009 00:21 GMT | 27 |
I've got a very long file which is a string of docs that need to be broken out and saved as individual docs. I can do this with either Word's Document.Add and SaveAs or by using FSO.CreateTextFile. I have to strike a balance between two issues, or find a better
|
| Title Field in Summary tab | 30 Jul 2009 21:19 GMT | 2 |
I am not a programmer but must develop a macro that verifies a user has filled out the Title field under the Summary tab in the Properties dialog box. Every time a user saves the document, it must display the dialog box if the title field is blank. This is for Word 2007. Any ...
|
| Open event being intercepted by IE7 despite browserflag setting | 30 Jul 2009 20:15 GMT | 2 |
Applications involved: Word 2003, Windows XP, IE7, GroupWise 7.0 (no integration) When we send a link to a Word document via e-mail, we can click the link and the document will open in Word. The issue arises when macros exist. With
|
| Insert text into a table unprotected section of a protected document | 30 Jul 2009 20:06 GMT | 4 |
Hi. I am using Word 2003 and have a document that has 3 sections. I have the first section protected leaving the other 2 unprotected. In one of the unprotected sections I have a table. I have a macro that uses a loop to populates that table. Code is:
|
| embed images in word document | 30 Jul 2009 19:59 GMT | 4 |
I currently have some code written to automate the creation of a word document via Python. My code exists to import a bunch of static html into a word doc, create bookmarks, etc... It all works out really nice and boils down (mostly) to using the call below for each static html ...
|
| Can I use Timer past midnight? | 30 Jul 2009 18:52 GMT | 2 |
I'm trying to create a macro that will meter a mail merge over several days, but it looks like the Timer function is counting the number of seconds since midnight. Does this mean that it will reset at midnight, or will it continue processing until the macro completes its
|
| Word and Excel VBA help wanted. | 30 Jul 2009 15:25 GMT | 1 |
I have done a copy and paste of an Excel workbook into Word and now would like to write a VBA code that will reduce the height of the cells and put the Word document into two columns. Once it is in two columns I need the second column to start 9 spaces down. I even tried to ...
|
| Macros search same word again and again.Help | 30 Jul 2009 12:04 GMT | 4 |
I got find and replace as shown below. The word I desire to find is dialog and replace the word with dialog box. As I run the macro, it correctly finds the word dialog, and replaces with dialog box. When I run it again, it again finds dialog in word "dialog box" and
|
| Using Arrays In Macro To Find And Replace ?? Help. | 30 Jul 2009 11:09 GMT | 2 |
I got the code below. The code works perfectly fine. But this code does not check the words sequentially. Instead it searches one at a one ie. as you can see the array(1,2) is pen. So macros searches pen in the whole doc one by one and replaces it. Notice in the array (2,1) is
|