Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to run the worksheet function Minverse in VBA using:
result = Application.WorksheetFunction.MInverse(pt_array) This works ok if pt_array is a range taken from a worksheet (eg pt_array = range("A1:c3")) However if I try and incorporate an array directly with VBA (eg pt_array(1)=1 ; pt_array(2)=2 ... etc) the function fails. I guess I need to convert my array to a range somehow - and I'd rather not write it out to a worksheet and then have to read it back in. Any Ideas ? --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I set up a running balance worksheet ? | Excel Worksheet Functions | |||
New Running Total for each worksheet | Excel Worksheet Functions | |||
How do i get the running balance from one worksheet to another? | Excel Worksheet Functions | |||
Worksheet Running Very Slow | Excel Worksheet Functions | |||
Running Code in an XLA from a Worksheet | Excel Programming |