[Solved] Hello I want to insert zero before the decimal value but its getting skipped and getting into the loop following procedure was created find the error [closed]


It seems to me all you need is a wildcard Find/Replace where:

Find = ([!0-9])(.[0-9])
Replace = \10\2

You don’t even need a macro…

0

solved Hello I want to insert zero before the decimal value but its getting skipped and getting into the loop following procedure was created find the error [closed]