I notice that you goto a lot of trouble to safeguard your email address and
yet attach unwelcome workbooks to a message to a newsgroup who does not want
them. If someone wants to see your workbook they will offer for you to send
directly to them.
http://www.cpearson.com/excel/newposte.htm
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
(E-Mail Removed)
"Sandy" <(E-Mail Removed)> wrote in message
news:BE7518D4-AD74-418C-AAB3-(E-Mail Removed)...
> Hi Guys,
>
> I have tried all of your suggestions - no avail.
>
> Still getting "Runtime error 1004 - Application-defined or Object-defined
> error".
>
> I have attached my workbook, maybe that will help in analysing the
> problem.
> The sub in question is attached to Sheet ("RecordOfRounds")
>
> Thanks
> Sandy
>
> "Sandy" <(E-Mail Removed)> wrote in message
> news:5AF39E4C-D321-4CE8-B133-(E-Mail Removed)...
>> Oops - the range in the first line should read ("A9:GL28")
>> Sandy
>>
>> "Sandy" <(E-Mail Removed)> wrote in message
>> news:6D9169BC-49EF-485C-9630-(E-Mail Removed)...
>>> I have a named range (dynamic) called 'HomeRecordsAll' which refers to a
>>> range currently ("A1:GL28") on Sheets("HomeCourse").
>>>
>>> The name refers to :-
>>>
>>> '=OFFSET(HomeCourse!$A$9,0,0,COUNT(RecordOfRounds!$A$52:$A$10000)+1,194)'.
>>>
>>> I am attempting to incorporate the 'HomeRecordsAll' into code for an
>>> advanced filter.
>>> The following does not work:-
>>>
>>> Sheets("HomeCourse").Select
>>> Range("HomeRecordsAll").AdvancedFilter Action:=xlFilterInPlace, _
>>> Criteria:=Range("A1:E2"), Unique:=False
>>>
>>> Any help appreciated.
>>> Thanks
>>> Sandy
>>