S
salty_gu_ru
Hello,
I’m trying to get a macro I created in MS word to work in Access. All it
dose is insert repetitive a sentence into your text by hitting a button on
the tool bar. It would be a real time saver for me in Access if I could
click a command button to insert a pre defined sentence at the cursor, among
my own text in a field. If their is better way to get the result im looking
for I am all ears.
Here is the code from word I’ve been tinkering with no result. Please Help.
Thanks.
Sub Macro1()
'
' Macro1 Macro
' Macro recorded 11/14/2006 by Stephen
'
Selection.TypeText Text:="Sample Text"
End Sub
I’m trying to get a macro I created in MS word to work in Access. All it
dose is insert repetitive a sentence into your text by hitting a button on
the tool bar. It would be a real time saver for me in Access if I could
click a command button to insert a pre defined sentence at the cursor, among
my own text in a field. If their is better way to get the result im looking
for I am all ears.
Here is the code from word I’ve been tinkering with no result. Please Help.
Thanks.
Sub Macro1()
'
' Macro1 Macro
' Macro recorded 11/14/2006 by Stephen
'
Selection.TypeText Text:="Sample Text"
End Sub