dperriero,
You are using the Value() method which, per TFM, gives you the formatted value of the cell. Since you have text formatted as a number - I am not terribly suprised you are getting 0. You may want to use the Val() method instead which gives the original value.