J
Jim May
After importing data in column D I have (sample):
BANK ACCT.
370965
11936133607
11936133607
11936133607
5134163722
850963060
1.01009E+12 <<< s/b 1010086655918
1.01009E+12 <<< s/b 1010086655918
11936133607
I'd like to select range D2
50 and run Macro
that will convert only those cells that are producing
the 1.01009E+12 gibberish above s/b = actual contents
Using Selection For Each loop
how would I test for = TRUE for the 1.01009E+12's and the
like?
TIA,
BANK ACCT.
370965
11936133607
11936133607
11936133607
5134163722
850963060
1.01009E+12 <<< s/b 1010086655918
1.01009E+12 <<< s/b 1010086655918
11936133607
I'd like to select range D2
that will convert only those cells that are producing
the 1.01009E+12 gibberish above s/b = actual contents
Using Selection For Each loop
how would I test for = TRUE for the 1.01009E+12's and the
like?
TIA,