| Thread | Last Post | Replies |
|
| Activeworkbook keyword seems to fail | 28 Oct 2003 10:03 GMT | 1 |
Here's my problem. I've made an add-in that is used as a base library for a number of Excel reports. It all works fine when I run Excel in the usual way. But I can also start my Excel reports from my private web application. In that case, Excel is started in internet explorer, the ...
|
| Updating clipboard | 28 Oct 2003 00:29 GMT | 1 |
I have a macro that copies a chunk of text to the clipboard, then makes a shell call to a Perl script, which heavily modifies and truncates the clipboard content. Then the macro saves the modified clipboard to a variable and outputs it in a msgbox.
|
| Macro Virus Protection | 27 Oct 2003 22:13 GMT | 1 |
We are rolling out Office XP and need to be able to set the Macro Virus Protection to medium as a default. Unfortunately, you can't set it in the Normal.dot and you can't write a macro that will set it. Any other way to
|
| dismissing dialog box automatically | 27 Oct 2003 22:10 GMT | 2 |
Someone pointed out recently how to dismiss a dialog box automatically after a certain period of time, but I can't find my record of it. Can anyone help me on this? Larry
|
| Encrypting macros in protected word forms | 27 Oct 2003 21:59 GMT | 1 |
When putting together forms for use by more than one person is there a way to encrypt the macros so that they cannot be tampered with? Thanks
|
| Runtime error with MS Word documents | 27 Oct 2003 21:33 GMT | 1 |
We have an application written in Visual Basic using
> Office Word to print documents. After using the > application for a while and printing documents, the > customer will print a document and get an error message |
| Copy and paste | 27 Oct 2003 21:23 GMT | 2 |
In Word 2000 when I made a copy and paste using vba from one document to another the Style was copied with the text...... The style is not copied with the text in XP...... Can somebody tell me why ? and how to get around it ?
|
| Protected forms in Word. | 27 Oct 2003 19:48 GMT | 2 |
Is there anyway to create a macro to have the text in a text box of a protected form word wrap?
|
| Word Add-In Keybinding | 27 Oct 2003 18:04 GMT | 3 |
I'm working on a Word Add-In written in VB 6.0. My question is. If you want to assign a keybinding (like you would to a macro in VBA) how would you do that from the add-in? What would the "command:=" syntax be?
|
| put VBA code into VB | 27 Oct 2003 18:01 GMT | 2 |
I'm trying to put a VB word macro into VB. It involves word specific variables and properties like Word.Range, wdFieldSet, Application.ScreenUpdating and ActiveDocument.PrintOut. I'm using VB .net, but it does not recognize these variables and properties. Does anyone know what ...
|
| Find/Replace on last page of doc only | 27 Oct 2003 17:29 GMT | 2 |
I have a large Word XP doc that is being built by a VB.Net project. Content is inserted into the document and then a Find/Replace is done to replace certain terms. Because of the length of the document, the Find/Replace
|
| adding tables | 27 Oct 2003 17:27 GMT | 1 |
Can anyone tell me how to add a table at a specific location? e.g. I have a text in a template document "<table1>" which has to be replaced by a table (e.g. 3 rows with 3
|
| Disable macros out of process | 27 Oct 2003 17:21 GMT | 2 |
I have a Word doc that contains a macro. Under a particular user context I am able to disable macros for the user and have no problems opening the document in Word without the macro running.
|
| Another Userform question | 27 Oct 2003 17:10 GMT | 1 |
Hello, I am new to writing script/forms for Word. I normally do Excel, but there seems to be a few differences(hee, hee). Anyway, I am creating a userform to have personnel at my
|
| macros | 27 Oct 2003 09:27 GMT | 1 |
Every time I open a new windows doc. I get the followinf message: the micros in this projectare disabled. please refer to the online help or documentationof the host application to
|