I need to pullout all the rows which are between A..Z.

for example.

i have data like below.

a1
22
1a
bb
aa
**
$$

i need to extract only bb,aa.This is my requirement.

thanks