Re: $$Excel-Macros$$ VBA Macro for data split as per the specified format

2014-03-22 Thread renuka chari
Ashish Sir, you are really Great... i am very big fan of you.. thank you so much for the providing the code, this is working good. On Saturday, 22 March 2014 11:38:08 UTC+5:30, ashish wrote: > > > > > > > > > > > > > > > > > > Sub create() > > > Dim wk As Worksheet, wk2 As Worksheet > Dim

Re: $$Excel-Macros$$ Re: VBA Macro for data split as per the specified format

2014-03-23 Thread renuka chari
amp; > z).Value >wk.Range("e" & s & ":e" & s + (z - i - 1)).Value = .Range("b" & > z).Value >wk.Range("f" & s & ":f" & s + (z - i - 1)).Value = .Range("c" & > z).Value >&#

Re: $$Excel-Macros$$ please help me on index match or offset function to calculate top 5 consolidated locations and amounts

2014-04-29 Thread renuka chari
Dear sir, i dont want to use pivot. i need only formula for offset or index is it possible... On Tuesday, 29 April 2014 11:20:39 UTC+5:30, Vabz wrote: > Hi > > You can do using Pivot Table, see attached file. > > >1. In the Pivot Table, click the drop down arrow in the RowLabels >fi

Re: $$Excel-Macros$$ please help me on index match or offset function to calculate top 5 consolidated locations and amounts

2014-04-29 Thread renuka chari
: > > Its not possible to do without any help column. > > Another way out is shown in attached file. Ref col E & F. > > Thx > > > On Tue, Apr 29, 2014 at 2:34 PM, renuka chari > > wrote: > >> Dear sir, >> >> i dont want to use pivot.

Re: $$Excel-Macros$$ please help me on index match or offset function to calculate top 5 consolidated locations and amounts

2014-04-29 Thread renuka chari
Dear sir, thank you so much.your given a great help.. On Tuesday, 29 April 2014 22:03:02 UTC+5:30, Vabz wrote: > > Hi > > PFA alternate method using formula & help sheet. > > Thanks > > > On Tue, Apr 29, 2014 at 8:57 PM, renuka chari > > wro

Re: $$Excel-Macros$$ please help me on index match or offset function to calculate top 5 consolidated locations and amounts

2014-04-29 Thread renuka chari
Dear Sir, countif function creating more violation for huge data range. is there any possible to overcome or use any other function. please guide me... thanks... On Tuesday, 29 April 2014 23:39:09 UTC+5:30, renuka chari wrote: > > Dear sir, > > thank

Re: $$Excel-Macros$$ please help me on index match or offset function to calculate top 5 consolidated locations and amounts

2014-04-30 Thread renuka chari
ou can do so by creating UDF. > > See UDF sheet. > > Thanks > > > On Wed, Apr 30, 2014 at 12:08 AM, renuka chari > > wrote: > >> Dear Sir, >> >> countif function creating more violation for huge data range. is there >> any poss

Re: $$Excel-Macros$$ Vlookup get numbers from different table

2014-04-30 Thread renuka chari
Dear Vabs, Super ... On Wednesday, 30 April 2014 12:23:46 UTC+5:30, amar takale wrote: > > Dear Vabs Brother > > Its really cool formula which you have sent me… There was a glow in my > face > > Thanks very very muchfor helping excel enthusiasts > voluntarily !! > > Regards

Re: $$Excel-Macros$$ Re: VBA Macro for data split as per the specified format

2014-04-30 Thread renuka chari
check and confirm.. On Monday, 21 April 2014 16:39:40 UTC+5:30, kapil Gupta wrote: > > But what is the password in this code. Please reply > > > On Saturday, March 22, 2014 7:03:12 PM UTC+5:30, renuka chari wrote: >> >> Dear Deepak, >> >> thank

Re: $$Excel-Macros$$ ODS TO EXCEL CONVERSION PROBLEM

2014-05-16 Thread renuka chari
SaveAs Filename:=StrDocName, FileFormat:=51 > oWorkbook.Close Savechanges:=wdDoNotSaveChanges > StrFilename = Dir$() > Wend > MsgBox "Conversion is completed", , "ODS to XLSX" > Exit Sub > End Sub > > Cheers!! > > > On Thu, May 15, 2014 a

$$Excel-Macros$$ Re: alphanumeric sheet names sort ascending or descending

2014-07-05 Thread renuka chari
please provide/ On Thursday, 3 July 2014 00:03:44 UTC+5:30, renuka chari wrote: > > *dear group,* > > *please provide the vba macro for sheet names having alphanumerics then > it wont sort asc or dsc* > > > *suppose for example one workbook having 23 worksheet

Re: $$Excel-Macros$$ Re: alphanumeric sheet names sort ascending or descending

2014-07-05 Thread renuka chari
www,, thanks vab sir,,, thanks alot, On Saturday, 5 July 2014 16:37:05 UTC+5:30, Vabz wrote: > > Chek dis... > > it has bot macro for normal name & for alpha numeric name too... > > > Cheers!! > > On Sat, Jul 5, 2014 at

Re: $$Excel-Macros$$ Problem for copy and paste range in one sheet to other sheet

2014-07-17 Thread renuka chari
Dear sir, i was prepared a macro for autofilter the range based on column a1 in unique values and paste this range into sheet2 side by side in this i have succed in the autofilter the range data but failed to copy this data into sheet2 side by side i think may be some logic was missing in secoun

Re: $$Excel-Macros$$ Problem for copy and paste range in one sheet to other sheet

2014-07-18 Thread renuka chari
Thanks alot sir On Friday, 18 July 2014 14:00:05 UTC+5:30, Vabz wrote: > > Hi > > PFA > > Cheers!! > > > On Fri, Jul 18, 2014 at 9:27 AM, renuka chari > wrote: > >> Dear sir, >> i was prepared a macro for autofilter the range based on colu

Re: $$Excel-Macros$$ please provide the excel vba code for creating ms access table headers table

2014-09-26 Thread renuka chari
Dear sir, i am unable to use this code because its showing error, so please copy rectify the error and provide the excel sheet for that.. thanks alot. On Friday, 26 September 2014 11:58:17 UTC+5:30, Vabz wrote: > > chek this: > > > http://www.excelguru.ca/content.php?122-Creating-an

Re: $$Excel-Macros$$ Serial Number macro problem

2014-10-14 Thread renuka chari
Thank you mr. Pramod, this is only i am expecting thanks alot.. On Wednesday, 15 October 2014 08:59:44 UTC+5:30, pramodb35 wrote: > > Hi Renukachari, > > > Please find the attachment as per your requirement.. > > On Wed, Oct 15, 2014 at 12:10 AM, Paul Schreiner > wrote: > > I'm sorry

$$Excel-Macros$$ Re: while using activex controls, i have been facing attached snpshot message

2014-12-16 Thread renuka chari
Hi Sir, i tried to copy all the code and controls into new workbook still i have been facing the same problem please guide me in this regard , thanks lot On Monday, 15 December 2014 18:10:46 UTC+5:30, renuka chari wrote: > > Dear Experts, > > please solve

Re: $$Excel-Macros$$ VBA Code need

2015-11-13 Thread renuka chari
Hi Paul, Thanks for your replay, my data having segment and 2 quarter values i need below kind of report Segment vlaues1 vlaues2 A (Q3) 1 A (Q4) 2 B (Q3) 1 B (Q4) 2 On Friday, 13 November 2015 02:01:19 UTC+5:30, Paul Schreiner wrote: > > Wha

Re: $$Excel-Macros$$ is ther any way to keep subject line while opening outlook new mail

2012-02-18 Thread renuka chari
hi it was not work actually in my excel backend some code is there once can you check tahat and give me solution for that thanks for ur valueble replay On Feb 17, 4:48 am, NOORAIN ANSARI wrote: > Hi Renu, > > Please see attached Screen shot, it might be helpful > > On Fri, Feb 17, 2012 at 1:1

$$Excel-Macros$$ Re: Macro to import email information to excel

2012-02-18 Thread renuka chari
hi Option Explicit Sub ExportToExcel() On Error GoTo ErrHandler Dim appExcel As Excel.Application Dim wkb As Excel.Workbook Dim wks As Excel.Worksheet Dim rng As Excel.Range Dim strSheet As String Dim strPath As String Dim intRowCounter As Integer Dim intColumnCounter As Integer Dim msg A

Re: $$Excel-Macros$$ is ther any way to keep subject line while opening outlook new mail

2012-02-20 Thread renuka chari
hi Noorain i know that formula, but i neet To Address,bcc Address & Subject. At a Single glance thanks On Feb 19, 11:34 am, NOORAIN ANSARI wrote: > Dear Vijay/Renuka, > > Please use it to keep subject line while opening new outlook window.. > > *=HYPERLINK("**mailto:"&G2&"?Subject="&"

Re: $$Excel-Macros$$ is ther any way to keep subject line while opening outlook new mail

2012-02-21 Thread renuka chari
gt; =HYPERLINK("mailto:"&G2&"?bcc=noorain.ans...@gmail.com&Subject=Ladger > > statement",G2) > > > -- > > Thanks & regards, > > Noorain Ansari > >  *http://noorainansari.com/* > > *http://excelmacroworld.blogspot.com/*<http:

Re: $$Excel-Macros$$ Forgot my workbook encrypted password

2012-02-21 Thread renuka chari
Hi Alll i am extremely Sorry for that On Feb 21, 2:46 pm, "Asa Rossoff" wrote: > Hi Renukachari, > > Sorry, your query is against group rules.  "3) Don't post questions > regarding breaking or bypassing any security measure." is stated at the > bottom of every message and on the website. > > Asa

$$Excel-Macros$$ Re: Most Helpful Member Feb'12 - Noorain Ansari

2012-03-19 Thread renuka chari
Hi Noorain, Congrats On Mar 15, 3:49 am, Ayush Jain wrote: >  Hello Everyone, > > Noorain Ansari has been selected as 'Most Helpful Member' for the month of > Feb'12 > He has posted 156 posts in Feb'12 and helped many people through his > expertise. He has been consistent contributor t

$$Excel-Macros$$ Re: Hi all Experts Cna u share a Macro for outlook emails sending Specific Templet With Attachments formats of .PDF & .htm

2012-05-19 Thread renuka chari
Hi rajan thanks for ur replay but i need not like that 2 payslips are sending to 2 employees individually in at a time how is it possible? On Thursday, 17 May 2012 17:24:23 UTC+5:30, renuka chari wrote: > > Dear experts > > Excel macro for sendin outlook emails f

$$Excel-Macros$$ Re: Hi all Experts Cna u share a Macro for outlook emails sending Specific Templet With Attachments formats of .PDF & .htm

2012-05-21 Thread renuka chari
; file will be sending to the xyz2 customer and so on .like this in the end of the month i need to send payslip .pdf files also send as like that only On Thursday, 17 May 2012 17:24:23 UTC+5:30, renuka chari wrote: > Dear experts > > Excel macro for sendin ou

$$Excel-Macros$$ hi experts good evening

2011-01-17 Thread renuka chari
can u help me any one how to use offset, index, match in indepth i know basics to use these functions i need indepth summery using arrays like that i need more and more help for offset function thanks in advance -- --

$$Excel-Macros$$ good evening all experts can u solve my problem

2011-01-17 Thread renuka chari
Date & Time 04/15/2009 06:02:35 04/14/2009 16:46:49 04/14/2009 16:46:49 04/14/2009 16:46:49 04/14/2009 16:46:48 04/14/2009 23:58:34 i need this kind of format in internally, formula bar have this kind of format only i dont need am or pm in internallcell formula in formula bar how to change this kin

Re: $$Excel-Macros$$ good evening all experts can u solve my problem

2011-01-18 Thread renuka chari
Thanks Ashish it's working good On Jan 17, 10:37 pm, ashish koul wrote: > goto control panel -> reginal settings -> select time and click on customise > ->  click on time tab and choose H:mm option > > On Mon, Jan 17, 2011 at 8:21 PM, renuka chari wrote: > > Dat

Re: $$Excel-Macros$$ Abridged summary of excel-macros@googlegroups.com - 17 Messages in 11 Topics

2011-04-26 Thread renuka chari
thanks to all here i am attaching one sheet here how to remove this kind of special characters help me plz -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitte

Re: $$Excel-Macros$$ Abridged summary of excel-macros@googlegroups.com - 12 Messages in 8 Topics

2011-05-12 Thread renuka chari
hi to all thanks in advance here iam attaching one file i need like that but idont know how to do this can u help me any one Pl thanks & regards On 12 May 2011 05:58, wrote: >   Today's Topic Summary > > Group: http://groups.google.com/group/excel-macros/topics > > Please help to ma

Re: $$Excel-Macros$$ Rajan Verma : Most Helpful Member - July'11

2011-08-04 Thread renuka chari
Congrats Rajan On Aug 4, 7:19 am, Venkat CV wrote: > Hi SantRam, > > Thank u so much... > > *Best Regards,* > *Venkat * > *Chennai* > > On Thu, Aug 4, 2011 at 12:21 AM, Sant Ram wrote: > > congratulation Rajan,Ashish,Dilip,Venkat,Sunny (XLS > > S),Noorain.. > > > On Wed, Aug 3, 2

$$Excel-Macros$$ Re: Time Difference Macro and chart to display

2012-07-22 Thread renuka chari
Dear Member, PFA for Ur Solution On Sunday, 22 July 2012 11:40:06 UTC+5:30, (%Allmydreams%) wrote: > > Hi, > > I have made clear brief in my attached excel workbook for calculating time > difference and manually entered the slab of mins where dat would need to be > automated. > > Also

$$Excel-Macros$$ Re: Time Difference Macro and chart to display

2012-07-22 Thread renuka chari
Dear Member, PFA for Updated file Here i am sending navigation steps also On Sunday, 22 July 2012 11:40:06 UTC+5:30, (%Allmydreams%) wrote: > > Hi, > > I have made clear brief in my attached excel workbook for calculating time > difference and manually entered the slab of mins where dat wo

$$Excel-Macros$$ Re: Thanks everyone.

2011-10-04 Thread renuka chari
hi Ayush congrats On Oct 3, 11:44 pm, Ayush Jain wrote: > Dear members, > > I am proud to share that I have been re-awarded the Micrososft MVP award in > 2011.  My deep thanks to each group member for all your support and > contribution to this group. > I keep saying that this forum is a great co

Re: $$Excel-Macros$$ Most Helpful Member Sep'11 - Noorain Ansari

2011-10-04 Thread renuka chari
hi Noorain congrats..! On Oct 2, 9:14 am, Sam Mathai Chacko wrote: > Fabulous work Noorain. You make a difference, and all of us in the > forum appreciate your contribution. Carry on the excellent work. > > Sam Mathai Chacko (GL) > > On 10/2/11, suryaprasad...@gmail.com wrote: > > > Hip

$$Excel-Macros$$ Macro Reg:

2011-10-04 Thread renuka chari
hi experts! i am having a excel workbook, it contains 10 sheets my query is "if i enter a one formula in first sheet in specific range in one column that formula should be add in specific range in other sheets at single time" is it possible if any macro or macro sheet cna you send as soon as pos

$$Excel-Macros$$ Re: Unable to change date fromate

2011-10-13 Thread renuka chari
Hi Try This Formula =+DATE(RIGHT(A2,4),MID(A2,4,2),LEFT(A2,2)) Regards On Oct 11, 6:08 pm, Suman wrote: > Hi, > Good evening to all, > Please help in changing date formate. > > -- > >        «•´`•.(*•.¸(`•.¸*¸.•´)¸.•*).•´`•» > «´¨*•.¸¸.*.~*--Suman --*~..*.¸¸.•*¨`» >        «•´`•.(¸.•´

$$Excel-Macros$$ Re: Macro Chart Problem For Stack Exchange Program

2011-11-18 Thread renuka chari
Plz give me the replay ASAP Thanks On Nov 17, 6:17 am, Renukachari Kasee wrote: > Hi experts can you solve this problem Plzzz i dont know how to > do that i need this ranges into chart axis > > thanks in advance > > *(¨`•.•´¨) Always > `•.¸(¨`•.•´¨) Keep > (¨`•.•´¨)¸.•´ Smiling!! >

Re: $$Excel-Macros$$ Macro Chart Problem For Stack Exchange Program

2011-11-19 Thread renuka chari
hi Sam Mathai Chacko, Don Guillett. thanks for ur responce Actually this Excel Project Will work like this: here Ohlc Sheet Having data it is automatically coming from yahoo site if we need to select symbol, next cell for company, and enter starting date and ending date then click on get data b

$$Excel-Macros$$ Re: Macro Chart Problem For Stack Exchange Program

2011-11-23 Thread renuka chari
plz help me any one On Nov 21, 12:46 pm, Renukachari Kasee wrote: > Hi All > > Plz Find this Attachment ithink now it is clear my doubt > > plz solve this problem ASAP > > Thanks in Advance > >  p_fchart(Chari)(testing).xls > 1524KViewDownload -- FORUM RULES (934+ members already BANNED for vio

$$Excel-Macros$$ Re: hi experts solve this problem

2011-12-06 Thread renuka chari
sorry Don Guillett its working good but chart was not shown ur done good work once i will check this Code and inform you soon thanks On Dec 6, 1:30 pm, Renukachari Kasee wrote: > hi > Don Guillett > thanks for your response > > once check this file > > here max is 14000 then this macro was not w

Re: $$Excel-Macros$$ Re: hi can you solve this

2011-12-11 Thread renuka chari
hi maries thank you very much On Dec 9, 5:12 pm, Maries wrote: > Hi, > > Find the attached file. > > Regards, > > MARIES. > > On Fri, Dec 9, 2011 at 12:55 PM, Renukachari Kasee wrote: > > > > > hi thanks for you valuble replay > > > but i need like this can you see this attachment > > > On 8 Dec

$$Excel-Macros$$ Outlook New or forward message Bcc Email ids problem

2012-01-06 Thread renuka chari
hi good evening i need a macro for outlook Bcc mail ids keep in every new or forworded messagesHow? can you any one give me aguidance for that. thanks in advance -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Ple

Re: $$Excel-Macros$$ need help for hyperlink execution without using mouse PFA

2012-02-14 Thread renuka chari
ya, sending on daily basis On Feb 14, 12:25 pm, Mahesh parab wrote: > Hi > > Do you want to send bulk emails to respective person from that worksheet ? > > HTH > Mahesh > > > > > > > > On Tue, Feb 14, 2012 at 9:14 PM, dguillett1 wrote: > > > Don Guillett > > SalesAid Software > > dguille...@gmai

Re: $$Excel-Macros$$ need help for hyperlink execution without using mouse PFA

2012-02-14 Thread renuka chari
Hi dguillett1 Its working Good Thank you so much On Feb 14, 10:44 am, "dguillett1" wrote: > Right click sheet tab>view code insert this. Now when you select col G (no > need for col H) > > Private Sub Worksheet_SelectionChange(ByVal Target As Range) > On Error GoTo nomo > If Target.Colu

Re: $$Excel-Macros$$ need help for hyperlink execution without using mouse PFA

2012-02-14 Thread renuka chari
thanks maries And All On Feb 14, 2:02 pm, Maries wrote: > Hi, > > Find the attached file. > > Regards, > > MARIES. > > > > > > > > On Tue, Feb 14, 2012 at 9:25 PM, Mahesh parab wrote: > > Hi > > > Do you want to send bulk emails to respective person from that worksheet ? > > > HTH > > Mahesh > >

Re: $$Excel-Macros$$ need help for hyperlink execution without using mouse PFA

2012-02-15 Thread renuka chari
Hi Don Guillett is there any way to keep subject line also while opening that link thanks for every one On Feb 14, 8:44 pm, "dguillett1" wrote: > Don Guillett > SalesAid Software > dguille...@gmail.com > > From: Renukachari Kasee > Sent: Tuesday, February 14, 2012 6:21 AM > To: excel-macros@g

Re: $$Excel-Macros$$ dear experts is there any solution for pick the step value in certain table

2012-11-20 Thread renuka chari
hi Excel beginner, i don't know your name? but you gave me a wonderful solution thanks allot. but is there any easy formula for that.. this mega formula usage in my sheet every time is difficult for me... is there any alternate solution for that... i mean that make it simple

Re: $$Excel-Macros$$ dear experts is there any solution for pick the step value in certain table

2012-11-21 Thread renuka chari
Hi! jeet singh, Thanks i am expecting this only thanks a lot On Wednesday, 21 November 2012 11:20:48 UTC+5:30, jeet singh wrote: > > PFA > > On Tue, Nov 20, 2012 at 10:20 PM, renuka chari > > wrote: > >> hi Excel beginner, >> i don't know your name? &

Re: $$Excel-Macros$$ please solve the search the particular name on the other sheet PFA

2013-03-10 Thread renuka chari
Hi Ashish! thanks for your valuble replay, this formula was fulfilling my requirement a little. Please suggest much better output. thanks On Sunday, 10 March 2013 12:06:55 UTC+5:30, ashish wrote: > Try this formula see if it suffice ur requirement > > * > =HYPERLINK("#'"&B$1&"'!a"&M

Re: $$Excel-Macros$$ please solve the search the particular name on the other sheet PFA

2013-03-10 Thread renuka chari
is awesome Ashish thanks On Monday, 11 March 2013 01:21:31 UTC+5:30, renuka chari wrote: > > Hi Ashish! > > thanks for your valuable replay, > > this formula was fulfilling my requirement a little. Please suggest much > better output. > > > thanks > >

Re: $$Excel-Macros$$ please solve the search the particular name on the other sheet PFA

2013-03-18 Thread renuka chari
End With > > End If > Application.EnableEvents = True > Exit Sub > ERR: > Application.EnableEvents = True > MsgBox "Error Description:" & ERR.Description > > > End Sub > > > > On Mon, Mar 11, 2013 at 1:49 AM,

$$Excel-Macros$$ good evening to all experts

2010-10-11 Thread renuka chari
hi excel experts i have a small problem MY DATE AND TIME FORMAT IS "mm/dd/ hh:mm am/pm" I WANT TO CHANGE COL: A CHANGED IN TO COL:A" = col:a col:a = 10/11/2010 18:37

Re: $$Excel-Macros$$ good evening to all experts

2010-10-13 Thread renuka chari
; > "&TEXT(TIME(HOUR(A1),MINUTE(A1),SECOND(A1)),"hh:mm am/pm") > > Let me know if this solves your problem :) > > Best Regards, > DILIPandey > > > On 10/11/10, renuka chari wrote: > > hi excel experts i have a small problem > > > > MY DA

Re: $$Excel-Macros$$ good evening to all experts

2010-10-13 Thread renuka chari
,MONTH(A1)+1,DAY(A1)),"mm/dd/")&" > "&TEXT(TIME(HOUR(A1),MINUTE(A1),SECOND(A1)),"hh:mm am/pm") > > Let me know if this solves your problem :) > > Best Regards, > DILIPandey > > > On 10/11/10, renuka chari wrote: > > hi excel

$$Excel-Macros$$ VLOOKUP PROBLEM

2010-10-14 Thread renuka chari
GOOD EVENIG ALL EXPERTS CAN U SLOVE MY VLOOKUP PROBLEM THIS IS MY DATA IN SHEET1 = VNo CR Amt = CR-MSP-619+ 70 CR-MSP-620 600 CR-MSP-621 400 CR-MSP-622 180 CR-MSP-623 140 CR-MSP-624+ 60 CR-MSP-625 150 CR-MSP-626

Re: $$Excel-Macros$$ VLOOKUP PROBLEM

2010-10-15 Thread renuka chari
ck the attachment see if it helps you > > you can apply customer filter  on temp column and choose greater than 1 and > copy all and paste into sheet2 > > On Thu, Oct 14, 2010 at 8:06 PM, renuka chari wrote: > > GOOD EVENIG ALL EXPERTS > > CAN U SLOVE MY VLOOKUP PROBLE

$$Excel-Macros$$ seqence no using vba macro

2010-11-11 Thread renuka chari
hi experts good morning, thanks in advance i want to print in excel sheet cells to 1,2,3,4,5,6,.in the selected rang, can u help me any one vba code for that macro. thanking you for kind attention. -- -- Some impo

$$Excel-Macros$$ need help for insert .swf signature into outlook mail signature

2010-12-14 Thread renuka chari
hi experts good morning i need help for insert flash(.swf) signature file into outlook signature how it possible can u help me pl thanks in advance -- -- Some important links for excel users: 1. Follow us on TWIT

$$Excel-Macros$$ help required for large range of data filteration

2010-12-22 Thread renuka chari
hi good evening to all experts currentely i am trubling in large range data with filtaration my company data having nearly 4lac of rows in one file i need to sort that data using auto filter Option then it was not showing all filterd data i don't know how to filter that large rang of data can u

$$Excel-Macros$$ Re: help required for large range of data filteration

2010-12-23 Thread renuka chari
hi experts thanks for ur valuable replays i need more ans if any macros are there can u help me i am trubling this large data Actualy my data having names and codes cobination On Dec 22, 8:28 pm, renuka chari wrote: > hi > good evening to all experts > > currentely i am trubl

$$Excel-Macros$$ how to attach excel sheet to this blog posts

2010-12-24 Thread renuka chari
how to attach excel sheet to this blog posts -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceldailytip 2. Join our LinkedIN group @ http://www.li

Re: $$Excel-Macros$$ Merry Christmas & Happy new year...

2010-12-25 Thread renuka chari
GOOD & GREAT "X" - MAS On Dec 24, 3:47 pm, Venkat wrote: > Hi Lucky, > > Find attached > > Best Regards, > > Venkat Cv > > On Fri, Dec 24, 2010 at 11:15 AM, lucky singh wrote: > > > Hi Guys, > > > Do anyone has a excel greetings for Christmas or new year... > > > plz do forward. > > > Thanx

$$Excel-Macros$$ insert a sheet into right side short cut?

2010-12-29 Thread renuka chari
Normally(Shift+F11), when we insert a worksheet in Excel, it will appear left to the current sheet. Is it possible to insert a worksheet to the right side? -- -- Some important links for excel users: 1. Follow us on T

$$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 urgen

$$Excel-Macros$$ Re: Multi sheets Grouping Problem

2013-10-07 Thread renuka chari
Dear group any update. please help me out thanks On Sunday, 6 October 2013 18:11:35 UTC+5:30, renuka chari wrote: > > Dear Group > > Please help me this problem for multi sheets select with in the single > click > As per the requirement > > Thankss

$$Excel-Macros$$ Re: split and create two or more master sheets data into workbooks based on equal field

2013-12-03 Thread renuka chari
Dear group please provide the solutions for above mentioned. thanks On Saturday, 30 November 2013 18:31:37 UTC+5:30, renuka chari wrote: > > Dear experts, > > Please solve my problem > > i have a one master data workbook that having three or two or more sheets > master

$$Excel-Macros$$ Re: Please provide the code for data entry as mentioned in excel

2013-12-03 Thread renuka chari
Dear group please provide the solutions for above mentioned. thanks On Sunday, 1 December 2013 16:48:27 UTC+5:30, renuka chari wrote: > > Dear group Please provide the userform code here serial no should be > capture on next record no on stored data sheet i.e volunteerlist if I >

$$Excel-Macros$$ Re: Please provide the code for data entry as mentioned in excel

2013-12-07 Thread renuka chari
dear ashish/ any other guru's, please provide the solution for this On Tuesday, 3 December 2013 19:28:35 UTC+5:30, renuka chari wrote: > > Dear group please provide the solutions for above mentioned. > > thanks > > On Sunday, 1 December 2013 16:48:27 UTC+5:30, renuka c

Re: $$Excel-Macros$$ Re: split and create two or more master sheets data into workbooks based on equal field

2013-12-16 Thread renuka chari
\Sig > 2p.jpg]<http://goo.gl/gHTB5E>[image: > Description: C:\Users\Krushna.garkhede\Desktop\Sig > 3p.jpg]<http://goo.gl/QNQP51> > > > > *From:* excel-...@googlegroups.com [mailto: > excel-...@googlegroups.com ] *On Behalf Of *renuka chari > *Sent:* 03 December 2

$$Excel-Macros$$ Re: Please provide the code for data entry as mentioned in excel

2013-12-16 Thread renuka chari
in City column > Selection.Offset(0, 4).Value = txtDtTIme.Text 'DtTIme entered in DtTIme > column > Call EmptyTextBoxes > End Sub > [/code] > [code] > Private Sub EmptyTextBoxes() > txtSlNo.Text = "" > txtNam.Text = "" > txtCty.Text = "&quo

$$Excel-Macros$$ Re: Please provide the code for data entry as mentioned in excel

2013-12-27 Thread renuka chari
Dear sir this code is not working Please provide the alternate solution On Monday, 16 December 2013 20:30:22 UTC+5:30, renuka chari wrote: > > Thank you sir, > i will check this once and tell you > > thanks once again > > > On Thursday, 12 December 2013

$$Excel-Macros$$ Re: Listbox data adding problem

2013-12-31 Thread renuka chari
Dear sir, thank you very much... thanks a lot i am expecting this only sir On Tuesday, 31 December 2013 04:34:19 UTC+5:30, Basole wrote: > > Hi renuka chari, solve your problem? > > Basole > > Em domingo, 29 de dezembro de 2013 13h46min05s UTC-2, renuka

Re: $$Excel-Macros$$ Power Pivot

2014-01-11 Thread renuka chari
thank you sir.. On Saturday, 30 November 2013 23:45:11 UTC+5:30, ashish wrote: > > visit below links > > you can create maps , etc in Excel 2013 > > > http://office.microsoft.com/en-in/excel-help/what-s-new-in-excel-2013-HA102809308.aspx > > http://www.techrepublic.com/blog/10-things/10-best-