View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul Schrum Paul Schrum is offline
external usenet poster
 
Posts: 22
Default Get text from Win Clipboard into VBA variable

VBA in Excel 2007

I have data on the clipboard of a specific format:

Start: (') (915855.639280, 638485.145786)
End: (') (917162.295718, 637714.747829)

I would like to bring this from the windows clipboard into a variable
in which I can parse it (to extract and use the coordinates). I can't
find this when I search groups and whatnot. Can anyone help me with
this?

- Paul
Schrum
Raleigh, NC