Need a macros to be used in excel

Closed
humphry Posts 1 Registration date Wednesday 3 June 2009 Status Member Last seen 4 June 2009 - 4 Jun 2009 à 00:41
 Trowa - 8 Jun 2009 à 07:44
Hello,
I want a vbscript for a macros to be used in excel which would do the following operastion:

It will find the characters/delimeters in the excel and replace it by another character/delimeter.

Please send me a vbscript for this purpose.
Also tell me how to run the macros
Related:

1 response

Hi,

Try this, record a macro. Press: Ctrl + H and type what you want to change and what you want to change it into and click OK. Stop recording and look at the VBA code using Alt + F11.

Hope this helps,
Best regards.