| Thread | Last Post | Replies |
|
| Function converting Binary numbers | 11 May 2004 14:45 GMT | 5 |
I got this function converting binary numbers (string form) into decimal numbers (integer form). ----------------------------------------- Function Bin2Dec(Binar As String) As Integer
|
| Load an addin programmatically | 11 May 2004 14:21 GMT | 3 |
I know this is a Word newsgroup, but can anyone tell me how to programmatically add/load an addin when PowerPoint starts using VBA? I have used examples found on the Web. However, everytime I try to execute the code, I receive the error: "Invalid Outside
|
| Opening Many Documents | 11 May 2004 09:28 GMT | 2 |
I would like to open many documents into one document. The only way I can figure out how to do this is by cutting and pasting. Is there any way to have a document append to an existing document instead of opening as a
|
| Word Macro | 11 May 2004 08:07 GMT | 1 |
I seek suggestions for a Word macro to accomplish the following, preferably one "nee" name at a time. 1. Sample starting list: ABEL, CORNELIUS H. 01/06 4C
|
| How to declare variable properties? | 11 May 2004 06:06 GMT | 1 |
Sorry I am a macro idiot. How to declare variable properties? [PS: I tried to use "search" in http://word.mvps.org/Search/index.htm, but an error was always no matter what I keyed in]
|
| Application.Run calling macro with parameters in other template | 11 May 2004 03:05 GMT | 9 |
I am having difficulty in trying to call a macro with parameters that resides in another template file. While trying to track this down, I simplified things to the code illustrated in the two subroutines I've included in this message. If I include the project name in the MacroName
|
| Template Wizard Creation | 11 May 2004 02:29 GMT | 1 |
Could someone please point me to a website or instructions on how to create a Word Wizard or if i have the right discription. I have a letter i need to create however their are 7 different paragraphs i could include in the letter in different combinations. I want to be able to
|
| Where am I on the page? | 11 May 2004 00:51 GMT | 3 |
I'm doing a find/replace using VBA and I only want the code to run through the document once from top to bottom and was wondering if there was a way for me to set the cursor on the first line, run through and do the checks then when the checks are finished exit the sub?
|
| Table of Contents or NOT? - Advice Needed | 11 May 2004 00:43 GMT | 2 |
Win2k Office 2000 I'm really in need of advice more than anything else. I have a document where throughout the document you will find text such as the following:
|
| Can TextBox be in a Date format | 10 May 2004 23:35 GMT | 1 |
I have a userform and several of my variables will be dates (ie. ConsultDate). Would it be in the code that I should declare the variable to be a date - I thought this would be how to do it, but I am getting a 'time' in the
|
| macros does not print | 10 May 2004 21:11 GMT | 3 |
We have a business letterhead that is written as a macro. Works great! BUT...we have 1 XP machine that when he runs the macro, it shows up on the letter, as it should - BUT will NOT print. Whenever he prints, it ends
|
| calendar week | 10 May 2004 20:03 GMT | 1 |
I' m looking for a date or calendar objekt/funktion that provides the following: - I have a date(e.g. 5/20/2004) and want the corresponding calendar week of this date.
|
| Pausing a macro | 10 May 2004 17:48 GMT | 3 |
Is there a way to pause a macro and then have it resume-- like a spellcheck command would do, once it finds the error and then wait for the user to fix the error and then allow them to continue with their spellcheck?
|
| individual subs from within VBA | 10 May 2004 17:24 GMT | 16 |
Using Word, I get values from an external file, assign these values to variables (5) and want to make subs based on these variables. (I need to re-get the values an indetermine number of times -- based on the external file, which changes daily.)
|
| speed issue with word 2002 | 10 May 2004 17:04 GMT | 1 |
Hope this is the correct newsgroup. I've just bought a new dell computer (fast) with word 2002 - I'm used to using 2000. when using this new version I find myself often typing ahead of the screen. It seems that every tenth word or so the computer pauses a second to (do something) ...
|