A
andreas
Dear Experts:
is it possible to check whether the current selection/insertion point
is right at the beginning of the paragraph or if there are more
characters to the left of the selection?
Code Snippet
.......
If f.Type = wdFieldStyleRef And InStr(UCase(f.Code), "N") > 0 Then
f.Select
Selection.MoveLeft
Now the macro should check whether the selection/insertion point is
right at the beginning of the paragraph, If so, the macro would go on
with "then ... else ... End If"
Help is much appreciated. Thank you very much in advance. Regards,
Andreas
is it possible to check whether the current selection/insertion point
is right at the beginning of the paragraph or if there are more
characters to the left of the selection?
Code Snippet
.......
If f.Type = wdFieldStyleRef And InStr(UCase(f.Code), "N") > 0 Then
f.Select
Selection.MoveLeft
Now the macro should check whether the selection/insertion point is
right at the beginning of the paragraph, If so, the macro would go on
with "then ... else ... End If"
Help is much appreciated. Thank you very much in advance. Regards,
Andreas