View Single Post
  #19   Report Post  
Posted to microsoft.public.excel.programming
KelliInCali KelliInCali is offline
external usenet poster
 
Posts: 37
Default Help with Visual Basic for Excel

FABULOUS! Thanks again for all the help!!!


"Norman Jones" wrote:

Hi Kelli,

Change:

SH.Range(FirstCell, LastCell).Copy Destination:=destRng



to

SH.Range(FirstCell, LastCell).EntireRow.Copy _
Destination:=destRng

---
Regards,
Norman