View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ryan[_7_] Ryan[_7_] is offline
external usenet poster
 
Posts: 5
Default Text manipulation

I'm downloading data from a database that gives me
quantity in this format.
S 100M
B 100M
S 350M
S 5M

S=sell B=buy

I need to change this data just to give me the dollar
value.

so i need the 1st example to just read -100,000,000 and
the 2nd example to be 100,000,000, and so forth.

are there any functions or vba code to assist me in this
dilema.

thank you