Re: $$Excel-Macros$$ Required Macro Coding

2017-03-26 Thread 'Julienne Schindler' via MS EXCEL AND VBA MACROS
On Sun, 3/26/17, 'Liberty Stringer' via MS EXCEL AND VBA MACROS wrote: Subject: Re: $$Excel-Macros$$ Required Macro Coding To: excel-macros@googlegroups.com Date: Sunday, March 26, 201

Re: $$Excel-Macros$$ Required Macro Coding

2017-03-26 Thread 'Liberty Stringer' via MS EXCEL AND VBA MACROS
On Sun, 3/26/17, 'Liberty Stringer' via MS EXCEL AND VBA MACROS wrote: Subject: Re: $$Excel-Macros$$ Required Macro Coding To: excel-macros@googlegroups.com Date: Sunday, March 26, 201

Re: $$Excel-Macros$$ Required Macro Coding

2017-03-26 Thread 'Liberty Stringer' via MS EXCEL AND VBA MACROS
On Sun, 3/26/17, mintaspriggs via MS EXCEL AND VBA MACROS wrote: Subject: Re: $$Excel-Macros$$ Required Macro Coding To: excel-macros@googlegroups.com Date: Sunday, March 26, 2017, 5:16 PM On Sun

Re: $$Excel-Macros$$ Required Macro Coding

2017-03-26 Thread mintaspriggs via MS EXCEL AND VBA MACROS
On Sun, 3/26/17, storeythomas725 via MS EXCEL AND VBA MACROS wrote: Subject: Re: $$Excel-Macros$$ Required Macro Coding To: excel-macros@googlegroups.com Date: Sunday, March 26, 2017, 11:38 AM On

Re: $$Excel-Macros$$ Required Macro Coding

2017-03-26 Thread storeythomas725 via MS EXCEL AND VBA MACROS
On Sun, 3/26/17, 'Julienne Schindler' via MS EXCEL AND VBA MACROS wrote: Subject: Re: $$Excel-Macros$$ Required Macro Coding To: excel-macros@googlegroups.com Date: Sunday, March 26, 201

Re: $$Excel-Macros$$ Required Macro Coding

2017-03-25 Thread 'Julienne Schindler' via MS EXCEL AND VBA MACROS
On Sat, 3/25/17, JAYAVELU SUN wrote: Subject: Re: $$Excel-Macros$$ Required Macro Coding To: excel-macros@googlegroups.com Date: Saturday, March 25, 2017, 3:55 PM On Fri, Mar 24, 2017 at 5:55 PM, sriram ji wrote: Dear Team, Kindly

$$Excel-Macros$$ Required Macro

2016-01-19 Thread Puttu *
Hi Experts, Please help me solve this problem through VBA Macro. Problem Statement In the Input sheet some names of the employees will be populated in column A as shown below. The rows in which data will be available is uncertain. Provide the output in Output sheet in column A. First row shoul

Re: $$Excel-Macros$$ Required Macro for unique no

2013-03-14 Thread अनिल नारायण गवली
Dear Viney, GoodReally appreciate your first post . that good.Keep it up... Pls do helping to our forums Warm Regards. Gawli Anil On Thu, Mar 14, 2013 at 4:54 PM, Viney wrote: > Hi Shiva, > > this is my first post to the group... > > > try this macro > > > Sub RemoveDuplicates()

Re: $$Excel-Macros$$ Required Macro for unique no

2013-03-14 Thread Viney
Hi Shiva, this is my first post to the group... try this macro Sub RemoveDuplicates() ' ' Macro2 Macro ' ' Sheets("Sheet1").Select Columns("B:B").Select Selection.Copy Columns("H:H").Select Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _

$$Excel-Macros$$ Required Macro for changing the font colour

2009-06-02 Thread Torli Mallik
Hi All, I'm need to change the colour of the seleted text/ part of the text in a cell. The above can be achived by selecting the required text and then by clicking the font colour icon. But, I'm unable to geneate the macro for the same. Please help me. Thanks & Regards, Mallikarjun --~--~---