R
Rogueuk
I got around this by adding to my macro and doing a find/relpace.
That seemed to do the job.
Thanks for any help
Selection.Replace What:="TRUE", Replacement:="YES", LookAt:=xlPart, _
SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False
_
ReplaceFormat:=False
Selection.Replace What:="FALSE", Replacement:="NO", LookAt:=xlPart
_
SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False
_
ReplaceFormat:=False
That seemed to do the job.
Thanks for any help
Selection.Replace What:="TRUE", Replacement:="YES", LookAt:=xlPart, _
SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False
_
ReplaceFormat:=False
Selection.Replace What:="FALSE", Replacement:="NO", LookAt:=xlPart
_
SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False
_
ReplaceFormat:=False