$$Excel-Macros$$ Allocating in the Order

2010-06-03 Thread Han
Hi Everyone, I need some help with this formula problem I'm working on, so if you have any free time you can help me solve it would be great. Tab #4 on the attached spreadsheet is the closest I have for the formula to work. Essentially colums A to H are used to calculate how much rent the tena

Re: $$Excel-Macros$$ reading excel worksheet into an array?

2010-06-03 Thread Paul Schreiner
It's really going to depend on what you're doing. Initially, it seems that  you're wasting effort. You're: 1) defining a range, 2) copying the range values into an array, 3) processing the array. why not simply process the range values? at the same time, it may require more cpu cycles to compa

Re: $$Excel-Macros$$ reading excel worksheet into an array?

2010-06-03 Thread molinari
Thanks. All that I'm using the array for is to go through a loop, and for each value in the array, to do particular things to particular tabs (which are determined solely by the array values). I found out what was causing me problems: my xlLastCol function was not working, and returning a last colu

Re: Re: $$Excel-Macros$$ Need Help

2010-06-03 Thread ronsmithcan
Hi Group, No success with the problem yet. Anyone else care to take a stab at it ? Thanks. On May 26, 2010 10:06pm, Bill Q wrote: Thanks for the effort Saggi. It is appreciated. Unfortunatly, it seems that I am guilty of not being specific enough.Here is what I need step by step:

Re: $$Excel-Macros$$ Re: popup on s sheet ?

2010-06-03 Thread Alfred WALLACE
Thanks a lot KAMAL !!! your solution works fine, but, It would be possible to obtain the same result with a dynamic graph ? I'm testing that solution with de MouveMove event of a shape : like that : http://cjoint.com/data/fFrTGZSr2t.htm Do you think is it possible tu activate visibility (true or

Re: $$Excel-Macros$$ reading excel worksheet into an array?

2010-06-03 Thread Paul Schreiner
in order to give you a recommendation that has any value, I need to know what you plan to do with the array. Your example indicates that you want to create an array and populate it with the contents? of a range consisting of all cells with values. Of course, when more data is added, the array siz

$$Excel-Macros$$ Formula Help Required Urgent

2010-06-03 Thread Venkatesan c
Dear Group, Can i have UNIQUEIFS Function its some thing like SUMIFS Best Regards, * Venkat * -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/e

Re: $$Excel-Macros$$ Help in Excel-macro to open files whose name start with "Extract"

2010-06-03 Thread Paul Schreiner
This should give you something to start with: Option Explicit Sub OpenFiles() Dim fso, fl, fc, f Dim PathFldr Dim msg Set fso = CreateObject("Scripting.FileSystemObject") PathFldr = "C:\temp" msg = "Selected:" If (fso.folderexists(PathFldr)) Then If (Right(PathFldr, 1) <> "\") Then PathFldr = Path

$$Excel-Macros$$ commandbar dropdown menu to count worksheets

2010-06-03 Thread manish
im trying to create a commandbar menu object for worksheet with a dropdown submenu which can count number and names of worksheets in any active workbook. the code i've written is as given bolow, it is not working?? dont know why?? is there anybody who can help me with it Sub myusershowmenu2() Dim

$$Excel-Macros$$ copy row

2010-06-03 Thread Rajesh D
Dear All Please help on below I want macro in worksheet like *If range a1 value is >1 then entire row (with formulas in row)should be copied to next row until column cell value = 0* * * Thanks Rajesh --

$$Excel-Macros$$ Help in Excel-macro to open files whose name start with "Extract"

2010-06-03 Thread Sunny Kapoor
I need to make a macro to open files whose name start with Extract...the Folder has about 15 files and about 10 files begin with "extract". I think i need a loop to do it but dont know how to do it.plz help -- ---

Re: $$Excel-Macros$$ From Excel send Email to multiple user separately

2010-06-03 Thread Aindril De
You Can use Mailmerge On Thu, May 27, 2010 at 3:23 PM, vibs wrote: > Dear Members, > > I have to send the emails using Microsoft Outlook to multiple users > individually (And not to all of them in one go) with their respective > records. For example, > > Users Pending transactions Email id >

Re: $$Excel-Macros$$ Formula required

2010-06-03 Thread Aamir Shahzad
Thanks for your reply but can you solve my query with formulas. Because I don't know any thing about Macros how to use it or where to insert macro code. Your reply will highly appriaciated. Regards, Aamir Shahzad On Sun, May 30, 2010 at 10:20 PM, Mahesh parab wrote: > Hi Aamir > i herewith att

Re: $$Excel-Macros$$ Macro File Access

2010-06-03 Thread Deepak Rawat
Thanx Swapnil!!! Its working On Thu, Jun 3, 2010 at 10:05 AM, Swapnil Palande wrote: > Hi Deepak, > > Save you excel as "Microsoft Office Excel Add-In". After saving excel as > add-in, you will get access to macros of this excel in all other excels. You > can add your own menu in menu bar. > If y

$$Excel-Macros$$ urgent Need Ms-Excel,MS Access & SQL Interview Tips

2010-06-03 Thread prabhakar thakur
Dear All, I urgent need Ms-Excel,MS Access & SQL Interview Tips. kindly send all tips for the *MIS position.* If have any opening in MIS please guide. Thanks, Prabhakar Thakur New Delhi +919953736776 --

Re: $$Excel-Macros$$ CUSTOM VIEW BUTTON IS OFF FOR EXCEL 2007

2010-06-03 Thread big smile
Thanks it works now Good Tricks Have a nice time Savla On Wed, Jun 2, 2010 at 8:43 PM, sudhir kumar wrote: > there is a problem of formatting in that file, > what u can do is just copy the entire data, and past it to another file,as > a match destination formating, after that ur cu

$$Excel-Macros$$ Re: Running Macros when Multiple Excels are open

2010-06-03 Thread donvreug
Thanks for yor help Stuart. Regards Don On Jun 2, 2:27 pm, Stuart Redmann wrote: > On 1 Jun., 01:57, donvreug wrote: > > > The environment this is occuring in is a corporate one where there are > > a number of Excel workbooks each with VBA modules that are deisgned > > for different tasks.  Oc