S
StargateFanFromWork
I'm still grappling with vb code. I try to avoid the code that needs
selecting even if the recorded keystrokes give that. How can I get the same
results as below without using "Selection", pls?
****************************************************
Sub Uppercase()
'
Selection.WholeStory
Selection.Range.Case = wdUpperCase
End Sub
****************************************************
TIA. D
selecting even if the recorded keystrokes give that. How can I get the same
results as below without using "Selection", pls?
****************************************************
Sub Uppercase()
'
Selection.WholeStory
Selection.Range.Case = wdUpperCase
End Sub
****************************************************
TIA. D