View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
LeShark LeShark is offline
external usenet poster
 
Posts: 12
Default Clipboard manipulation

Assuming you have a string of some kind in the clipboard, why not just copy
it into a cell and then run a macro to extract it one character at a time and
post it into the "next" row

CM

"PPL" wrote:

Has anyone any ideas please on how to paste the contents of the clipboard
one character at a time into an excel sheet row by row
I'm looking for a way to count the character positions of selected text?

TIA

Phil