View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jon[_21_] Jon[_21_] is offline
external usenet poster
 
Posts: 37
Default Add a border to pasted cells

Nevermind, I got it. Just had to activate the sheet:

Sheets("files").Activate
Selection.Borders(xlEdgeTop).LineStyle = xlDouble