i am in the need for a regex for my vba project. i need to replace the - dash that is in-between numbers only, example 1-3-1. The problem is i have negative numbers with dashes which i need to keep, but the patterm is consistent, 1-3-1, should be 1,3,1 so replace dash between digits with a comma
(-2.0% 0-1-0) would convert to (-2% 0,1,0)
hope i made sense. thanks for any help
(-2.0% 0-1-0) would convert to (-2% 0,1,0)
hope i made sense. thanks for any help