D
Dana
I'd like to automatically convert auto list numbers and auto list
bullets to hard type. I.e., 1,2,3 in auto list numbers become actually
typed 1,2,3 and the auto generated bullets become a hard typed bullet.
I found in this list how to use the VB
"ActiveDocument.ConvertNumbersToText" command and am trying to put
this in a macro. I can get the macro to work by auto recording the
keystrokes but when done, the macro leaves the VB Editor on the
screen. How can I tell the macro to close VB Editor? My simple macro
looks like: Sub ReplaceAutoGeneratedNumsWithTypedNums()
'
' ReplaceAutoGeneratedNumsWithTypedNums Macro
' Macro recorded 1/18/08 by me'
ShowVisualBasicEditor = True
ActiveDocument.ConvertNumbersToText
End Sub
Also, is there a comparable VB command to convert auto list bullets?
Thanks
bullets to hard type. I.e., 1,2,3 in auto list numbers become actually
typed 1,2,3 and the auto generated bullets become a hard typed bullet.
I found in this list how to use the VB
"ActiveDocument.ConvertNumbersToText" command and am trying to put
this in a macro. I can get the macro to work by auto recording the
keystrokes but when done, the macro leaves the VB Editor on the
screen. How can I tell the macro to close VB Editor? My simple macro
looks like: Sub ReplaceAutoGeneratedNumsWithTypedNums()
'
' ReplaceAutoGeneratedNumsWithTypedNums Macro
' Macro recorded 1/18/08 by me'
ShowVisualBasicEditor = True
ActiveDocument.ConvertNumbersToText
End Sub
Also, is there a comparable VB command to convert auto list bullets?
Thanks