Word 2000 Macros and Variables

H

Hansford cornett

I added art 82111 processes Character for character to a macro to copy text
from the clipboard to string variable and it is not working. I am getting
error Only Text can be added after End Sub and it stops and highlights the
first line
Declare Fuction Close Clipboard Lib "user32" () As Long

Any suggestions.....need help!.
 
J

Jean-Guy Marcil

Hansford cornett was telling us:
Hansford cornett nous racontait que :
I added art 82111 processes Character for character to a macro to
?????

copy text from the clipboard to string variable and it is not
working. I am getting error Only Text can be added after End Sub and

Hmmm, do you have something *after* an End Sub statement?
it stops and highlights the first line
Declare Fuction Close Clipboard Lib "user32" () As Long
...................^^...
Did you mean Function?

--
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
[email protected]
Word MVP site: http://www.word.mvps.org
 
Top