Find and Replace Whole Words (like in Word)

J

John Svendsen

Hi All:
I need to find and replace text using VBA and the only feature available in
VBA is the Replace Function. The problem is that I this functions has no
'matchcase' and/or 'matchwholeword' (like Word's Find Property).
Can someone point me towards any possible piece of VBA code that may add
'matchcase' and 'matchwholeword' functionality to VBA find and replace
function?
TIA,

JS
 
Top