Thanks Andy. Plz help me on other file about deleting columns
On Tue, Nov 17, 2009 at 8:46 PM, Aindril De <[email protected]> wrote:
> Hi VR,
>
> Please use the following code:
>
> Sub TispPAT()
> 'Macro created by Aindril De(Andy)
> 'Shortcut Ctrl + Shift + p
> Dim CurCell As Object
> Dim i As Integer
> i = 4
> For Each CurCell In Range("B4:B11")
> Range("B" & i).Activate
> If ActiveCell.Value = "Tisp" And ActiveCell.Offset(0,
> 3).Value = "Core" Then ActiveCell.Value = "PAT"
> i = i + 1
> Next
> End Sub
> Please let us know if you need any further help. I am also attaching the
> Excel sheet with the Macro.
>
> Regards,
> Andy
> On Tue, Nov 17, 2009 at 8:15 PM, vinod rao <[email protected]>wrote:
>
>> Hello Team,
>>
>> I need a macro to change Column B from Tisp to PAT if the Column D is Core
>>
>> Regards,
>> VR
>>
>> --
>>
>> ----------------------------------------------------------------------------------
>> 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 [email protected]
>> If you find any spam message in the group, please send an email to:
>> Ayush Jain @ [email protected] or
>> Ashish Jain @ [email protected]
>> <><><><><><><><><><><><><><><><><><><><><><>
>> HELP US GROW !!
>>
>> We reach over 6,500 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
>
>
> --
>
> ----------------------------------------------------------------------------------
> 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 [email protected]
> If you find any spam message in the group, please send an email to:
> Ayush Jain @ [email protected] or
> Ashish Jain @ [email protected]
> <><><><><><><><><><><><><><><><><><><><><><>
> HELP US GROW !!
>
> We reach over 6,500 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
>
--
----------------------------------------------------------------------------------
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 [email protected]
If you find any spam message in the group, please send an email to:
Ayush Jain @ [email protected] or
Ashish Jain @ [email protected]
<><><><><><><><><><><><><><><><><><><><><><>
HELP US GROW !!
We reach over 6,500 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