| Thread | Last Post | Replies |
|
| Opening a browser from Excel | 26 Jan 2005 20:17 GMT | 2 |
Is it possible to open a new instance of internet explorer with a command button and pass it an address from an text box in excel? If so, can someone please give an example of syntax? TIA,
|
| Keeping a User Form on Top | 26 Jan 2005 19:25 GMT | 5 |
Word 2000 Is there a way to keep a user form on top of all windows so that it will always be displayed, even if the user switches to another application? --Tom
|
| VBA - Delete words not Bookmarks | 26 Jan 2005 19:05 GMT | 1 |
Okay, I have some code which is deleting text at 6 different bookmark points. I want to just delete the text, and not the bookmarks. For some reason the first text at the first bookmark along with it's bookmark is deleted when the code is executed, however the remaining
|
| How do I add a Submit buttom to a Word file? | 26 Jan 2005 18:00 GMT | 1 |
I am trying to add a button at the bottom of a survey created in Word so that when clicked the survey will be sent to an email address without having to save the file and attach it to an email. Is this possible? Thanks
|
| My startup group | 26 Jan 2005 17:23 GMT | 3 |
I have written a simple macro which uses a 'public' folder to populate the contents of a userform combobox as below (this was written with the help of "Veign"). I have made this into a .dot (template) and changed the file location of the startup folder, on the two different ...
|
| Word 2003 Macro | 26 Jan 2005 16:47 GMT | 2 |
When I try to insert database and select a comma separted file, it inserts file in table format. But if I record all the steps for above action and try to run that macro, it is giving me following error: This operation cannot be completed because of dialog or database engine
|
| dismiss dialog box in word 2003 | 26 Jan 2005 15:39 GMT | 7 |
I am using VB6 and trying to save an html file as a text file. Word keeps prompting me with a dialog box stating "Linked style sheets are only supported in web format files. By saving to this format, all links to style sheets will be lost."
|
| Macro | 26 Jan 2005 14:53 GMT | 1 |
I have a question about Macro. Are there any setting/button available to let me execute my macro with a number of times which is inputted? I do not want to make some to do loop inside the macro, but instead i would like to ask if there are existing feature / function to do this ...
|
| Insert bookmark at end of document | 26 Jan 2005 14:18 GMT | 4 |
I,m trying to insert a bookmark at the end of a document. I tried several things but nothing works. I'm working with word 2000 this is the code i'm using Dim pRange As Word.Range, Hdoc As Document
|
| How to suppress/disable the Windows Prompts in VB.NET. This prom. | 26 Jan 2005 14:04 GMT | 2 |
I am trying to open Word Documents randomly from a Database using VB.NET. My local machine has a Word Template Version 5.x and the Database contains Word documents belonging to both Template Versions 5.x and 6.x. So when my code tries to open a word Doc of template version 6.x , ...
|
| novice: printing name of document templates form word doc's | 26 Jan 2005 13:24 GMT | 2 |
dear vba gurus, i have to print the name of all documents templates of a great number of word doc's found in a certain directory. in a loop i'd like to open all doc's in a certain directory, read the
|
| Use VBA to automate Send to Mail Recipient (HTML) Subject | 26 Jan 2005 10:33 GMT | 2 |
I have a word document that I want to send in HTML format, so the easiest way to do this is to select File | Send To | Mail Recipient. I want to fill in the Subject based on content in various Bookmarks in the Word doc itself, but can't work out how to do this.
|
| OT: putting list into table | 26 Jan 2005 08:19 GMT | 2 |
I guess this is off topic and I would appreciate if you could point out the correct forum for this question. I have a (very) long glossary that I need to transform into a table form. (See structure below.)
|
| Wordbasic conversion | 26 Jan 2005 04:46 GMT | 5 |
I am assisting a customer currently using Word 2002 on a Windows 2000 system. She has a counter macro that is not working like it used to, probably because she recently was upgraded from Word 2000. The macros are old because they are in WordBasic format and I was worndering if ...
|
| Letting others use routines I've written | 26 Jan 2005 01:48 GMT | 15 |
My VBA programming has always been only for myself, up to now. But I've created a document conversion program that is needed by others, and I cannot get it to work on their computers. I copied the template to a network drive, then copied from there to Word's Templates directory ...
|