I need vba to search down a column from cell D1 to the end of the data. The length of the column of data varies. I need the first cell that is non-negative and no parenthesis.
Below is a sample column. I need to start the search with the cell below C and then select the cell with 0.026.
[TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64, bgcolor: transparent"]C[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]-3[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]-3[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]-3[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]-2[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]-2[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"](0.023)[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]0.026[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]0.0367[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]0.04[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]0.05[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]0.051[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]0.052[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]0.055[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]0.106
Thanks
Tom
[/TD]
[/TR]
</tbody>[/TABLE]
Below is a sample column. I need to start the search with the cell below C and then select the cell with 0.026.
[TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64, bgcolor: transparent"]C[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]-3[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]-3[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]-3[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]-2[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]-2[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"](0.023)[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]0.026[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]0.0367[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]0.04[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]0.05[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]0.051[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]0.052[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]0.055[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]0.106
Thanks
Tom
[/TD]
[/TR]
</tbody>[/TABLE]