B
BOMB3RMAN
Hi guys,
I use VBA mainly to write extra formulas for myself to use.
When you type formulas like sum( this stuff usually comes up:
SUM(number1,number2, ...)
Well, i was wondering how to make my own code for that to appear to use
with my own functions. Eg. i made a Distance forula:
=DIST(Easting1,Northing1,Easting2, Northing2)
How do i get that to display when i try to type it in the formula
window in excel?
Thanks in advance, Andre
I use VBA mainly to write extra formulas for myself to use.
When you type formulas like sum( this stuff usually comes up:
SUM(number1,number2, ...)
Well, i was wondering how to make my own code for that to appear to use
with my own functions. Eg. i made a Distance forula:
=DIST(Easting1,Northing1,Easting2, Northing2)
How do i get that to display when i try to type it in the formula
window in excel?
Thanks in advance, Andre