Re: $$Excel-Macros$$ Format data from Tally 7.2

2012-03-15 Thread Rajesh K R
s Long >> 'col A >> Cells(2, 1).Resize(Cells(2, 1).End(xlDown).Row).Copy Cells(2, "g") >> 'other columns >> For i = 2 To 5 >> fr = Cells(2, i).End(xlDown).Row >> lr = Cells(Rows.Count, i).End(xlUp).Row >> Cells(fr, i).Resize(lr).Copy Cells

Re: $$Excel-Macros$$ Macro for format table

2012-03-14 Thread Rajesh K R
Hi Thank u for ur reply, still I need some more changes in the code, pls check the attached xl file, it will show step by step what to do.pls make the necessary change in the code for getting the result. Sub CopyColumnsToTableSAS() Dim i As Integer Dim fr As Long Dim lr As Long 'col A Cells(2, 1).R

Re: $$Excel-Macros$$ Macro for format table

2012-03-14 Thread Rajesh K R
xlDown).Row > lr = Cells(Rows.Count, i).End(xlUp).Row > Cells(fr, i).Resize(lr).Copy Cells(2, i + 6) > Next i > End Sub > > > Don Guillett > Microsoft MVP Excel > SalesAid Software > dguille...@gmail.com > -Original Message- > From: Rajesh K R > Se

$$Excel-Macros$$ Macro for format table

2012-03-13 Thread Rajesh K R
Hi experts Find the attached file,and help me to create a macro to format a table from the data given. My idea to solve this select column A:E, & paste in G1 Select blank cells in column B ,here B2:B26 & Deletethem Repeat the sale in next columns Regards Rajesh Kainikkara -- FORUM

Re: $$Excel-Macros$$ Format data from Tally 7.2

2012-03-13 Thread Rajesh K R
Hi Thanks for ur reply, but i need a format like which add in attached file. Regards Rajesh Kainikkara On 3/13/12, Aivi wrote: > PFA.. > > ReGaRdS > AiVrAn kUmAr > > On Tue, Mar 13, 2012 at 9:46 AM, Rajesh K R > wrote: > >> Hi experts, >> >> I have

$$Excel-Macros$$ Format data from Tally 7.2

2012-03-12 Thread Rajesh K R
Hi experts, I have a large data in Tally 7.2,when i try to I got data in a different format, please check the attached file "Sheet 2" and make a solution. Thanks in advance Rajesh Kainikkara -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poo

Re: $$Excel-Macros$$ Look formula to select ledger group

2011-09-12 Thread Rajesh K R
riginal Message- > From: Rajesh K R > Sent: Monday, September 12, 2011 1:51 PM > To: excel-macros > Subject: $$Excel-Macros$$ Look formula to select ledger group > > Hi Experts, > > Is there any formula we can use to select matched texts just like > sumif formul

Re: $$Excel-Macros$$

2011-09-12 Thread Rajesh K R
Hi, I was not aware of that.Thanks for information. Regards Rajesh Kainikkara On 9/13/11, dguillett1 wrote: > I would strongly suggest that you not try to break this password UNLESS > poster can PROVE ownership. Legal problems > > -Original Message----- > From: Ra

Re: $$Excel-Macros$$

2011-09-12 Thread Rajesh K R
Hi, Pls send me the file, I will try. Regards Rajesh On 9/12/11, channa srinivas wrote: > hello everyone > > i have created a macro and protected it > and i forgot the password > is it possible to view the code?? > please help > > thanks > > srinivas > > -- > -

$$Excel-Macros$$ Look formula to select ledger group

2011-09-12 Thread Rajesh K R
Hi Experts, Is there any formula we can use to select matched texts just like sumif formula(in case of numbers).Kindly find the attached file it ellaborate well about the issue.And tell me how to solve it. Regards Rajesh Kainikkara -- ---

Re: $$Excel-Macros$$ select row which have specified data

2011-07-05 Thread Rajesh K R
t;> If DateValue(Sheets(1).Cells(i, 1).Value) = >> DateValue(Sheets(2).Range("a1").Value) Then >> k = Sheets(2).Range("iv2").End(xlToLeft).Column + 1 >> >> For j = 2 To 11 >> Sheets(2).Cells(j, k).Value = Sheets(1).Cells(i, j).Value >>

$$Excel-Macros$$ select row which have specified data

2011-07-05 Thread Rajesh K R
Hi Experts, Please find the attached file & tell me the code how to select the date value in "sheet2" cell "A1" in Sheet 1. After selecting the row then all the data in sheet2 range("B2:B11") have to copy & paste in the sheet1 colomns("B:K"). Regards Rajesh Kainikkara -- --

Re: $$Excel-Macros$$ Private sub selection-change preventing copy paste

2011-06-24 Thread Rajesh K R
> Application.EnableEvents = True > endif > End Sub > > > Sub Copy_April() > Flg=false > Sheets(1).Select > Range("A1:AG100").Select > Selection.Copy > sheets(13).select > Range("d10").Select > activecell.PasteSpecial :xl paste special v

Re: $$Excel-Macros$$ Private sub selection-change preventing copy paste

2011-06-23 Thread Rajesh K R
> Set DataFilledRange = Application.Union(DataFilledRange, cls) > End If > End If > End If > Next cls > With DataFilledRange > .Locked = True > .FormulaHidden = True > End With > WkSht.Protect DrawingObjects:=True, Contents:=True, Scenarios:=True > End Su

Re: $$Excel-Macros$$ Private sub selection-change preventing copy paste

2011-06-22 Thread Rajesh K R
xt cls > With DataFilledRange > .Locked = True > .FormulaHidden = True > End With > WkSht.Protect DrawingObjects:=True, Contents:=True, Scenarios:=True > End Sub > > On Wed, Jun 22, 2011 at 3:54 PM, Rajesh K R > wrote: > >> Hi Experts >> >> I add a co

$$Excel-Macros$$ Private sub selection-change preventing copy paste

2011-06-22 Thread Rajesh K R
Hi Experts I add a code in the work sheet for the identification of data selected, But the copy paste is not working in that sheet. How can I solve the issue,Pls check the code & tell me the change required. Private Sub Worksheet_SelectionChange(ByVal Target As Range) Application.EnableEvents = F

$$Excel-Macros$$ Protect cells if it have data(re post)

2011-06-15 Thread Rajesh K R
Hi Experts, I already posted this query, but i think my elaboration was not good. Now I made the necessary changes in the sample file attached. pls check it once more and tell me how to solve it. Regards Rajesh Kainikkara -- -

$$Excel-Macros$$ Protect cells if it have data

2011-06-14 Thread Rajesh K R
Hi Experts , Pls check the attached file .In it I have to protect the cells in columns "C" to "AG" if it have any data, but the other columns for entering name or serial number need not want to protect how can I solve it. Regards Rajesh Kainikkara -- ---

Re: $$Excel-Macros$$ MAC Address

2011-05-30 Thread Rajesh K R
= "Physical address: " & objAdapter.MACAddress Next objAdapter End Sub On 5/29/11, Mahesh parab wrote: > Hi > > try: > For Each objAdapter In colAdapters > Cells(1, 1) = "Physical address: " & objAdapter.MACAddress > Next objAdapter > End Sub

Re: $$Excel-Macros$$ MAC Address

2011-05-29 Thread Rajesh K R
md >> prompt and find Physical address i.e MAC address >> check info on below linkhttp://ecs.rutgers.edu/physicaladdr.php3 >> Thanks >> Mahesh >> On Sat, May 28, 2011 at 7:16 PM, Rajesh K R >> wrote: >> >> >> >> >> >> >> &

Re: $$Excel-Macros$$ MAC Address

2011-05-28 Thread Rajesh K R
ce.ExecQuery _ > ("Select * from Win32_NetworkAdapterConfiguration Where IPEnabled = True") > For Each objAdapter In colAdapters > MsgBox "Physical address: " & objAdapter.MACAddress > Next objAdapter > End Sub > > > > On Fri, May 27, 2011 at

$$Excel-Macros$$ MAC Address

2011-05-27 Thread Rajesh K R
Hi Experts Is there any code to get MAC address of the computer. Regards Rajesh kainikkara -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceldai

$$Excel-Macros$$ Problem regarding rank formula

2011-05-14 Thread Rajesh K R
Hi experts, pls check the attached file and solve my issue regarding ranking the rooms according they are used for rent. In column "H" I given the formula for rank it, but it shows wrong values, the answer required given in column"i". Regards Rajesh Kainikkara -- --

Re: $$Excel-Macros$$ if with 3 criteria

2011-05-13 Thread Rajesh K R
content in yellow are the two conditions > > thanks > > > On Thu, May 12, 2011 at 8:51 PM, Rajesh K R > wrote: >> Hi Experts, >> Pls find the attached file and solve the issue regarding if function. >> >> Regards >> Rajesh kainikkara >> >

$$Excel-Macros$$ Rank the data

2011-05-13 Thread Rajesh K R
Hi Experts, Pls find the attachment and tell me how to rank the rooms as per the collection received from them. Regards Rajesh Kainikkara -- -- Some important links for excel users: 1. Follow us on TWITTER for tips

$$Excel-Macros$$ if with 3 criteria

2011-05-12 Thread Rajesh K R
Hi Experts, Pls find the attached file and solve the issue regarding if function. Regards Rajesh kainikkara -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twit

Re: $$Excel-Macros$$ Consolidate data

2011-05-12 Thread Rajesh K R
Hi, Thank you everybody send reply, all are perfect answers. Regards Rajesh kainikkara On 5/11/11, ChilExcel wrote: > Please see attached file > > > > By Chilexcel > > 2011/5/10 Rajesh K R > >> Hi Experts >> Pls check the attached file and tell me h

$$Excel-Macros$$ Consolidate data

2011-05-10 Thread Rajesh K R
Hi Experts Pls check the attached file and tell me how to consolidate date month wise. Regards Rajesh Kainikkara -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http:

Re: $$Excel-Macros$$ go back to the last visited page

2011-05-10 Thread Rajesh K R
t;> Chilexcel >> >> >> >> 2011/5/9 rajan verma >> >>> HI, >>> Please see if it help.. >>> >>> >>> On Sun, May 8, 2011 at 4:01 PM, Rajesh K R >>> wrote: >>> >>>> Hi Experts >>>> Is it

Re: $$Excel-Macros$$ go back to the last visited page

2011-05-09 Thread Rajesh K R
Hi The xlsm file is not open in my computer will u send the code inside it. Regards Rajesh Kainikkara On 5/9/11, rajan verma wrote: > HI, > Please see if it help.. > > On Sun, May 8, 2011 at 4:01 PM, Rajesh K R > wrote: > >> Hi Experts >> Is it possible to crea

$$Excel-Macros$$ Delete raws having data above the specified period

2011-05-08 Thread Rajesh K R
Hi Experts I need code to find the cells in column "A" having date above the date specified in "C1" then select the entire column and delete it. Then loop until all the data above the specified period deleted. Regards Rajesh Kainikkara -- --

Re: $$Excel-Macros$$ get name of months from date

2011-05-08 Thread Rajesh K R
Hi Thanks for the formula . Regards Rajesh Kainikkara On 5/8/11, ashish koul wrote: > =TEXT(a1,"") > > On Sun, May 8, 2011 at 4:48 PM, Rajesh K R > wrote: > >> Hi Experts >> If I want to get the name of month from dates >> 1/4/11- April >

$$Excel-Macros$$ get name of months from date

2011-05-08 Thread Rajesh K R
Hi Experts If I want to get the name of month from dates 1/4/11- April 5/5/11 - May how I can I do it with a formula or code Regards Rajesh Kainikkara -- -- Some important links for excel users: 1. Follow u

$$Excel-Macros$$ go back to the last visited page

2011-05-08 Thread Rajesh K R
Hi Experts Is it possible to create two buttons one for forward & other for backward and move to sheets in the order what we used after login just like we do in a browser.Pls check the attachment Regards Rajesh Kainikkara . -- -

$$Excel-Macros$$ Font for password

2011-04-27 Thread Rajesh K R
Hi Experts, In my worksheet I used a cell to enter my secret password. I made the file in way that the formulas in that sheet will work only if that value is correct. I want hide the secret password from others. eg I need the fonts like or # . How can I do it. Regards Rajesh kainikkara

Re: $$Excel-Macros$$ Show full screen for a particular workbook only.

2011-04-24 Thread Rajesh K R
@googlegroups.com > Sent: Wed, April 20, 2011 12:43:36 PM > Subject: Re: $$Excel-Macros$$ Show full screen for a particular workbook > only. > > > You need add ins ? > > > > > 2011/4/20 rajan verma > > make it add-ins >> >> >> >>On F

Re: $$Excel-Macros$$ Re: Password protect & unprotect sheets using code

2011-04-16 Thread Rajesh K R
gt; For Each ws In Worksheets > ws.Unprotect Password:="anystring" > Next > > End Sub > > On Apr 15, 7:51 am, Rajesh K R wrote: >> Hi Experts, >> >> I want to password protect my work sheets, but the same time it is >> necessary to unprotect i

Re: $$Excel-Macros$$ Password protect & unprotect sheets using code

2011-04-16 Thread Rajesh K R
Hi, Thanks for ur reply Regards Rajesh Kainikkara On 4/15/11, STDEV(i) wrote: > Sub ABCD() > Sheets("MySheet").Unprotect "yourpassword" > --- your program accessing to sheets("MySheet") > Sheets("MySheet").Protect "yourpassword&quo

$$Excel-Macros$$ Password protect & unprotect sheets using code

2011-04-15 Thread Rajesh K R
Hi Experts, I want to password protect my work sheets, but the same time it is necessary to unprotect it for the running of macro so i have to give a code to unprotect them. how can I do it. Regards Rajesh kainikkara -- --

$$Excel-Macros$$ Show full screen for a particular workbook only.

2011-04-15 Thread Rajesh K R
Hi Experts, I gave the following code to get the full screen view, if it is only applicable to that particular workbook how can i change it. Private Sub Workbook_Open() Application.DisplayFullScreen = True End Sub Regards Rajesh kainikkara -- --

Re: $$Excel-Macros$$ Select numbers date wise using a formula

2011-04-01 Thread Rajesh K R
Hi I am also searching for that. u can download freely the tools & codes to crack the worksheet passwords, but in case of VBA project password cracking I think it may not be easy. Regards Rajesh kainikkara On 3/28/11, Raveendra wrote: > Can you explain how to crack password in VBThanks & R

Re: $$Excel-Macros$$ Re: Identify the room status by color code

2011-03-31 Thread Rajesh K R
nt >> >> >> >> On Sun, Mar 27, 2011 at 9:35 AM, STDEV(i) >> wrote: >> >>> please find attached >>> and see if it helps >>> >>> best regards >>> siti Vi >>> >>> >>> On Sat, Mar 26, 2011 at

Re: $$Excel-Macros$$ Re: Identify the room status by color code

2011-03-31 Thread Rajesh K R
tachment >> >> >> >> On Sun, Mar 27, 2011 at 9:35 AM, STDEV(i) >> wrote: >> >>> please find attached >>> and see if it helps >>> >>> best regards >>> siti Vi >>> >>> >>> On Sat, Mar 26, 20

Re: $$Excel-Macros$$ Identify the room status by color code

2011-03-26 Thread Rajesh K R
attachment is added now On 3/26/11, vijayajith VA wrote: > Hai > attachment is missing > thanks > > On Sat, Mar 26, 2011 at 7:43 PM, Rajesh K R > wrote: > >> Hi Experts >> >> How to understand the room status, by color code.pls check the >> atta

Re: $$Excel-Macros$$ Select numbers date wise using a formula

2011-03-26 Thread Rajesh K R
gt; =IF(ISNUMBER($A5),OFFSET(BILL!$D$1,$A5,0),"") > > 2 > lookup the table based on RowIndex > individual formula in a cell > > =IF(ISNUMBER($A5),OFFSET(BILL!$D$1,$A5,0),"") > > > > On Fri, Mar 25, 2011 at 7:40 PM, Rajesh K R > wrote: >

$$Excel-Macros$$ Re: Identify the room status by color code

2011-03-26 Thread Rajesh K R
On 3/26/11, Rajesh K R wrote: > Hi Experts > > How to understand the room status, by color code.pls check the attachment. > > Regards > > Rajesh Kainikkara > -- -- Some important links for e

$$Excel-Macros$$ Identify the room status by color code

2011-03-26 Thread Rajesh K R
Hi Experts How to understand the room status, by color code.pls check the attachment. Regards Rajesh Kainikkara -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http

$$Excel-Macros$$ Select numbers date wise using a formula

2011-03-25 Thread Rajesh K R
Hi, How can I select bill numbers of a particular date and show it in ascending order using a formula.Kindly check the attachment . Regards Rajesh Kainikkara -- -- Some important links for excel users: 1. Follow us o

Re: $$Excel-Macros$$ Round the decimal part of the numbers .5 or 1

2011-03-25 Thread Rajesh K R
I3))) > > and more.. > > > > On Fri, Mar 18, 2011 at 10:42 PM, Rajesh K R > wrote: >> >> I want to round the value 16.33 as 16.5 and 16.83 as 17 how can I do >> it with a formula. >> Regards >> Rajesh kainikkara >> >> > > -- >

$$Excel-Macros$$ Round the decimal part of the numbers .5 or 1

2011-03-18 Thread Rajesh K R
Hi Experts I want to round the value 16.33 as 16.5 and 16.83 as 17 how can I do it with a formula. Regards Rajesh kainikkara -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and l

Re: $$Excel-Macros$$ Calculate Time

2011-03-10 Thread Rajesh K R
Hi Ashish Thanks for the reply, I need some more change in it, Kindly check the attachment . Regards Rajesh Kainikkara On 3/8/11, ashish koul wrote: > see if it helps > > On Mon, Mar 7, 2011 at 9:52 PM, Rajesh K R > wrote: > >> Hi Experts , >> >> Kindly check

Re: $$Excel-Macros$$ Calculate Time

2011-03-08 Thread Rajesh K R
":"))) > - (C2+TIMEVALUE(SUBSTITUTE(D2,".",":" > > This will give you the number of days (and partial days) between the two > dates. > > Simply multiply by the number of hours/day (24) gives you: > > =((F2+TIMEVALUE(SUBSTITUTE(G2,".",&q

$$Excel-Macros$$ Calculate Time

2011-03-07 Thread Rajesh K R
Hi Experts , Kindly check the attached file and tell how to calculate the hours of stay in column "I". Regards Rajesh kainikkara -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks a

Re: $$Excel-Macros$$ Select data from sheet2 to sheet1 which is not exist in the sheet1

2011-02-16 Thread Rajesh K R
).Select > ActiveSheet.Paste > End If > > Next i > > > > > End Sub > > > On Wed, Feb 16, 2011 at 8:40 PM, Rajesh K R > wrote: > >> Hi >> Thanks for ur fast reply, now it copying the data in column"B" if I >> want to copy the entire

Re: $$Excel-Macros$$ Select data from sheet2 to sheet1 which is not exist in the sheet1

2011-02-16 Thread Rajesh K R
"b1").End(xlDown).Row > If Application.WorksheetFunction.CountIf(Sheets(1).Range("b:b"), > Sheets(2).Range("b" & i).Value) = 0 Then > Sheets(1).Cells(Sheets(1).Range("b1").End(xlDown).Row + 1, 2).Value = > Sheets(2).Range("b" & i).Value > End

$$Excel-Macros$$ Select data from sheet2 to sheet1 which is not exist in the sheet1

2011-02-16 Thread Rajesh K R
Hi Experts How can select data from sheet2 which don't exist in sheet1 and copy the entire raw and paste in sheet1. Pls find the attached file to get more details Regards Rajesh Kainikkara -- -- Some important links

Re: $$Excel-Macros$$ reduce the size of code

2011-02-14 Thread Rajesh K R
    Sheets("ITEM MASTER").Select >     Range("B2:O200").Select >     Selection.Copy >     Sheets(ShtName).Select >         Range("F2").Select >     ActiveSheet.Paste >     End If >     Next M > End

Re: $$Excel-Macros$$ Insert raw based on condition in a range

2011-02-13 Thread Rajesh K R
t;> Cells(R - 1, 2).Value) Then >     Cells(R, 2).EntireRow.Insert Shift:=xlDown, _ >     CopyOrigin:=xlFormatFromLeftOrAbove >     Cells(R, 1).Value = Cells(R + 1, 2).Value >     End If >     End If >     Next R >     Application.Scre

$$Excel-Macros$$ Insert raw based on condition in a range

2011-02-11 Thread Rajesh K R
Hi Experts Here is my issue about inserting raws in a range of cells. A B C 1 ABC ALPHABETS =IF(B1<>B2,1,"") 2 123 NUMERICS 3 *@& SYMBOLS I want to insert a raw if the cell value in column B = 1.& copy the text of column B & paste it in

$$Excel-Macros$$ Problem regarding sorting and grouping in a prescribed way

2011-02-10 Thread Rajesh K R
Hi Experts, I have a problem regarding sorting and the data.Within my limitation I tried to sort them based on the group column and insert a raw in the beginning where the data changes.But I can't write code well.Kindly help me regarding this issue. Rajesh Kainikkara --

Re: $$Excel-Macros$$ HOW TO CONVERT THE AMOUNT IN TEXT

2011-02-05 Thread Rajesh K R
Hi Dave Excellent work, I never thought that the conversion can be done by formula. Regards Rajesh Kainikkara On 2/5/11, Dave Bonallack wrote: > > Hi Solomon, > Have a look at the attached. Most numbers-to-text conversions are done with > VBA, but this one is done with formulas and functions. It u

Re: $$Excel-Macros$$ How to format Cmd Buttons

2011-01-09 Thread Rajesh K R
perties. > > Then select Backcolor from Alphabetic list and choose from the Palette. > > ~Susan > > -Original Message- > From: excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com] > On Behalf Of Rajesh K R > Sent: Saturday, January 08, 2011 11:32 AM &g

$$Excel-Macros$$ How to format Cmd Buttons

2011-01-08 Thread Rajesh K R
Hi Experts How can change the color of command buttons Regards Rajesh Kainikkara. -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceldailytip 2.

Re: $$Excel-Macros$$ How to get the system name using macro

2011-01-07 Thread Rajesh K R
t; >> Regards. >> >> Daniel >> >> -Message d'origine- >> De : excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com] >> De >> la part de Rajesh K R >> Envoyé : jeudi 6 janvier 2011 16:14 >> À : excel-macros >&g

Re: $$Excel-Macros$$ Re: How to get the system name using macro

2011-01-06 Thread Rajesh K R
Hi Thanks for the mail, let me know one thing how can get the result in sheet 1! range"A1" Regards Rajesh kainikkara On 1/6/11, JsinSk wrote: > Private Declare Function GetComputerName Lib "kernel32" _ > Alias "GetComputerNameA" _ > (ByVal lpBuffer As String, nSize As Long) As Long > > >

$$Excel-Macros$$ How to get the system name using macro

2011-01-06 Thread Rajesh K R
Hi Experts How can I get the the computer name on which the macro is running. Regards Rajesh kainikkara -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter

Re: $$Excel-Macros$$ prevent copying xl files

2011-01-06 Thread Rajesh K R
e in notepad > 2.Save it with your desirables name > 3.Check machine name before opening Workbook/ Else close Workbook. > > > For any problem to doing this stuff,Send me mail.. > Hope it Will Help > > On Wed, Jan 5, 2011 at 7:04 PM, Rajesh K R > wrote: >> Hi Expe

$$Excel-Macros$$ prevent copying xl files

2011-01-05 Thread Rajesh K R
Hi Experts, Is it possible to prevent coping a particular Excel work book , from my computer. I am thinking if the macro has an address like computer name\d\rajesh.xls it will not work in other computer & other location without my permission, I don't know is it possible or is there a better way fo

Re: $$Excel-Macros$$ Formula required to find the highest & lowest values in each month

2010-12-29 Thread Rajesh K R
--- > Ms.Exl.Learner > --- > > On Sun, Dec 26, 2010 at 6:29 PM, ashish koul wrote: > >> >> check the attachment >> On Sun, Dec 26, 2010 at 3:15 PM, Rajesh K R >> wrote: >> >>> Hi experts >>> >>> Wish you happy new ye

$$Excel-Macros$$ If the data is in different sheets how can get the highest & lowest value.

2010-12-29 Thread Rajesh K R
a to do the work. > > Have a look in the attached file. > > --- > Ms.Exl.Learner > --- > > On Sun, Dec 26, 2010 at 6:29 PM, ashish koul wrote: > >> >> check the attachment >> On Sun, Dec 26, 2010 at 3:15 PM, Rajesh K

Re: $$Excel-Macros$$ Formula required to find the highest & lowest values in each month

2010-12-26 Thread Rajesh K R
Hi Ashish Thank u very much, for ur fast & perfect answer Regards Rajesh Kainikkara On 12/26/10, ashish koul wrote: > check the attachment > On Sun, Dec 26, 2010 at 3:15 PM, Rajesh K R > wrote: > >> Hi experts >> >> Wish you happy new year >> >>

$$Excel-Macros$$ Formula required to find the highest & lowest values in each month

2010-12-26 Thread Rajesh K R
Hi experts Wish you happy new year I have worksheet like this Column A - Date Column B - Amt Column C - Name of Month Column D - For highest value of each month Column E - For lowest value of each month Pls check the attached file & tell me what is the formula for finding the highest & lowest val

$$Excel-Macros$$ how can i import the files in th same format in excel

2010-12-23 Thread Rajesh K R
Hi Experts when importing files i got different formated file, how i can get the data in the same format. Regards Rajesh Kainikkara -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks

$$Excel-Macros$$ how to use the macros in a closed book

2010-12-22 Thread Rajesh K R
Hi Experts Is it possible to use a macro in a workbook to another workbook when that book having the macro is closed.If possible pls let me know how to do it. Regards Rajesh Kainikkara -- -- Some important links for

$$Excel-Macros$$ Problem regarding import & export

2010-12-21 Thread Rajesh K R
Hi Experts In my file "MAINSTORE.xls" I have a worksheet named "Old Items" have to import in the file Backup.xls .With in my limitation I created a macro by recording. The main problem is that it is not importing in a format that I crated in the file MAINSTORE.XLS.Besides that it is looks little b

Re: $$Excel-Macros$$ Create a new work book and copy the data from theexcising work book

2010-12-21 Thread Rajesh K R
at all) > > Either separate the two steps: > ' > FileName = InputBox("File name, please?") > ActiveWorkbook.SaveAs Filename:=FileName > '-------- > > or remove the variable altog

Re: $$Excel-Macros$$ Create a new work book and copy the data from theexcising work book

2010-12-20 Thread Rajesh K R
he trouble. Regards Rajesh Kainikkara On 12/18/10, in.vaib...@gmail.com wrote: > Yes, > > Send your data sheet with ur requirements. > > Sent on my BlackBerry® from Vodafone > > -Original Message- > From: Rajesh K R > Sender: excel-macros@googlegroups.com > Dat

$$Excel-Macros$$ Create a new work book and copy the data from the excising work book

2010-12-18 Thread Rajesh K R
Hi experts Is it possible to create a new work book and copy the required to it from the excising file using a macro. Regards Rajesh Kainikkara -- -- Some important links for excel users: 1. Follow us on TWITTER for

Re: $$Excel-Macros$$ problem in sumif

2010-12-18 Thread Rajesh K R
t; > --- > Ms.Exl.Learner > ----------- > > On Thu, Dec 16, 2010 at 4:08 PM, Rajesh K R > wrote: > >> hi >> Thanks 4 ur reply,it was a sample what i required, in the actual data >> its around 300 items in it >> the data will never in the order

Re: $$Excel-Macros$$ problem in sumif

2010-12-16 Thread Rajesh K R
REPORT!A3,DAMAGE!B2:B5) > 2. The drinks in column A should be in the same order on each sheet. > Regards. > Daniel > > -Message d'origine- > De : excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com] De > la part de Rajesh K R > Envoyé : mercredi 1

$$Excel-Macros$$ problem in sumif

2010-12-15 Thread Rajesh K R
Hi Experts Pls find the attachment ,& tell me whats wrong in the formula STOCK SUMMERY - 1 st sheet OPENING PURCHASESALEBALANCE COLA 1000 250 700 550 SODA500100 300 300 WATER 400 150

Re: $$Excel-Macros$$ Select the next cell when the page open

2010-12-09 Thread Rajesh K R
te() > Dim lastcolumn > lastcolumn = Cells(1, Columns.Count).End(xlToLeft).Offset(, 1).Column > Cells(1, lastcolumn).Select > End Sub > > Regards. > Daniel > > -Message d'origine- > De : excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com] De > la pa

Re: $$Excel-Macros$$ how to protect & unprotect the sheet with same button

2010-12-09 Thread Rajesh K R
Hi Dave The code is working well, Thank u very much Regards Rajesh kainikkara On 12/9/10, Dave Bonallack wrote: > > Hi, > Try this. > > Sub Macro6() > If ActiveSheet.ProtectContents = True Then ActiveSheet.Unprotect Else > ActiveSheet.Protect > End Sub > > Regards - Dave. > >> Date: Wed, 8 De

$$Excel-Macros$$ how to protect & unprotect the sheet with same button

2010-12-08 Thread Rajesh K R
Hi Experts i am want to give an edit button in my worksheet, for protecting & unprotecting the sheet how can i use it. I try this code but not working,pls correct it Sub Macro6() If ActiveSheet.Protect = True Then ActiveSheet.Unprotect Else If ActiveSheet.Protect = False Then ActiveSheet.Protect

Re: $$Excel-Macros$$ Select the next cell when the page open

2010-12-07 Thread Rajesh K R
Hi i got a mistake in my code here is the correct one Private Sub Worksheet_Activate() Dim lastrow lastrow = Cells(Rows.Count, 12).End(xlUp).Offset(1, 0).Row Cells(lastrow, 12).Select End Sub Regards Rajesh kainikkara On 12/7/10, Rajesh K R wrote: > HI Daniel > here is the code what i am

Re: $$Excel-Macros$$ Select the next cell when the page open

2010-12-07 Thread Rajesh K R
, 12).Select End Sub Thanks & Regards Rajesh Kainikkara On 12/6/10, Daniel wrote: > Hello. > Maybe : > Columns(Day(Date)).Select > Regards. > Daniel > > -Message d'origine- > De : excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com] De > la

Re: $$Excel-Macros$$ error in macro

2010-12-07 Thread Rajesh K R
t; Sheets(CInt(mySht)).Select > End Sub > > Daniel > > -----Message d'origine- > De : excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com] De > la part de Rajesh K R > Envoyé : lundi 6 décembre 2010 17:13 > À : excel-macros@googlegroups.com > Obj

$$Excel-Macros$$ Select the next cell when the page open

2010-12-06 Thread Rajesh K R
Hi Experts I am using an excel sheet for attendance marking sheet have 31 columns for each day. if i mark the attendance up to 5th , i want to get select the column for 6th day automatically when i open the page.how can write the code 1 a b c d e f 2 1 2 3 4 5 6 3 x x x x x 4 x x x x x Thanks

Re: $$Excel-Macros$$ error in macro

2010-12-06 Thread Rajesh K R
t) Then Exit Sub > Sheets(mySht).Select > End Sub > > Regards. > Daniel > > -Message d'origine- > De : excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com] De > la part de Rajesh K R > Envoyé : dimanche 5 décembre 2010 11:31 > À : ex

$$Excel-Macros$$ error in macro

2010-12-05 Thread Rajesh K R
Hi Experts, How to solve my problem regarding run time error Sub Go2sheet() myShts = ActiveWorkbook.Sheets.Count For i = 1 To myShts myList = myList & i & " - " & ActiveWorkbook.Sheets(i).Name & " " & vbCr Next i Dim mySht As Single mySht = InputBox("Select sheet no to copy data for report." & vb

Re: $$Excel-Macros$$ select the specified sheet

2010-11-28 Thread Rajesh K R
this see if it helps > > Private Sub Worksheet_Change(ByVal Target As Range) > If Target.Row = 1 And Target.Column = 1 Then > On Error Resume Next > Sheets(Range("a1").Text).Activate > End If > > End Sub > > > > On Sun, Nov 28, 2010 at 5:32 PM, Rajesh K R >

$$Excel-Macros$$ select the specified sheet

2010-11-28 Thread Rajesh K R
Hi experts How can i select a sheet from file having many sheets just type the sheet name in cell A1 in sheet1. Thanks in advance Rajesh Kainikkara -- -- Some important links for excel users: 1. Follow us on TWITTER

Re: $$Excel-Macros$$ two database in one file which can open with two password

2010-11-27 Thread Rajesh K R
w, you can not see it using Format->Sheet-> unhide > To get it, use following code > > Sheet1.Visible = True > > Further to this, you can protect your VBA code as well, so that no one > can edit the code to unhide the sheets. > > > Best Regards, > DILIPandey >

Re: $$Excel-Macros$$ two database in one file which can open with two password

2010-11-24 Thread Rajesh K R
gt; > Best Regards, > DILIPandey > > > > On 11/22/10, Rajesh K R wrote: >> Hi Experts >> is it possible to make file which having hided and unguided sheets and >> open them using different passwords. >> Regards >> Rajesh kainikkara >> >>

$$Excel-Macros$$ two database in one file which can open with two password

2010-11-21 Thread Rajesh K R
Hi Experts is it possible to make file which having hided and unguided sheets and open them using different passwords. Regards Rajesh kainikkara -- -- Some important links for excel users: 1. Follow us on TWITTER for

Re: $$Excel-Macros$$ Re: Hi Experts help needed for stock entry

2010-11-21 Thread Rajesh K R
Application.EnableEvents = True > Application.ScreenUpdating = True > End Sub > > > PS: In future please do not send attachments, rather try to elaborate > your problem efficiently. The group is to help and solve your issues > not your projects. > ___

$$Excel-Macros$$ how to use colour index if the sheet have backgroud color

2010-11-16 Thread Rajesh K R
Hi Experts, Is it possible to use colour index code if i am using a background color on the sheet,pls find the attatchment and find a solution. Thanks in advance Regards Rajesh kainikkara -- -- Some important links

$$Excel-Macros$$ What is the code to lock & unlock a file have protect password

2010-11-12 Thread Rajesh K R
Hi Experts i have a doubt about using macro code for locking and unlocking a file with a password pls help me Regards Rajesh -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and l

$$Excel-Macros$$ custom data filtering not working properly

2010-11-03 Thread Rajesh K R
Hi Experts Pls find the attatchement and find a solution . in the data custom filtering is not working except the date 01/10/10 to 10/10/10 . Expecting your valuable advice Regards Rajesh Kainikkara -- -- Some importa

Re: $$Excel-Macros$$ manage lengthy database

2010-10-31 Thread Rajesh K R
Experts, Pls find the attachment and find a solution, in that filter not working properly in the dates except 10/10/2010 & 11/10/2010, pls tell me the problem & help me to solve it. Regards Rajesh kainikkara On 10/31/10, Rajesh K R wrote: > Experts, >

  1   2   >