$$Excel-Macros$$ Help with DoEvents to show progress form, please?

2010-10-19 Thread Ed from AZ
I've got a pretty long-running macro inside a UserForm, and I wanted to open a second form just to show that things are still working and not crashed. It's pretty simple - four labels and I cycle around turning one at a time a different color. I call it from the main form with Private Sub Command

$$Excel-Macros$$ Dynamically assign values to an array using ComboBoxes

2010-10-19 Thread RemyMaza
I have a form with 7 combo boxes on it and I'd like to take the values from the selections and store the value into an array. Some background: The first two combo boxes must be selected otherwise the form should not do anything. As long as the first two equal a value, the rest of them *could* be

Re: $$Excel-Macros$$ Custom Function with UserForm

2010-10-19 Thread RemyMaza
Sorry I didn't get back to you earlier.. I had to scrap this approach as it wasn't going to work in the long run. Requirements changed, actually, it's a bit of scope creep, but c'est la vie. On Oct 11, 10:47 am, Paul Schreiner wrote: > How are you calling thefunction? > > I copied yourfunctionto

Re: $$Excel-Macros$$ help required

2010-10-19 Thread girish kumar
hi experts, its a rolling up method for example if raw cdr having No 93854512115 then formula should find name for this no if didnt then it roll up one no and then find again (like 9385451211) till finding name it will rolling up hope now u understand Girish On Tue, Oct 19, 2010 at 1:24 PM,

Re: $$Excel-Macros$$ help required

2010-10-19 Thread Jai
Please check the attachment, On Tue, Oct 19, 2010 at 10:32 AM, girish kumar wrote: > Hi Krishna, > > see file attached, in that second sheet u see in b column i used Left > function and in c column Vlookup > > left function i used =left(A2.13) > > and vlookup answer is #N/A > > Becau

$$Excel-Macros$$ Re: Formula to monitor profit/loss in stocks trading

2010-10-19 Thread Yahya
Dear all Can someone help me in this or provide a better spreadsheet? On Mon, Oct 18, 2010 at 8:47 AM, Yahya wrote: > > Dear all > > I use the attached excel sheet to calculate the profit/loss in the trading > of individual stocks. The formula works fine in normal cases. But whenever > there

Re: $$Excel-Macros$$ help required

2010-10-19 Thread Chandra Gupta
Hello, Dear Please check this. Perhaps you need this. Thanks Chandra Gupta Maurya On Mon, Oct 18, 2010 at 7:52 PM, girish kumar wrote: > Dear Experts, > > need one urgent help from you guys i have attached one file having 2 sheets > named "system data" & "Raw CDR" > > i need a formula for getti

$$Excel-Macros$$ Re: Excluding holidays from a UDF

2010-10-19 Thread Kishan Reddy, K
A break through Maintain your holidays in a worksheet. (either maintain them in ascending order or order them through code depending on the frequency of changes in holidays) In the function just count the holidays falling between start_date and end_date simply deduct them from the getworkdays. R

Re: $$Excel-Macros$$ help required

2010-10-19 Thread SUMIT VYAS
Dear Girish Please find herewith enclosed file. regards sumit On Tue, Oct 19, 2010 at 10:32 AM, girish kumar wrote: > Hi Krishna, > > see file attached, in that second sheet u see in b column i used Left > function and in c column Vlookup > > left function i used =left(A2.13) > > and vlookup