collect clipboard value into string

  • Thread starter Thread starter oldyork90
  • Start date Start date
O

oldyork90

I have a macro that pastes the clipboard string (I think it's the
"clipboard"), Selection.Paste, into the body of a letter. I would
like to, within vba, inspect that string first before pasting. How do
I capture it into a var which I can inspect?
Thank you.
 
I have a macro that pastes the clipboard string (I think it's the
"clipboard"), Selection.Paste, into the body of a letter. I would
like to, within vba, inspect that string first before pasting. How do
I capture it into a var which I can inspect?

Ask in microsoft.public.outlook.program_vba
 
Back
Top