Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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,SUBSTITU TE(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? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Symbols on the keyboard are not the symbols on the screen.... | Excel Discussion (Misc queries) | |||
Symbols | Excel Worksheet Functions | |||
Symbols | Excel Discussion (Misc queries) | |||
symbols | Excel Discussion (Misc queries) | |||
add symbols to DMS | Excel Programming |