Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi,
I'm new to making VB functions for Excel, but I managed to make one yesterday that was producing the results I wanted. Now today, after copying the excel file to a different computer, the function gives me the #Name? error, even though I haven't changed it or it's arguments. Alt+F11 shows the function, but the spreadsheet doesn't seem to recognize it. What do I do? Here is the (very simple) function: Function BucketWeight(bucket, weights) BucketWeight = weights(bucket) End Function bucket is a number and weights should be an array. I'm calling it like: =BucketWeight($D3, $B$485:$B$489) Thanks a lot! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cells User Select Locked after upgrade to Excel 2002 | Excel Discussion (Misc queries) | |||
I NEED HELP with the SPELLNUMBER Function | Excel Worksheet Functions | |||
Excel option to store trendline's coefficients in cells for use | Charts and Charting in Excel | |||
IF function to blank without getting #value in sum function | Excel Worksheet Functions | |||
how to move user defined function | Excel Worksheet Functions |