Suffix - before defined

D

Designingsally

I want to suffix - before words like defined.

For example, web defined

So i want it to change as web-defined. it shd be displayed iwth a message
box. The yes button is where the user accepts the change and no button when
the user rejects the option and moves to next option available.
 
G

Greg Maxey

Designingsally,

Can you please post the code that you have already tried?

"Give a man a fish; you have fed him for today. Teach a man to fish; and
you have fed him for a lifetime"-Author Unknown
 
G

Graham Mayor

I thought the quote was "Give a man a fish and he will eat for a day. Teach
a man to fish and he will sit in a boat drinking beer all day." ;)

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
D

Designingsally

Greg,

Though i dont have the exact. I think it should be along these lines. But i
m unable to proceed further

With ActiveDocument.Range
.Text = Replace(.Text, " defined ", " -defined ")
End With
 
D

Designingsally

:)

Graham,

I dont have the exact code. But i know it works on these lines. I m unable
to proceed further. I ll love it if I get a bit of help ;-)


With ActiveDocument.Range
.Text = Replace(.Text, " defined ", " -defined ")
End With
 
G

Greg Maxey

No its "Continue to give men fish and they come to expect it. You do all
fishing and they just sit and drink beer all day."
 
G

Greg Maxey

Designingsally,

Your question asks for code that contains a Yes No condition. You have
already been given several examples of code containing Yes No conditions.
What you have tried and shown here does not include include any of that. I
can't speak for others, but I will be glad to assist you further once you
have shown a willingness to assist yourself. I don't see that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top