Good afternoon,

I have a macro (written using 2007) with the following code

Sub ClearHeader()

Range("fields_header").Select
Selection.ClearContents
When the macro is run in Excel 2010 we get a Run-time error '438': Object doesnt support this object or method

Not sure how to fix this so any help would be greatly appreciated.