D
Dave Neve
Hi
I've written the following simple bit of code (to reveal the first hidden
word in a cell) but as usual, it doesn't work as expected
______________________________________________________
GetOneWord()
'
' Macro enregistrée le 10/02/2006 par Dave Neve
Selection.MoveRight Unit:=wdWord, Count:=1, Extend:=wdExtend
With Selection.Font
.Hidden = False
End With
End Sub
_______________________________________________________
It reveals all the hidden words in the cell and not just the first one.
Why is this please?
Thanks
Dave Neve
I've written the following simple bit of code (to reveal the first hidden
word in a cell) but as usual, it doesn't work as expected
______________________________________________________
GetOneWord()
'
' Macro enregistrée le 10/02/2006 par Dave Neve
Selection.MoveRight Unit:=wdWord, Count:=1, Extend:=wdExtend
With Selection.Font
.Hidden = False
End With
End Sub
_______________________________________________________
It reveals all the hidden words in the cell and not just the first one.
Why is this please?
Thanks
Dave Neve