LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Moving and parsing data - Copy & Paste problems

Many thanks

The phrase "wood and trees" come to mind. Guess what with
"ActiveSheet.Paste" inserted, it works, unsurprisingly.

regards

Nick


"Dick Kusleika" wrote in message
...

' works fine to this point
' this next bit doesn't work - error is "No data to parse"
ActiveCell.Cut

Selection.End(xlUp).Select
Selection.End(xlToRight).Select
ActiveCell.Offset(0, 1).Select

Selection.TextToColumns Destination:=ActiveCell,

DataType:=xlFixedWidth,
_
FieldInfo:=Array(Array(0, 9), Array(25, 2), Array(34, 9),

Array(39,
4), Array(48, 2), _
Array(60, 1), Array(86, 1), Array(105, 1), Array(124, 9))


You Cut, but I don't see where you Paste.

--
Dick Kusleika
MVP - Excel
www.dicks-clicks.com
Post all replies to the newsgroup.




 
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
Possible? Copy/paste to&from moving sources/destinations LiAD Excel Discussion (Misc queries) 2 November 5th 09 03:23 PM
Two Problems Re Copy & Paste Robert11 New Users to Excel 1 February 13th 08 02:15 PM
Copy/Paste problems to Microsoft Word apubapu82 Excel Discussion (Misc queries) 0 July 6th 06 04:49 PM
Problems with Copy and Paste in Excel signal2noise Excel Worksheet Functions 1 August 19th 05 12:27 PM
Copy - Paste problems Guillermo Excel Discussion (Misc queries) 0 April 9th 05 04:27 AM


All times are GMT +1. The time now is 09:36 AM.

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"