$$Excel-Macros$$ Help required to change cursor colour in excel sheet

2013-06-13 Thread Ashish Kumar
Dear Seniors, It is possible to change cursor colour in excel sheet from black to green. If yes, then please help me and provide resolution. Thanks in advance. Thanks Ashish -- 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

Re: $$Excel-Macros$$ Help required to change cursor colour in excel sheet

2013-06-13 Thread Abhishek Jain
You can do this type of thing, but only by using VBA (or macros) - there is no built in Excel setting to control this. There is one massive drawback, and that is that this technique will use something called Event Procedures, which means that the macro will fire every time you move the cursor -

$$Excel-Macros$$ Need information about MOS Certificate

2013-06-13 Thread Prabhakar Thakur
Dear Group, I need complete information about MOS excel certificate cource how does that if possible shere help book also. Thanks, Prabhakar Thakur New Delhi +919953736776 -- 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

$$Excel-Macros$$ Re: Macro - To Combine data from multiple worksheets into one single worksheet

2013-06-13 Thread Ashish Kumar
Hi Kaushik, Try this..!!! Option Explicit Private Sub CommandButton1_Click() On Error Resume Next Dim fso As FileSystemObject Dim fld As Folder Dim fil As File Dim wkb As Workbook Dim akb As Workbook Dim i As Long Dim fldpath As String

$$Excel-Macros$$ Help in copy data

2013-06-13 Thread SAJID MEMON
I have a list of some items in a sheet. If i click on any items (like click 4 times) that data should copy to another sheet for 4 times. plz give me suggestion. Awaiting your positive response. -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do

Re: $$Excel-Macros$$ Report (needs to be formatted)

2013-06-13 Thread priti verma
little more explanation would be great to give answer quickly, do you need data validation or formula, can you explain last point specially ? On Thu, Jun 13, 2013 at 1:16 PM, Manjunath Narayanappa manjunath.narayana...@aon.co.uk wrote: Dear Experts, Can someone help me on the below.

RE: $$Excel-Macros$$ Report (needs to be formatted)

2013-06-13 Thread Manjunath Narayanappa
Dear Priti, I required formula , so that when these 3 criteria appears the column should highlight with colour 1. Column W (Equiv Ccy Payable Amount - STG) should be More than 250,000.00 2. Column X Should be Zero (Uncollected Amount - Calculation 3. Column D (Account

RE: $$Excel-Macros$$ Report (needs to be formatted)

2013-06-13 Thread Manjunath Narayanappa
Dear Priti, Can we use conditional formatting for this Thanks Manjunath From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Manjunath Narayanappa Sent: 13 June 2013 11:00 To: 'excel-macros@googlegroups.com' Subject: RE: $$Excel-Macros$$ Report (needs to be

$$Excel-Macros$$ how to remove special character from work sheet

2013-06-13 Thread Govind Mori
Dear Excel Gurus I am new to Macro I would like to remove all special character from entire worksheet. Please hele me by MACRO Thanks in advance Govind Mori -- 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

Re: $$Excel-Macros$$ Report (needs to be formatted)

2013-06-13 Thread Abhishek Jain
Yes. a) Excel will color the cell in a column whenever the value meets your criteria, irrespective of what is happening in the other two columns. b) Excel will color all three columns only when values in all three columns meet the criteria. Which one do you want? Also, whenever you're posting a

$$Excel-Macros$$ Copy Data by click event

2013-06-13 Thread SAJID MEMON
dear experts, plz give me code or macro to complete my project. awaiting your reply, regards sajid memon -- 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

RE: $$Excel-Macros$$ Report (needs to be formatted)

2013-06-13 Thread Manjunath Narayanappa
Dear Abhishek, I will make sure that this will not happens in future request. I want three columns to get highlight when value meets. Thanks Manjunath From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Abhishek Jain Sent: 13 June 2013 12:10 To:

$$Excel-Macros$$ AverageIF and ABS function

2013-06-13 Thread arshteynberg
All, Can someone advise me on this formula: =IFERROR(AVERAGEIF(AE4:AZ4,1,E4:Z4),) How can you embed an ABS function in there? You cannot put it in here * abs(E4:Z4)* you will get error on the formula. appreciate any inputs. -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you

Re: $$Excel-Macros$$ how to remove special character from work sheet

2013-06-13 Thread Sam Mathai Chacko
You could use the function given here Enum WhatToRemove Text = 0 numeric = 1 SpecialCharacters = 2 End Enum Sub RunMe() Dim rng As Range, obj As Object Set obj = CreateObject(VBScript.RegExp) For Each rng In ActiveSheet.UsedRange.Cells If Not IsEmpty(rng) Then

$$Excel-Macros$$ Copy Data by click on cell- HELP PLZ

2013-06-13 Thread SAJID MEMON
From: sajidwi...@hotmail.com To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Copy Data by click event Date: Thu, 13 Jun 2013 11:13:04 + dear experts, plz give me code or macro to complete my project. awaiting your reply, regards sajid memon

$$Excel-Macros$$ validation

2013-06-13 Thread Thiago Souza
I need to validate an information like this __AB_C Name 1 w w Name 2 w w Name 3 oo Name 1 o w Name 2 w w so I need to do a conditional format showing (color or text box) the user that he can't use w again to Name 1

$$Excel-Macros$$ Dear friends Do any one help the get marrsspellingbee competition for 3rd GRADE

2013-06-13 Thread Grkrishna Naidu
Dear friends Do any one help the get marrsspellingbee competition for 3rd GRADE Thnks in advance GRKRISHNA -- 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

$$Excel-Macros$$ Re: Microsoft Excel : Even in 2013 bug is yet to fix !!!!

2013-06-13 Thread The Frog
This is not a bug This has been in Excel for a long time. Reserved words are not usable in all areas of applications Even if you can use a reserved word in a given area you shouldn't. Reserved words are meant to be for the application and its underlying structure (and in the case of VBA the

Re: $$Excel-Macros$$ validation

2013-06-13 Thread अनिल नारायण गवली
Dear Souza, Pl see the attached data is it ok? Warm Regards, Gawli Anil On Fri, Jun 14, 2013 at 12:00 AM, Thiago Souza souza...@gmail.com wrote: I need to validate an information like this** ** ** __AB_C Name 1 w w Name 2 w w Name

Re: $$Excel-Macros$$ Copy Data by click on cell- HELP PLZ

2013-06-13 Thread अनिल नारायण गवली
Dear Sajid, Pl see the attached workbook. Warm Regards, Gawli Anil On Thu, Jun 13, 2013 at 10:19 PM, SAJID MEMON sajidwi...@hotmail.comwrote: -- From: sajidwi...@hotmail.com To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Copy Data by click event

$$Excel-Macros$$ Help to create transport Cab roster

2013-06-13 Thread Ashish Kumar
Dear Seniors, How to create a transport Cab roster. If, any one have an these type of roster data or example, then please share. I want to create a transport cab roster for my company. need help. -- 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)

Re: $$Excel-Macros$$ AverageIF and ABS function

2013-06-13 Thread priti verma
you can use this, =IFERROR(AVERAGE(IF(AE4:AZ4=1,ABS(E4:Z4))),) On Thu, Jun 13, 2013 at 7:49 PM, arshteynb...@gmail.com wrote: All, Can someone advise me on this formula: =IFERROR(AVERAGEIF(AE4:AZ4,1,E4:Z4),) How can you embed an ABS function in there? You cannot put it in here *

Re: $$Excel-Macros$$ Help to create transport Cab roster

2013-06-13 Thread Prabhu Pinky
Hi asish..i can give inputs for you. Gimme some till will prepare a document and share to you..hope it may help you... On Jun 14, 2013 10:57 AM, Ashish Kumar kumar.ashish...@gmail.com wrote: Dear Seniors, How to create a transport Cab roster. If, any one have an these type of roster data or