I use the following code to copy the contents of a named range

VB Code:
  1. srcwbk.Names(nameFull).RefersToRange.Copy

If I wanted to use the whole range - except for the first row, is there and easy way to acheive this.

Thanks,
Richard