Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm using Excel 2000 VBA but all references to functions in a VB program
come up as undefined. e.g., Asin(). Such references directly in a spreadsheet cell work properly. I'm pretty sure I need to set a reference to some object library but don't know which. Any help, Jim Thompson |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
You need to remind VB that it's a worksheet function myvalue=worksheetfunction.Asin(..... Mike "James O. Thompson" wrote: I'm using Excel 2000 VBA but all references to functions in a VB program come up as undefined. e.g., Asin(). Such references directly in a spreadsheet cell work properly. I'm pretty sure I need to set a reference to some object library but don't know which. Any help, Jim Thompson |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
That is service. I sent my question only an hour or so ago.
Indeed that fixes the problem. Thanks, Jim Thompson "Mike H" wrote in message ... Hi, You need to remind VB that it's a worksheet function myvalue=worksheetfunction.Asin(..... Mike "James O. Thompson" wrote: I'm using Excel 2000 VBA but all references to functions in a VB program come up as undefined. e.g., Asin(). Such references directly in a spreadsheet cell work properly. I'm pretty sure I need to set a reference to some object library but don't know which. Any help, Jim Thompson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Error: Undefined or non-rectangular name | Excel Worksheet Functions | |||
Excel error: Undefined Function 'InStrRev' in Expression | Excel Worksheet Functions | |||
Undefined function error | Excel Discussion (Misc queries) | |||
Linking Worksheets in an undefined number of Workbooks | Excel Discussion (Misc queries) | |||
undefined function error when creating xls pivot from mdb qry | Excel Worksheet Functions |