View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Sherry John Sherry is offline
external usenet poster
 
Posts: 4
Default Programming Excel with VBA: How to make Selection Nothing

Hi
I'm programming Excel in VBA, after running a PasteSpecial method the pasted
region is selected, I do not want any range selected. How can I turn off the
selection?

Anyone got any ideas on how to do this neatly?

Many thanks in advance