Hi all,
I am looking for some VBA to do a find/replace that can be applied to a defined a range. I would prefer not to have to reference a new worksheet/table if at all possible.
The characters I am looking to find/replace are:
Find What: *
Replace With: %
Find What: ?
Replace With: _
Find What: "
Replace With: '
Find What: &
Replace With: ' || chr(38) || '
P.S.
I originally had the "~" before the "*" and "?" but removed them.
Please and thank you.
I am looking for some VBA to do a find/replace that can be applied to a defined a range. I would prefer not to have to reference a new worksheet/table if at all possible.
The characters I am looking to find/replace are:
Find What: *
Replace With: %
Find What: ?
Replace With: _
Find What: "
Replace With: '
Find What: &
Replace With: ' || chr(38) || '
P.S.
I originally had the "~" before the "*" and "?" but removed them.
Please and thank you.