Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have VBA macro that converts excel to csv. It also removes hidden
characters. But if a cell start with "=" then it gives an error (I used clean in the VBA). I know that = is for entering formulas. But I enter in the cell as '= sfdsdfdsf. This way I can put = as the first letter in the cell. Does anyone know how to do get rid of this error |