| Thread | Last Post | Replies |
|
| Capture insert new row in table event | 04 Aug 2006 22:42 GMT | 2 |
Is it possbile to capture the insert new row (above or below) event? When they add a new row I want to add bookmarks to the cells? Any help/direction is much appreciated. Thanks
|
| Apply a Template to all documents in folder and subfolders | 04 Aug 2006 19:50 GMT | 1 |
I have created a template that I would like to apply to all documents in a specific folder and its subfolders. Is there any way to do so programatically? Any help would be appreciated. Thanks,
|
| Advice on how to access and update Word .docs located on a central web server | 04 Aug 2006 17:31 GMT | 2 |
Hey Folks, I've been handed a potential design and I have no experience with such a scenario: We are looking at putting Word .docs on a central web server. Barring
|
| add 28 days from present date | 04 Aug 2006 14:57 GMT | 1 |
I need to add 28 days from todays date to a field. ex: Todays date is 8/4/2006, in the next box (or field) I need to show 28 days from now which equals 9/1/2006.
|
| Hyerlink Modification help needed | 04 Aug 2006 14:19 GMT | 3 |
I have a several hundres pages with content in the following format: <text as hyperlink><1 empty space><any text any size> I want to have it converted to somehting like the following: <Text from oringal hyperlink astext>
|
| Can someone give some pointers for creating a userform? | 04 Aug 2006 14:17 GMT | 4 |
I have a nice collection of macros, so I thought I would start to look into making a userform. Regularly, I need to run a few macros on a group of files. I have created a macro that does this, but I need to go in to in VBA and manually edit the folder to look in and then enter
|
| Saving an embedded image from word to local disk using VBA. | 04 Aug 2006 14:16 GMT | 1 |
How can I save an image to a specific directory which is embedded in a word document using VBA.
|
| Error handling in VBA code | 04 Aug 2006 12:11 GMT | 3 |
I've developed the following function to test if some style does exist in a document: Function xstyle(aStyle As String) As Boolean Dim sty As style
|
| Auto macros | 04 Aug 2006 12:03 GMT | 1 |
I am trying to do Auto Macros in a different template than the normal.dot. I create a module called AutoClose or AutoExec or AutoNew and within those modules I have a sub Main(). None of these macros will run unless I place them in the normal.dot. I can't have them in the
|
| File Name Return? | 04 Aug 2006 09:37 GMT | 1 |
I'm working with the Word 2007 beta. Does anyone know if it is possible to get the dialog to return the selected file and path name after a user selects a file in the wdDialogFileSearch dialog? If not, is there an equivalent way to prompt the user for a file name, returning the ...
|
| Word 2003 cannot open Word 2000 Document | 04 Aug 2006 06:23 GMT | 1 |
I have word documents created using Word 2000 SP3 which works fine on all office 2000 PC.s but i am having a problem opening the document on office 2003. the following error appears: Word experienced an error while trying to open this file
|
| FileSearch | 04 Aug 2006 01:31 GMT | 5 |
I wrote several macros in Word 95 and 97 which were searching for files with specific words in the file text, but I cannot convert them into Word 2003 or write new macro in Word 2003 of this type. I cannot insert words for search into the "text or property" property in the ...
|
| Adding complex cross-reference | 03 Aug 2006 23:59 GMT | 3 |
I tried searching for a solution to this, but I haven't been able to hit the magic string of key words that might hit on a solution. I have a table that lists the subsection number, the heading text, and the page number for each subsection. Right now I'm doing it manually by
|
| Auto Split/Save document into multiple documents - Is this possibl | 03 Aug 2006 22:58 GMT | 2 |
E.g. 100 page document that I want to save into 10 separate files of 10 pages each. File 1 - pages 1 thru 10, File 2 - pages 11 thru 20, etc. Is there an easy way to do this kind of thing? Any help would be appreciated greatly
|
| multiple copies in different printer trays | 03 Aug 2006 21:48 GMT | 1 |
I need help........ I have a word template and want to print 3 copies, where the first copy goes to tray 1 and the remaining copies to tray 2 of a printer. Can someone help me.
|