I would like to write PB functions that can be used inside of excel cells.
=MyAverage(A3:A2003) for example would use my PB code to calculate an average
The reason to use PB rather than VBA would be speed. This function would be copied down into 2000 cells, for example, and perhaps work with list of numbers 2000 numbers long. When I attempt these things in VBA, time stops when I do a recalculate.
I want to do the minimum work required, as I actually don't program windows for a living. This is a means to an end, not an end itself.
I have PBWin8 and Excel 2003.
Can anybody explain why I would use an XLL or an AddIn vs a DLL. Can I get the functionality I require using a DLL. Is there a HELLO WORLD example of a PBB DLL in Excel that you can point me to, preferably fairly recent, as I know there's a Windows95 one kicking around somewhere, but it seems outdated.
Thanks for your help.
=MyAverage(A3:A2003) for example would use my PB code to calculate an average
The reason to use PB rather than VBA would be speed. This function would be copied down into 2000 cells, for example, and perhaps work with list of numbers 2000 numbers long. When I attempt these things in VBA, time stops when I do a recalculate.
I want to do the minimum work required, as I actually don't program windows for a living. This is a means to an end, not an end itself.
I have PBWin8 and Excel 2003.
Can anybody explain why I would use an XLL or an AddIn vs a DLL. Can I get the functionality I require using a DLL. Is there a HELLO WORLD example of a PBB DLL in Excel that you can point me to, preferably fairly recent, as I know there's a Windows95 one kicking around somewhere, but it seems outdated.
Thanks for your help.
Comment