RE: $$Excel-Macros$$ watch does not break and can filling spreadsheet be made to scroll?

2012-04-16 Thread Asa Rossoff
Try setting a watch with "break when value changes", then keep hitting F5 to resume execution after checking the current value (assuming it breaks for you). You may find that the value of maxrow is never set to 111, even if it eventually surpasses that.. it's either that, I think, or else the cont

Re: $$Excel-Macros$$ watch does not break and can filling spreadsheet be made to scroll?

2012-04-16 Thread Domain Admin
Everything for the watch set up exactly as you describe and the watch window shows exactly what you said below. But it does not break. Program runs to the end though maxrow only shows 111 even though it goes beyond that. I will figure it out. Range.show works great though as you say way faster th

Re: $$Excel-Macros$$ Format cells for Number

2012-04-16 Thread Abhishek Jain
Right click cell, Format Cells, Custom - #,##0 "Dr.";#,##0 "Cr." On Tue, Apr 17, 2012 at 11:56 AM, Ashish Bhalara wrote: > Dear expert, > > Is there any formula to written in cells format for the positive value > display as 1234 Dr and for negative value display as 1234 Cr ? > > Thanks & regards

RE: $$Excel-Macros$$ Re: Creation of dashboard

2012-04-16 Thread Asa Rossoff
Hi Deba, Perhaps some of Chandoo's dashboard resources are of interest. He also offers online classes and seminars at various real worl locations: http://chandoo.org/wp/excel-dashboards/ Asa From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Deba Ranj

RE: $$Excel-Macros$$ watch does not break and can filling spreadsheet be made to scroll?

2012-04-16 Thread Asa Rossoff
Hi Howard, The watch should be setup like this, in the Add Watch window: Expression:maxrow = 111 Context - Procedure: (procedure with maxrow in scope) Module: (module with above procedure) Watch Type: Break When Value Is True If you look in the watch wind

$$Excel-Macros$$ Re: Creation of dashboard

2012-04-16 Thread Deba Ranjan
*Hi hilary, That is same what i expect, Very Thanks for that, Can you please tell me is there any software or tricks to learn all those things ? Thank you very much. !! * Thanks & Regards,* * *Deba Ranjan P*** On Mon, Apr 16, 2012 at 7:15 PM, hilary lomotey wrote: > hi Deba > > The

$$Excel-Macros$$ Re: Group Total

2012-04-16 Thread Haseeb A
Hello Aamir, Assume always will have 'TOTAL' in the bottom of each group, If so you can use VLOOKUP. See the attached. For the sorting is an Array Formula, so must be with CSE. I have added some dummy data for various groups. Use dynamic range, if you have more data. ___ HTH, Haseeb

$$Excel-Macros$$ watch does not break and can filling spreadsheet be made to scroll?

2012-04-16 Thread tangledweb
I set a watch with maxrow=111 and set to break if true.Program runs and in the watch window shows maxrow=111though also some odd message about out of context but it does not break. Program runs to the end. Thoughts? Also while the program is running it is filliing in several columns

RE: $$Excel-Macros$$ Why is usedrange here returning the entire spreadsheet?

2012-04-16 Thread Asa Rossoff
An older email I don't think you got a direct reply to... > With respect to your statement that the non intersect version below > will not always work. You said it is because usedrange does not > always start at A1 (it will for this case but still agree bad > practice to count on it that being th

Re: $$Excel-Macros$$ Group Total

2012-04-16 Thread Aamir Shahzad
I had the same idea for sorting the group data, well what about the summary for get the total only if the heading of format is same. Aamir Shahzad On Mon, Apr 16, 2012 at 11:09 PM, Rajan_Verma wrote: > Hi > > Please see the attached Sheet.. > > I Add a helper column in main Data sheet to sort t

Re: $$Excel-Macros$$ Need help with code to automate copy/paste

2012-04-16 Thread dguillett1
or UN tested Sub Macro1()’adjust your destination range azz1 dim I as long For i = 9 To Range("azz1").Column step 7 Range("A1").Copy Cells(1, i) Next End Sub Don Guillett Microsoft MVP Excel SalesAid Software dguille...@gmail.com From: ashish koul Sent: Monday, April 16, 2012 11:26 AM To: exc

RE: $$Excel-Macros$$ Group Total

2012-04-16 Thread Rajan_Verma
Hi Please see the attached Sheet.. I Add a helper column in main Data sheet to sort the Groups . Rajan. From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Aamir Shahzad Sent: Apr/Mon/2012 11:15 To: excel-macros@googlegroups.com Subject: Re: $$Excel-

RE: $$Excel-Macros$$ Reg-Convert this no to text

2012-04-16 Thread Rajan_Verma
Hi Amir, Well, the short cut key of add-in dialog box is ALT + t I, it will show you all add-ins available for you Application. But You can double click on add-ins to installed this. If you want to see the code just press Alt+F11 and select this form Project Explorer , it is not password prote

Re: $$Excel-Macros$$ Group Total

2012-04-16 Thread Aamir Shahzad
this is easy to copy paste but I need the formula for this if groups in summary are not in order. Plz also provide the solution of second query. Thanks Aamir Shahzad On Mon, Apr 16, 2012 at 10:35 PM, Rajan_Verma wrote: > Hi > > To Get Summary , you can just filter in 2nd Column on Total and Copy

Re: $$Excel-Macros$$ Reg-Convert this no to text

2012-04-16 Thread Aamir Shahzad
thanks Rajan for this useful addin. what is the short key of add in window? Aamir Shahzad On Mon, Apr 16, 2012 at 6:22 PM, Rajan_Verma wrote: > Install the attached Add-in > > Hope it will help to get desired > > > > You can use =InWord(A1) to convert the digit in Number.. but I was wrote > it

RE: $$Excel-Macros$$ Group Total

2012-04-16 Thread Rajan_Verma
Hi To Get Summary , you can just filter in 2nd Column on Total and Copy paste the Visible cells only to anywhere. Rajan From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Aamir Shahzad Sent: Apr/Mon/2012 10:53 To: excel-macros@googlegroups.com Subject:

Re: $$Excel-Macros$$ Funny video about beautiful children around the world

2012-04-16 Thread NOORAIN ANSARI
Hi, Please follow below mentioned forum rule 5) Cross-promotion of, or links to, forums competitive to this forum in signatures are prohibited. On Mon, Apr 16, 2012 at 10:58 PM, Do You Know wrote: > Funny video about beautiful children around the > world

$$Excel-Macros$$ Funny video about beautiful children around the world

2012-04-16 Thread Do You Know
Funny video about beautiful children around the world -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code

$$Excel-Macros$$ Group Total

2012-04-16 Thread Aamir Shahzad
Dear Group, 1) I want to get the total of group in summary, please review the sheet and suggest the formula. 2) Secondly how to sort the entire groups rows (without describing the order of inner rows) of groups in ascending descending orders if groups are more then 100 . Plz suggest. Regards,

Re: $$Excel-Macros$$ Need help with code to automate copy/paste

2012-04-16 Thread Erick C
Hi Ashish, Thank you, your suggestion works perfectly! Thanls again for the prompt response! -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advic

Re: $$Excel-Macros$$ Need help with code to automate copy/paste

2012-04-16 Thread ashish koul
try something like this Sub Macro1() ' suppose ur forumula is in a1 Range("A1").Copy For i = 9 To Range("azz1").Column Cells(1, i).Select Selection.PasteSpecial Paste:=xlPasteFormulas i = i + 7 Next End Sub On Mon, Apr 16, 2012 at 9:51 PM, Rajan_Verma wrote: > Hi Erick, > I Will glad to help but

RE: $$Excel-Macros$$ Need help with code to automate copy/paste

2012-04-16 Thread Rajan_Verma
Hi Erick, I Will glad to help but can you please explain more what you actually want? I mean what will be the input and output.? Rajan. -Original Message- From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Erick C Sent: Apr/Mon/2012 09:43 To: excel-mac

$$Excel-Macros$$ Need help with code to automate copy/paste

2012-04-16 Thread Erick C
Hi everybody! I am hoping someone may be able to jelp me out. I am trying to write a macro that will take a formula that i write and copy it, move to the right seven spaces, paste, move seven spaces again, paste, ect.. Right now I need to have the formula pasted all of the way through column AZZ.

RE: $$Excel-Macros$$ Folder Structure - VBA Code

2012-04-16 Thread Rajan_Verma
Ah,, Got the problem actually I have call Another Function , Now you can check Rajan -Original Message- From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of pavan Kumar Sent: Apr/Mon/2012 09:04 To: excel-macros@googlegroups.com Subject: Re: $$Excel-Ma

$$Excel-Macros$$ format in user form text box

2012-04-16 Thread Raj Mahapatra
hi group, how to put number format and date format in text box in user form. Thanks & Regards Rajesh Mahapatra -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Pro

Re: $$Excel-Macros$$ Folder Structure - VBA Code

2012-04-16 Thread pavan Kumar
HI Rajan, Please find the attached file.I have run the macro and unable to get the folder contains of the C:\Documents and Settings\pavan\Desktop\New Folder\Gk\Copy of Gk which also contians A & B xls. Regards, Pavan Kumar G On 4/16/12, Rajan_Verma wrote: > Please find attached sheet, I think i

RE: $$Excel-Macros$$ Folder Structure - VBA Code

2012-04-16 Thread Rajan_Verma
Please find attached sheet, I think its iterating each sub folders and files. Rajan -Original Message- From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of pavan Kumar Sent: Apr/Mon/2012 08:51 To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros

Re: $$Excel-Macros$$ Folder Structure - VBA Code

2012-04-16 Thread pavan Kumar
HI Rajan, Awesome its working fine as per my requirement, need a small correction, the subfolder’s is not working for more than one folder, sorry I am not so good @ VBA hence I can get it on my own so I am troubling you. I require to have the last continent of each folder. Example : Main Folder Su

RE: $$Excel-Macros$$ Folder Structure - VBA Code

2012-04-16 Thread Rajan_Verma
So basically you want this : Public ObjFolder As Object Public objFso As Object Public objFldLoop As Object Public lngCounter As Long Dim objFl As Object Sub GetFolderStructure() ' lngCounter = 0 Set objFso = CreateObject("Scripting.FileSystemObject")

Re: $$Excel-Macros$$ inventory in excel

2012-04-16 Thread Maries
Hi, Check these links... http://www.excelmagic.com/inventorymagic.html http://www.excel-skills.com/excel_templates.asp#InventoryUsage On Mon, Apr 16, 2012 at 6:22 PM, raghu gr wrote: > hi, > > how to maintain inventory in excel. if any one have samples pls let me know > > > Thank you > > wit

Re: $$Excel-Macros$$ Folder Structure - VBA Code

2012-04-16 Thread pavan Kumar
HI Rajan, Thanks for the replay, its working fine, i need little more help on the same, i like to have the folder contains in the next colm(forgot to mention in my earlier mails). Thanks and Regards, Pavan Kumar G On 4/16/12, Rajan_Verma wrote: > Hi Pavan, > > Please try this , give your folder

RE: $$Excel-Macros$$ Folder Structure - VBA Code

2012-04-16 Thread Rajan_Verma
Hi Pavan, Please try this , give your folder path instead of "C:\PenDrive\", it will give you folder structure.. I am unable to get the files in UNZIP folder ,I will come back to you on this. '===

$$Excel-Macros$$ inventory in excel

2012-04-16 Thread raghu gr
hi, how to maintain inventory in excel. if any one have samples pls let me know Thank you with regards Raghu -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Prob

$$Excel-Macros$$ Folder Structure - VBA Code

2012-04-16 Thread pavan Kumar
HI Group, I am looking for a VBA code to get the Folder Structure, name and type (the code also needs to get the folder structure of Zip files too) Exmpl: C:\OLD\Main\ C:\OLD\Main\SF1\ C:\OLD\Main\SF1\ C:\OLD\Main\SF1\ C:\OLD\Main\SF1\SF2\ C:\OLD\Main\SF1\SF2\ C:\OLD\Main\SF1\SF2\SF3\ C:\OLD\Ma

$$Excel-Macros$$ Folder Structure - VBA Code

2012-04-16 Thread pavan Kumar
HI Group, I am looking for a VBA code to get the Folder Structure, name and type (the code also needs to get the folder structure of Zip files too) Exmpl: C:\OLD\Main\ C:\OLD\Main\SF1\ C:\OLD\Main\SF1\ C:\OLD\Main\SF1\ C:\OLD\Main\SF1\SF2\ C:\OLD\Main\SF1\SF2\ C:\OLD\Main\SF1\SF2\SF3\ C:\OLD\Ma

Re: $$Excel-Macros$$ If date in One then another cell to be unlock

2012-04-16 Thread dguillett1
Did you NOT get this Private Sub Worksheet_Change(ByVal Target As Range) 'SalesAidSoftware dguille...@gmail.com Application.EnableEvents = True If Target.Address = "$C$3" Then Me.Unprotect With Range("E3") If Target = 0 Or Len(Application.Trim(Target)) = 0 Then .Locked =

$$Excel-Macros$$ Folder Structure - VBA Code

2012-04-16 Thread pavan Kumar
HI Group, I am looking for a VBA code to get the Folder Structure, name and type (the code also needs to get the folder structure of Zip files too) Exmpl: C:\OLD\Main\ C:\OLD\Main\SF1\ C:\OLD\Main\SF1\ C:\OLD\Main\SF1\ C:\OLD\Main\SF1\SF2\ C:\OLD\Main\SF1\SF2\ C:\OLD\Main\SF1\SF2\SF3\ C:\OLD\Ma

Re: $$Excel-Macros$$ Most helpful Member - March 12- Don Guillett

2012-04-16 Thread ChilExcel
Don I also worked at ING (Chile) Congratulations again Chilexcel 2012/4/16 ChilExcel > Congratulations Don. thanks for your help !!! > > Chilexcel > > > > > 2012/4/15 Somnath Khadilkar > >> Happy Birthday Mr. Don, >> >> >> >> May God Bless you with Long Life & Peaceful Future >> >> Somnat

Re: $$Excel-Macros$$ Most helpful Member - March 12- Don Guillett

2012-04-16 Thread ChilExcel
Congratulations Don. thanks for your help !!! Chilexcel 2012/4/15 Somnath Khadilkar > Happy Birthday Mr. Don, > > > > May God Bless you with Long Life & Peaceful Future > > Somnath Khadilkar > > On 4/14/12, Ayush Jain wrote: > > Dear members, > > > > Don Guillett has been selected as 'Mos

RE: $$Excel-Macros$$ Creation of dashboard

2012-04-16 Thread Rajan_Verma
yes.. Many freelancers are there on group. Let us know if you have any query related excel and VBA J Rajan. From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Deba Ranjan Sent: Apr/Mon/2012 12:50 To: excel-macros@googlegroups.com Subject: $$Excel-

RE: $$Excel-Macros$$ Fwd: If data in One then another cell to be unlock

2012-04-16 Thread Rajan_Verma
Ok, if your file is protected , you have no option to remove data from worksheet without unprotecting , Worksheets("SheetName").Unprotect Password Range("A1:J58").SpecialCells(xlCellTypeConstants, 1).ClearContents Worksheets("SheetName").Protect Password Rajan. From: excel-m

RE: $$Excel-Macros$$ SPLIT into many FILES

2012-04-16 Thread Rajan_Verma
If we have sample file then we can better understand the real issue , please attach your file. Rajan -Original Message- From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Somnath Khadilkar Sent: Apr/Mon/2012 07:54 To: excel-macros@googlegroups.com Subj

Re: $$Excel-Macros$$ Find differences in two worksheets.

2012-04-16 Thread NOORAIN ANSARI
Dear Mr. Excel, http://www.office-addins.com/plugins-reviews/excel-compare-workbooks-worksheets/ -- Thanks & regards, Noorain Ansari *http://noorainansari.com/* *http://excelmacroworld.blogspot.com/* On Mon, Apr 16, 2012 at 7:38 AM, Mr excel wrote: > hi

Re: $$Excel-Macros$$ Find differences in two worksheets.

2012-04-16 Thread dguillett1
Provide file(s) and complete explanation and examples. Don Guillett Microsoft MVP Excel SalesAid Software dguille...@gmail.com From: Mr excel Sent: Sunday, April 15, 2012 9:08 PM To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Find differences in two worksheets. hi group, I had

Re: $$Excel-Macros$$ SPLIT into many FILES , depeding UPON...

2012-04-16 Thread dguillett1
You need to provide a file with more info and a detailed explanation of what you want with examples. Don Guillett Microsoft MVP Excel SalesAid Software dguille...@gmail.com -Original Message- From: Somnath Khadilkar Sent: Monday, April 09, 2012 11:58 AM To: excel-macros@googlegroups.

Re: $$Excel-Macros$$ Time Calcuation

2012-04-16 Thread NOORAIN ANSARI
Dear Deba, Maries solution is nice... You can also use below formula with custom format [h]:mm:ss =($B5-ROUNDDOWN($B5,0))+($C5-ROUNDDOWN($C5,0)) -- Thanks & regards, Noorain Ansari *http://noorainansari.com/* *http://excelmacroworld.blogspot.com/*

Re: $$Excel-Macros$$ Re: Quarter Classification

2012-04-16 Thread Nikhil Shah
Hi Haseeb, Nice Formula.. Thanks Nikhil On Mon, Apr 16, 2012 at 11:36 AM, Haseeb A wrote: > Nikhil, One way: > > Assume date is in A2. So > > In B2 for the Curr Quarter. > > =TEXT(LOOKUP(MONTH(A2),{1,4,7,10})*29,"") > > Then in C2 > > =TEXT((1&B2)+99,"") > > Copy across to E2. > > > Se

Re: $$Excel-Macros$$ Re: Quarter Classification

2012-04-16 Thread Maries
Hi Anil, Its very good formula made by Mr.Haseeb. 29 is used to pick the dates. check below, [image: Inline image 1] like 28,30 also can use. Regards, MARIES. On Mon, Apr 16, 2012 at 11:25 AM, anil panchal wrote: > Dear All, > > Why Use *29??? > > =TEXT(LOOKUP(MONTH(A2),{1,4,7,10})*

Re: $$Excel-Macros$$ Urgent help required in converting a number into text

2012-04-16 Thread Shaik Waheed
Hi, Function English(ByVal N As Currency) As String Const Thousand = 1000@ Const Million = Thousand * Thousand Const Billion = Thousand * Million Const Trillion = Thousand * Billion If (N = 0@) Then English = "zero": Exit Function Dim Buf As String: If (N < 0@

Re: $$Excel-Macros$$ Re: Quarter Classification

2012-04-16 Thread anil panchal
Dear All, Why Use *29??? =TEXT(LOOKUP(MONTH(A2),{1,4,7,10})*29,"") Thanks & Regards Anil Kumar 113784 On Mon, Apr 16, 2012 at 11:36 AM, Haseeb A wrote: > Nikhil, One way: > > Assume date is in A2. So > > In B2 for the Curr Quarter. > > =TEXT(LOOKUP(MONTH(A2),{1,4,7,10})*29,"

Re: $$Excel-Macros$$ Time Calcuation

2012-04-16 Thread Deba Ranjan
*Thanks for the help , its brilliant working. * Thanks & Regards,* * *Deba Ranjan P*** On Mon, Apr 16, 2012 at 12:34 PM, Maries wrote: > Hi, > > Try it, > > =TEXT((B5-INT(B5))+(C5-INT(C5)),"[h]:mm:ss") > > On Mon, Apr 16, 2012 at 10:50 AM, anil panchal wrote: > >> TEXT(B5+C5,"[h]:mm:ss") > > >

Re: $$Excel-Macros$$ Time Calcuation

2012-04-16 Thread Maries
*PFA...* On Mon, Apr 16, 2012 at 11:04 AM, Maries wrote: > Hi, > > Try it, > > =TEXT((B5-INT(B5))+(C5-INT(C5)),"[h]:mm:ss") > > On Mon, Apr 16, 2012 at 10:50 AM, anil panchal wrote: > >> TEXT(B5+C5,"[h]:mm:ss") > > > -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise,

Re: $$Excel-Macros$$ If date in One then another cell to be unlock

2012-04-16 Thread Abdulgani Shaikh
Thanks a lot Sir, I am updating my sheets and will get back to you. Regards On Sun, Apr 15, 2012 at 10:13 PM, dguillett1 wrote: > If your request is for a reply, I did reply. > > Don Guillett > Microsoft MVP Excel > SalesAid Software > dguille...@gmail.com > > *From:* Abdulgani Shaikh > *Sen

Re: $$Excel-Macros$$ Time Calcuation

2012-04-16 Thread Maries
Hi, Try it, =TEXT((B5-INT(B5))+(C5-INT(C5)),"[h]:mm:ss") On Mon, Apr 16, 2012 at 10:50 AM, anil panchal wrote: > TEXT(B5+C5,"[h]:mm:ss") -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help