View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] ovengravel@yahoo.com is offline
external usenet poster
 
Posts: 1
Default VBA task: Copy selection in Word and paste in Excel

I have a Word document which contains several blocks of text enclosed in curly brackets (e.g., "{This is the text I want to copy.}"). I want to find and copy those blocks of text and paste them into cells in Excel.

It seems to me this must be a pretty common task... anybody know a simple way to do it?

Thanks.