Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello all:
Can someone please help me with this. I have the following vba code: cdamount = WorksheetFunction.Large(Cells(target1,"B"):(Rows(t arget2,"B")), amount1) target1 = Target.Row target2 = Target.Row + 10 The range for "large" does not work correctly, what should I change to get this right? I want to use a worksheet code "Worksheet_SelectionChange" that when I change my selection it should show me ina differnt cell the "large" of that specific row which is active. Please help. Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using the functions "LARGE"and "SMALL" in an Excel program | Excel Programming | |||
Utility to "clean up" or "defrag" large Excel file | Excel Discussion (Misc queries) | |||
use variable in Workbooks("book1").Worksheets("sheet1").Range("a1" | Excel Programming | |||
Using "Cells" to write "Range("A:A,H:H").Select" | Excel Programming |