RE: $$Excel-Macros$$ UNPROTECT EXCEL WORK BOOK

2013-09-17 Thread Ravinder
Try this code. Sub unprotecsheet() Dim wb As Workbook Dim sh As Worksheet Set wb = ThisWorkbook For Each sh In wb.Sheets sh.Unprotect "AAABAABABBAR" Next End Sub From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Prabhakar S H Sent:

RE: $$Excel-Macros$$ Formula: Count

2013-09-17 Thread Ravi Kumar
Hi, Another way!! =SUM((E$1=$B$2:$B$10)*($C2=$A$2:$A$10)) Warm Regards, Ravi Kumar. From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Anoop K Sharma Sent: Wednesday, September 18, 2013 10:03 AM To: excel-macros@googlegroups.com Subject

$$Excel-Macros$$ VBA Break Links in powerpoint Chart Object

2013-09-17 Thread Satheeshkumar Yadav
Hi Expert, Any idea how to break the links in chart object in powerpoint through VBA code. -- Thanks & regards Satheeshkumar -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.co

$$Excel-Macros$$ Re: Need help in forecast

2013-09-17 Thread Deepak Singh
Hi Prabhu, I can help you if you can share data with me... On Wednesday, September 18, 2013 8:59:41 AM UTC+5:30, prabhupink80 wrote: > > Hi Experts, > > > i have historical pattern of last few month daywise daily offered. is > there possible to calculate the next month overall volume by using ex

Re: $$Excel-Macros$$ Formula: Count

2013-09-17 Thread Anoop K Sharma
Check the Attachment... On Tue, Sep 17, 2013 at 8:45 PM, ashish koul wrote: > xy1? what does this mean do you want to count RS with point 1 and so on > > Regards > Ashish > > > On Tue, Sep 17, 2013 at 5:59 PM, Chandra Shekar < > chandrashekarb@gmail.com> wrote: > >> Hello, >> >> I need for

$$Excel-Macros$$ Need help in forecast

2013-09-17 Thread Prabhu Pinky
Hi Experts, i have historical pattern of last few month daywise daily offered. is there possible to calculate the next month overall volume by using excel. if anyone have this kind of template please share. Thanks & Regards, Prabhu R -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do

$$Excel-Macros$$ How to capture Frame Click Event when click on the actual frame of a "Frame"?

2013-09-17 Thread Stuart Karden
I created a UserForm. The form has several "frames" (for VB folks, VBA "frames" are called "groups" in VB for some reason). I created a sub routine: Private Sub fraMyFrame_Click() DoStuff End Sub If I click *inside* the frame then the click event is triggered and DoStuff runs. In a se

$$Excel-Macros$$ Attrition template

2013-09-17 Thread Sushil Kumar
Hi, I am looking for some attrition calculator spreadsheet. I am working on creating the attrition calculation which calculates attrition “Tenure wise, Process Wise, Location Wise, Leaving reasons, Day/night” etc… Need your support on that. Any template will help a lot. Regards, Sushil

$$Excel-Macros$$ Set range and action according to sheet name

2013-09-17 Thread Melimob
Hi all I am new to this group so I hope someone can kindly assist.. To say I am a novice in macros is an understatement so please forgive my ignorance.. I tried to solve this but do not have the knowledge to do so and therefore appreciate your help... Currently my Macro should: 1. Tur

Re: $$Excel-Macros$$ Copy Past Macro help

2013-09-17 Thread shraddha malvankar
Hi Ashish, Its working perfectly. Thank you very much for all the help :-) Regards, Shraddha On Tue, Sep 17, 2013 at 7:12 PM, ashish koul wrote: > try this see if it helps > > > Sub replace_tracker() > Dim i As Long, j As Long > > > For i = 2 To Sheets("Tracker").Range("a65356").End(x

$$Excel-Macros$$ Re: macro for required data please find the attachment once

2013-09-17 Thread renuka chari
Dear Experts thanks alot Hi *De Premor / Enrique Martin** ** *thanks for giving this macro this would be save my time alot and alot thanks On Tuesday, 17 September 2013 01:46:47 UTC+5:30, renuka chari wrote: > > Dear experts. > > > please solve my query its very very urgent > > macro for requ

Re: $$Excel-Macros$$ Check Box In Excel

2013-09-17 Thread ashish koul
Can u share a sample file On Tue, Sep 17, 2013 at 10:05 PM, Rejeeb Abdulrahiman wrote: > Hi Friends, > > In Excel 2010, I would like to create a list of name in Sheet 1 and > residing to that names I need check boxes; If i click any check box the > name residing to it should go to the list in S

$$Excel-Macros$$ Check Box In Excel

2013-09-17 Thread Rejeeb Abdulrahiman
Hi Friends, In Excel 2010, I would like to create a list of name in Sheet 1 and residing to that names I need check boxes; If i click any check box the name residing to it should go to the list in Sheet 2. How is it possible to create a Excel sheet using the above information. With Hope And

Re: $$Excel-Macros$$ Splitting single browser is possible ?

2013-09-17 Thread ashish koul
I dont have any idea about this . Try this addon Iesplit 2.1 http://www.softpedia.com/get/Internet/Other-Internet-Related/IE-Split.shtml Regards Ashish On Tue, Sep 17, 2013 at 3:40 PM, Abhidha Dixit wrote: > Hi Ashish > > the reqirement is attached as Bing And yahoo is on the same window in

Re: $$Excel-Macros$$ Formula: Count

2013-09-17 Thread ashish koul
xy1? what does this mean do you want to count RS with point 1 and so on Regards Ashish On Tue, Sep 17, 2013 at 5:59 PM, Chandra Shekar < chandrashekarb@gmail.com> wrote: > Hello, > > I need formula to count no of points based on condtion please find > attached file. > > Thanks, > > Chandra

Re: $$Excel-Macros$$ Copy Past Macro help

2013-09-17 Thread ashish koul
try this see if it helps Sub replace_tracker() Dim i As Long, j As Long For i = 2 To Sheets("Tracker").Range("a65356").End(xlUp).Row With Application.WorksheetFunction If .CountIf(Sheets("Daily Report").Range("a:a"), Sheets("Tracker").Range("a" & i).Value) = 1 Then j = .Matc

Re: $$Excel-Macros$$ Need Formula

2013-09-17 Thread ashish koul
try d3 = =LEFT(B3,3) e3 = =LEFT(RIGHT(B3,LEN(B3)-FIND(",",B3)-1),3) see if it helps On Tue, Sep 17, 2013 at 10:22 AM, Prabhu Pinky wrote: > Hi Experts, > > Please find the attached file, please revert with appropriate formula for > my requirement > > Thanks & Regards, > Prabhu R > > -- >

$$Excel-Macros$$ Formula: Count

2013-09-17 Thread Chandra Shekar
Hello, I need formula to count no of points based on condtion please find attached file. Thanks, Chandra -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM

Re: $$Excel-Macros$$ Splitting single browser is possible ?

2013-09-17 Thread koul . ashish
Can u explain the requirement in details with image of screen if possible Sent on my BlackBerry® from Vodafone -Original Message- From: Abhidha Dixit Sender: excel-macros@googlegroups.com Date: Tue, 17 Sep 2013 13:10:57 To: excel-macros Reply-To: excel-macros@googlegroups.com Subject:

$$Excel-Macros$$ Splitting single browser is possible ?

2013-09-17 Thread Abhidha Dixit
Hey Guys Does splitting of single window is possible on IE through VB programming ? Regards Abhidha -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES

RE: $$Excel-Macros$$ Stock prices data fetching through VBA

2013-09-17 Thread Ravinder
PLS PROVIDE LINK OF THAT WEBSITE. From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Murali prasad Sent: Tuesday, September 17, 2013 12:29 PM To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Stock prices data fetching through VBA im trying to