$$Excel-Macros$$ Help-Excel files formula

2009-02-03 Thread Rabindra Thapa
Please help me on attach files. -- Regards, Rabindra Thapa ¨`·.·´¨) Always `·.¸(¨`·.·´¨) Keep (¨`·.·´¨)¸.·´ Smiling! `·.¸.·´ (¨`·.·´¨) (¨`·.·´¨) `·.¸(¨`·.·´¨)¸.·´ `·.¸.·«*:·. .·:* *:·. *«*:·. .·:* *:·. --~--~-~--~~~---~--~~ Visit the blog to download Excel tutoria

$$Excel-Macros$$ Re: help me please ;)

2009-02-03 Thread Mehdi_21
thanks a lot ;) i tried another code also, here's it : Dim rng As Range what = "FF*" Do Set rng = ActiveSheet.UsedRange.Find(what) If rng Is Nothing Then Exit Do Else Rows(rng.Row).Delete End If Loop On Feb 2, 10:26 pm, york

$$Excel-Macros$$ Userform & labels

2009-02-03 Thread ini
Hi I'm kinda new in VBA, and need to fix one problem, as for now i couldn't find any working solution. I got a lot of labels on userform, and need to know which one was clicked. I've been trying to use ActiveControl.Name .. but it gives a name of every control on userform, except labels - when cli

$$Excel-Macros$$ Re: How to find out Date of Joining the group

2009-02-03 Thread sarfaraz ahmed
I guess you get welcome mail when you join any group. If you have not deleted that email. you will be able to find Date of Joining Regards, Sarfaraz Ahmed MS Excel help On Tue, Feb 3, 2009 at 2:19 PM, Ahmedhonest wrote: > How to find the date of Joining to t

$$Excel-Macros$$ Re: How to find out Date of Joining the group

2009-02-03 Thread Manoj S Negi
Very simple buddy, Just short all mail of *"excel-macros@googlegroups.com"* and check the first mail. Unfeigned Regards Manoj S Negi On Tue, Feb 3, 2009 at 2:19 PM, Ahmedhonest wrote: > How to find the date of Joining to this group . > > if anyone knows it kindly

$$Excel-Macros$$ Re: Tab organization in large spreadsheets

2009-02-03 Thread yorkeyite
Hi this isn't mine can't remember where I got it to give credit but it works, biggest spreadsheet I have used it on is about 40 tabs. Dim lCount As Long, lCounted As Long Dim lShtLast As Long Dim lReply As Long lReply = MsgBox("Your worksheets are about to sort in ascending order, to proceed, sel

$$Excel-Macros$$ How to find out Date of Joining the group

2009-02-03 Thread Ahmedhonest
How to find the date of Joining to this group . if anyone knows it kindly help me out plzzz -- Ahmed Bawazir --~--~-~--~~~---~--~~ Visit the blog to download Excel tutorials at http://www.excel-macros.blogspot.com To post to this group, send email t