G
Guest
I have a macro in which I have a formula which subsitutes symbols for numbers
but VBA turns all the symbols to "?". The formula is as follows:
=IF(I4=1,SUBSTITUTE(I4,1,"√",1),IF(I4=2,SUBSTITUTE(I4,2,"?",1),IF(I4=3,SUBSTITUTE(I4,3,"â—",1),IF(I4=0,SUBSTITUTE(I4,0,"â—‹",1)))))
How can I gat VBA to use the √ ◠and ○ symbols in the formula?
but VBA turns all the symbols to "?". The formula is as follows:
=IF(I4=1,SUBSTITUTE(I4,1,"√",1),IF(I4=2,SUBSTITUTE(I4,2,"?",1),IF(I4=3,SUBSTITUTE(I4,3,"â—",1),IF(I4=0,SUBSTITUTE(I4,0,"â—‹",1)))))
How can I gat VBA to use the √ ◠and ○ symbols in the formula?