Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
fil
 
Posts: n/a
Default Excel text to columns

In Excel 2000 I downloaded my annual TD Waterhouse
satement. It all downloads to one cel and trying to get
just the last column into a susable for and separate it
into a single column of its own is difficult. Thewre must
be a simple way. Is here someone who might be able to
talk back and forth with me to resolve?

Thanks,

Fil
  #3   Report Post  
Don Guillett
 
Posts: n/a
Default

A small change to trim the text

Sub extractlastcol()
'Columns(2).ClearContents
For Each c In Range("a2:a161") 'Selection
x = Right(c, InStr(Trim(c), " "))
If IsNumeric(x) Then c.Offset(, 1) = x
Next
End Sub

--
Don Guillett
SalesAid Software

"fil" wrote in message
...
In Excel 2000 I downloaded my annual TD Waterhouse
satement. It all downloads to one cel and trying to get
just the last column into a susable for and separate it
into a single column of its own is difficult. Thewre must
be a simple way. Is here someone who might be able to
talk back and forth with me to resolve?

Thanks,

Fil



  #4   Report Post  
David DeRolph
 
Posts: n/a
Default

I have a TD Waterhouse account. I don't see the option to download, but I
simply displayed the statement via Internet Explorer, select the section of
the statement under Date/Description/Distribution/..., copy, then
PasteSpecial, Text. Text to Columns easily separated the columns. Same for
the Transactions in the lower part of the statement.

"fil" wrote in message
...
In Excel 2000 I downloaded my annual TD Waterhouse
satement. It all downloads to one cel and trying to get
just the last column into a susable for and separate it
into a single column of its own is difficult. Thewre must
be a simple way. Is here someone who might be able to
talk back and forth with me to resolve?

Thanks,

Fil



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Text to Columns - moves text up Stoofer Excel Discussion (Misc queries) 2 February 19th 05 10:04 PM
How do I fix text wrapping in Excel? Ducky88 Excel Discussion (Misc queries) 1 February 18th 05 01:37 AM
Filtering Text Data from Multiple columns Brad Excel Worksheet Functions 6 January 1st 05 03:32 PM
add text of 2 columns in Excel A+B=AB Revwd40 Excel Worksheet Functions 10 December 29th 04 07:44 PM


All times are GMT +1. The time now is 07:40 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"