Page 1 of 1

macro question

Posted: Mon Apr 11, 2011 5:50 pm
by redbourn
Hi,

I know how to start and to stop a macro, but how can I tell it to look for something specific in article and change it?

Change ," to ", for example.

Thanks,

Michael

Posted: Mon Apr 11, 2011 6:22 pm
by ben_josephs
I don't understand your requirement. Is this not sufficient?

Search | Replace... (<F8>):
Find what: ,"
Replace with: ",

Replace All

Posted: Mon Apr 11, 2011 8:42 pm
by redbourn
ben_josephs wrote:I don't understand your requirement. Is this not sufficient?

Search | Replace... (<F8>):
Find what: ,"
Replace with: ",

Replace All
Thanks, but that's not a macro, it's a seach and replace.

I'd like to learn a little about macros.

Michael