I realise this means that this method is unsupported on the target machine, so that's fine, but how else can I get the same functionality?
If I use Range.Borders.LineStyle and Range.Borders.Weight then it doesn't put a border around the range, it will put borders around every individual cell inside the range (like a grid), which is not what I need.
The target machines use Office 2007. All other Office Interop code in my project works fine, just this.