|
macros and SharePoint WSS document libraries
Hi,
I am new at macros. I have a macro that is stored in a document project
in "this document". When run, the macro opens a second document and
passes values entered by the user into the first document into
corresponding fields in the second document. This works well from Word.
Now, the first document is used as a template in a document library in
a SharePoint WSS site stored in the Forms ...
|
2 |
08.10.2005 03:03:22 |
|
the meaning of Err
hi,
How can I know the detail from Err?
Regards
...
|
3 |
07.10.2005 21:55:41 |
|
Macro Help
Hello all,
I'm trying to write a macro that will run upon exiting a dropdown box in
a protected word form. What I'd like to do is, when a user chooses an
option in the dropdown box other than the fist choice, the text in the
box is changed to bold. So far I have this code:
ActiveDocument.Unprotect
Selection.Font.Bold = True
ActiveDocument.Protect wdAllowOnlyFormFields, NoReset
T...
|
7 |
06.10.2005 12:24:16 |
|
Error Handling
Hi all,
In order to reduce the size of the DOC, I compile all macro functions in
DLL. But not all users installed that DLL. So error maybe come out from "
Set obj = New myProject1.class1" while users try to run the macro.
"On error goto FineError" statment seems cannot handle the error from that
statment. So what can i do?
Or how can I check the exist of my class "myProject1.class...
|
3 |
06.10.2005 01:07:54 |
|
close but need some help with form
Greetings.
I would like for a user to input a word into a form and then a second form
appears that asks what to link to. I have (i think) the code so that if a
word in this case "ability" is found it will replace all occurances of
"ablity" with a hyperlink (c:\test.txt). What i need is to populate those
variables with what a user inputs.
Please help
Thanks in advance.
Sub FindA...
|
2 |
05.10.2005 03:58:41 |
|
macros
I have a template with several macros that works great until I close it.
Reopen the template and the macros no longer work.
I created a toobar with the macros on it but that didn't work either.
What has to be done to get macros to stay with a document when
reopening, saving or sending to another person.
Any help appreciated.
dlw...
|
2 |
04.10.2005 16:36:18 |