Welcome to all transcriptionists! The steno reporter's Brief Club made me think, Why not share our knowledge of how to make ourselves more productive too?
I am trying to set up Word to work similar to the CAT software I have been using. At least I have the Q and A down! (I think!)
Sub Q()
'
' Q Macro
'
Selection.TypeParagraph
Selection.TypeText Text:="Q. "
End Sub
Sub A()
'
' A Macro
'
Selection.TypeParagraph
Selection.TypeText Text:="A. "
End Sub