Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Tue, 29 Jul 2008 15:46:00 -0700, cyberpro
wrote: Say I have a Function initParms() as Integer and spreadsheet cell(5,4) contains "initParms" (I do not want to use the formula "=initParms()"). I call the function with Run Cells(5,4).Value Run is supposed to return the same result as initParms(). How do I reference the integer result in order to save it to another cell? Dim i as Integer i = Application.Run(Cells(5,4).Value) -- Dick Kusleika Microsoft MVP-Excel http://www.dailydoseofexcel.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro Window - Prevent 'Run' | Excel Programming | |||
Compare Value in Cell 1 to a List, Return Value if Match otherwise Return Null | Excel Discussion (Misc queries) | |||
How to 'RUN' a worksheet | Excel Programming | |||
Method 'Run' of object '_Global' failed when changing OS and Office versions | Excel Programming | |||
VBA Syntax for VLOOKUP to return array of return values | Excel Programming |