| Thread | Last Post | Replies |
|
| Suppress "file is in use" message | 29 Jun 2004 14:51 GMT | 2 |
Is there a way in a vb macro to suppress the messagebox that a file is used by another user, i.e always open it as read_only? I tried on error and displayalerts but both don't work Win2K, Word2k
|
| How to check word is installed | 29 Jun 2004 14:27 GMT | 3 |
I am creating a VB application to add custom dictionary in word. In that i want to check whether word is installed. Also check for the version whether its 97/2000/XP. How can i do this.. ? Rgds Jinu
|
| creating TOC based on style, heading, title | 29 Jun 2004 13:43 GMT | 6 |
Hi JulieD! 'julie@hcts.net.au' I came across your post while searching to find suggestions on building a TOC based on heading style and title. http://groups.google.com/groups?q=julie%40hcts.net.au+toc&hl=en&lr=&ie=UTF-8&sco ring=d&selm=uL45oU49CHA.1616%40TK2MSFTNGP11.phx.gbl&rnum=5
|
| Clear Clipboard | 29 Jun 2004 13:32 GMT | 13 |
I copied this macro to (clear the clipboard) from the MVP FAQ site. But it doesn't work. (This is the first listing after a search for "clipboard") Dim MyData As DataObject
|
| Where is the archive for this newsgroup? | 29 Jun 2004 11:58 GMT | 2 |
Sorry if this is a dumb question but I'm trying to find the archive to see what questions have been asked (and answered). Cheers, Michael
|
| Do While or While & Selection or Range (REPOSTED AS PER REQUEST) | 29 Jun 2004 09:01 GMT | 5 |
I've written some code to check the character style in paragraphs and 'do stuff' based of the style found. First question: Is it better to use the 'Do While' clause with this (which I'm thinking it might be). Second Question: Is it better to use range instead of selection, and ...
|
| image into table | 29 Jun 2004 06:11 GMT | 10 |
the code below is inserting an image into a table in the document my problem is when the userform is recalled and anew image inserted or for that case the same image is reused a table in reinserted into the document so I'm getting a table inside a table
|
| Use of connectors in Word 2000 | 29 Jun 2004 04:22 GMT | 2 |
Howdy All, I'm putting together some simple graphics, in which names (provided in textboxes) will be associated with certain shapes (rectangles, chiefly). To make the association obvious, I'd like to be able to draw a connector between the textbox and the rectangle. In the ...
|
| User form for sales proposal | 29 Jun 2004 02:42 GMT | 3 |
Need some assistance - I have a sales proposal which I have bookmarked all the different sections. I would like to be able to create a form where the sales person simply checks off which sections they want in the proposal and
|
| Position of dialog using SHBrowseForFolder | 29 Jun 2004 00:00 GMT | 1 |
It keeps appearing up in the upper left of my screen. Is there an property of BrowseInfo that I can set to make it centered? Is there some other way to set the position of it? Seems odd to me that it positioned up there.
|
| How do I convert a date to unix-format | 28 Jun 2004 23:57 GMT | 1 |
I need a VBA function to convert a date (e.g. 06-28-2004) to UNIX-format (e.g. 1088433541) Can anyone help me? Thanks
|
| Macro misfires after move to Word 2003 | 28 Jun 2004 21:21 GMT | 2 |
I was using the code below on a Win 98 machine running Word 2000. It worked fine. I am now trying to run the same code on a Win XP Pro machine running Word 2003. The macro seems to insert all the includetext fields just fine, but instead of ending after the last insert, it goes ...
|
| double spacing content of TOC | 28 Jun 2004 19:47 GMT | 2 |
I have the code to insert a TOC, does anyone know how tomake the content of the TOC double space? _______________________________________________________ With ActiveDocument
|
| Using Word Fields | 28 Jun 2004 19:46 GMT | 1 |
Hey everyone, I have a VBA form where the user will enter all sort of data. Based on that data, I replace certain words in pre- defined Word document. I have no problem with. I do a
|
| Running Macros in Word | 28 Jun 2004 18:44 GMT | 1 |
I have many 1000s of documents which I want to open, find and delete pictures, save, close and move on to the next. The documents are stored in History files organised into folders so the macro needs to locate all files within these subfolders.
|