carfreak01
Industrial
- Nov 26, 2002
- 36
Hello everybody,
I need help. I'm making a VBA code to work with an excel sheet. One of the functions of the VBA code is to do something depending on the value of a cell. The value of the cell is a text value, if the cell reads "END" then the code has to do something. The problem is that when I input the word END to the cell the code does not work, but if i input: ="END" then the code works. In my first attempt to make the code everything worked fine, but then I deleted a column that I wasn't using and the problem with the text in the cell started. I don't know if I moved something by mistake but I don't seem to make it work again.
Please help me because I ran out of ideas.
Jose Luis Walters.
I need help. I'm making a VBA code to work with an excel sheet. One of the functions of the VBA code is to do something depending on the value of a cell. The value of the cell is a text value, if the cell reads "END" then the code has to do something. The problem is that when I input the word END to the cell the code does not work, but if i input: ="END" then the code works. In my first attempt to make the code everything worked fine, but then I deleted a column that I wasn't using and the problem with the text in the cell started. I don't know if I moved something by mistake but I don't seem to make it work again.
Please help me because I ran out of ideas.
Jose Luis Walters.