Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() I need some help figuring out how to convert formulas that I have working in an excel spreadsheet into VBA language in Excel. I have the following three formulae that do just what I want. I go through all kinds of hoops to open excel, write this formula in a cell, copy it then write it to a new spreadsheet. would be much faster if i could capture the value of all three formulae in VBA. Suggestions appreciated: =max(h1:h300) =(CELL("address",OFFSET(h1,MATCH(MAX(h1:h300),h1:h 300,0)-1,0))) =ROW(OFFSET(A1,COUNTA(A:A)-1,0)) What do I need to do to get each of those working. I think if I can figure these out then the generic rules can be used to apply to other examples. Thanks in advance, Rob -- rroach ------------------------------------------------------------------------ rroach's Profile: http://www.excelforum.com/member.php...o&userid=21093 View this thread: http://www.excelforum.com/showthread...hreadid=386564 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
how does one convert text to a formula "average(A:A)" to =average( | Excel Worksheet Functions | |||
convert formula to its value | Excel Discussion (Misc queries) | |||
Cell shows formula and not the result of the formula. | Excel Worksheet Functions | |||
Cell doesn't show formula result - it shows formula (CTRL + ' doe. | Excel Worksheet Functions |