$$Excel-Macros$$ Sendkeys Problem

2010-02-16 Thread Lulu
Hi, I was trying to copy the array formula from one column to another, but the following macro only works for the last cell in the selection. Can anyone please suggest how I can make the sendkey function to work for every cell in the selection? Thanks. Sub copy_formulas2() Dim aRng As Range Dim

$$Excel-Macros$$ Re: Import UDF problem

2010-02-16 Thread Paul Q
I know what the problem is -- I named the project and the function the same. Once I named one of them differently, the function name gets changed to normal. On Feb 16, 9:39 am, Paul Qi wrote: > I have made a UDF named "IsHardCoded" and saved as ".bas" file.  I then > opened a spreadsheet named "

Re: $$Excel-Macros$$ Cell adddress changed automatically

2010-02-16 Thread Paul Schreiner
What version of Excel are you using? What you are referring to is called using "R1C1 reference style". In Excel2007 it is found under Excel Options -> Formulas and under the "Working with formulas" heading. I'm not sure where to find it in older versions of Excel (perhaps you can searc for R1C1)

$$Excel-Macros$$ Cell adddress changed automatically

2010-02-16 Thread Balachander S
I have an excel shett for which i wrote macro in VBA the macro changes the cell address say : A! then It changes to B! The macro is not working becuase the cell address has changed to R(2),C(1) Any idea why the cell address has chanaged and how to change it back Baloo -- --

$$Excel-Macros$$ Re: The Great MphasiS Empoyee Hunt

2010-02-16 Thread gurumurthy sastry Kondury
Please also note that the details of the venue are mentioned in the attachment. They will be screening and interviewing on the spot with offers being given THE SAME DAY. All this is happening on 20th Feb. So Hurry up. On 2/16/10, gurumurthy sastry Kondury wrote: > Hi All, > > I have been a pa

RE: $$Excel-Macros$$ vlookup reference automatic update

2010-02-16 Thread Dave Bonallack
Try naming the table using a dynamic range formula. Then refer to that range in the VLOOKUP function. Dave > Date: Mon, 15 Feb 2010 21:36:52 -0800 > Subject: $$Excel-Macros$$ vlookup reference automatic update > From: pinankchh...@gmail.com > To: excel-macros@googlegroups.com > > I have customer