Re: $$Excel-Macros$$

2010-10-10 Thread siti Vi
Dear shrinivas, you can put this formula *=B4+BeforeThisSheet("C4")* and copy to another sheet (except sheet1 / *most left* tab sheet in workbook) *BeforeThisSheet* is an UDF ( = User defined function) that we can create with VBA Function BeforeThisSheet(RangeTxt As String) ' siti Vi / jakar

Re: $$Excel-Macros$$ VLOOKUP function

2010-10-10 Thread Alan
Thank you! I had problems when I just used an absolute column number. I did not realize that it was relative to the start of the table. In the simple tutorials, it is not clear whether it was supposed to be absolute or relative (same in examples).

$$Excel-Macros$$ playing with several timers with vba excel 2000 ...

2010-10-10 Thread Alfred WALLACE
Hi to all ! first of all, sorry for my so poor english, i'm a poor poor poor frenchy guy ! i'm trying to dev à "meeting time manager" ... here is my project : in e meeting, you have several subjects, and, of course each subjects have there own time... And, of course, one meeting have his global

Re: $$Excel-Macros$$ DELETE OF A VALUE DELTES THAT FROM EVERY SHEET

2010-10-10 Thread sudheer lolla
*Hi siti Vi* * * *Thanks for your reply .That was efficient* * * *But i had a problem the order of the values may not be the same in all sheets* * * *for example:if "17" is in row 17 in sheet "A" it may be in row 20 in sheet "B"* *Your code works effectively if the order is same.You are comparing w

Re: $$Excel-Macros$$

2010-10-10 Thread Shrinivas Shevde
Dear Siti Really thaks for the reply This reduce my work greatly Shrinivas On Sun, Oct 10, 2010 at 5:37 PM, siti Vi wrote: > Dear shrinivas, > > you can put this formula > *=B4+BeforeThisSheet("C4")* > and copy to another sheet (except sheet1 / *most left* tab sheet in > workbook) > > *BeforeThi