I would be interested if there is simpler method to perform your task.
Meanwhile you can use the following function.

'--------------------------------------------
Function StrSubTotal(r As Range) As String
    Dim i As Integer
    i = 1
    While r.Cells(i, 1).Height = 0
        i = i + 1
    Wend
    StrSubTotal = r.Cells(i, 1)
End Function
'--------------------------------------------
Change subtotal-formula in the cells J1 and J3 to StrSubTotal(B6:B12) and so
on.
Hope this helps.

Akhilesh Kumar Karna


On Thu, Jul 16, 2009 at 7:58 PM, Rabindra Thapa <rabinthapa2...@gmail.com>wrote:

> I required when i filter, the filtered row  should be display on other
> column.
>
> On Thu, Jul 16, 2009 at 1:19 PM, Rabindra Thapa 
> <rabinthapa2...@gmail.com>wrote:
>
>>  Thank for your kind information.
>>
>> Have a good day.
>>
>>   On Wed, Jul 15, 2009 at 4:51 PM, Naveen Sharma <nsharma110...@gmail.com
>> > wrote:
>>
>>> Hi Rabindara,
>>>
>>> Solution is attached. Please have a look.
>>>
>>> Naveen Sharma
>>>
>>>
>>>
>>> On 7/15/09, Rabindra Thapa <rabinthapa2...@gmail.com> wrote:
>>>>
>>>> Hello Guys,
>>>>
>>>> can somebody help me on attach file.
>>>> --
>>>>
>>>> Regards,
>>>> Rabindra Thapa
>>>> ¨`·.·´¨) Always
>>>> `·.¸(¨`·.·´¨) Keep
>>>> (¨`·.·´¨)¸.·´ Smiling!
>>>> `·.¸.·´
>>>> (¨`·.·´¨) (¨`·.·´¨)
>>>> `·.¸(¨`·.·´¨)¸.·´
>>>> `·.¸.·«*:·.
>>>> .·:*
>>>> *:·.
>>>> *«*:·.
>>>> .·:*
>>>> *:·.
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>> --
>>
>> Regards,
>> Rabindra Thapa
>> ¨`·.·´¨) Always
>> `·.¸(¨`·.·´¨) Keep
>> (¨`·.·´¨)¸.·´ Smiling!
>> `·.¸.·´
>> (¨`·.·´¨) (¨`·.·´¨)
>> `·.¸(¨`·.·´¨)¸.·´
>> `·.¸.·«*:·.
>> .·:*
>> *:·.
>> *«*:·.
>> .·:*
>> *:·.
>>
>
>
>
> --
>
> Regards,
> Rabindra Thapa
> ¨`·.·´¨) Always
> `·.¸(¨`·.·´¨) Keep
> (¨`·.·´¨)¸.·´ Smiling!
> `·.¸.·´
> (¨`·.·´¨) (¨`·.·´¨)
> `·.¸(¨`·.·´¨)¸.·´
> `·.¸.·«*:·.
> .·:*
> *:·.
> *«*:·.
> .·:*
> *:·.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
----------------------------------------------------------------------------------
Some important links for excel users:
1. Excel and VBA Tutorials(Video and Text), Free add-ins downloads at 
http://www.excelitems.com
2. Excel tutorials at http://www.excel-macros.blogspot.com
3. Learn VBA Macros at http://www.vbamacros.blogspot.com
4. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 

To post to this group, send email to excel-macros@googlegroups.com
If you find any spam message in the group, please send an email to:
Ayush Jain  @ jainayus...@gmail.com or
Ashish Jain @ 26may.1...@gmail.com
<><><><><><><><><><><><><><><><><><><><><><>
HELP US GROW !!

We reach over 5,000 subscribers worldwide and receive many nice notes about the 
learning and support from the group. Our goal is to have 10,000 subscribers by 
the end of 2009. Let friends and co-workers know they can subscribe to group at 
http://groups.google.com/group/excel-macros/subscribe
-~----------~----~----~----~------~----~------~--~---

Reply via email to