J
JuanManuel
Is there any code to make the following work:
Private Sub RadBtnTMS1_Click()
'if
'cursor is placed in an empty line within a cell then
ActiveDocument.TrackRevisions = True
'else
Exit Sub
End Sub
I want that, upon the selection of a radio button, the program enables track
changes IF and ONLY IF the cursor is placed in a line with no text.
Thank you,
Juan
Private Sub RadBtnTMS1_Click()
'if
'cursor is placed in an empty line within a cell then
ActiveDocument.TrackRevisions = True
'else
Exit Sub
End Sub
I want that, upon the selection of a radio button, the program enables track
changes IF and ONLY IF the cursor is placed in a line with no text.
Thank you,
Juan