View Single Post
  #13   Report Post  
Posted to microsoft.public.excel.misc
Joe
 
Posts: n/a
Default seperating text in one cell to multiple cells

Wont that be a circular reference, when I put in

D2 =TRIM(RIGHT(D2,LEN(D2)-FIND(" ",D2,1))) ?

Another issue is that the columns A:D are being copied by another macro
in the same module into this worksheet. So I dont know if this would
work. Please advise.

thanks,

Joe.