Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In versions of Excel prior to Excel 2007 one could address VBA Bessel
functions (as opposed to Worksheet functions) by ensuring one had a VBA reference to ATPVBAEN.XLA. The object browser had all sorts of obscure mathematical functions in it. With Excel 2007, these functions have been removed from this library. I see no other libraries that have them. One can always use the WORKSHEETFUNCTION that gets you to these math functions. However I do not want to reference worksheet cells directly , just local variables, due to a possible performance hit. Can I use local variables in the argument list instead of cell references in WORKSHEETFUNCTION. Also how would I maintain one code base that will run in Excel 2007 and earlier versions, if I am forced down this path of using WORKSHEETFUNCTION? I can use the application.version function to test for different Excel versions but I get a compile error in the pre-Excel 2007 code fragment in Excel 2007 when it cannot see the bessel function itself (as the library is missing) Any suggestions? -- Bob B |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Anyway of accessing the internet from within excel 2007? | Excel Discussion (Misc queries) | |||
Accessing the excel 2007 context menus... | Excel Programming | |||
Accessing Excel 2007 Userforms from Macros | Excel Programming | |||
Accessing Web Service in the Excel 2007 | Excel Programming | |||
Bessel function/directivity function | Excel Worksheet Functions |