How do I write function in VBA for user input cell reference?

V

Valerie

I need a formula that uses a constant but I want to utilize something like
the function wizard where the user fills in the cell reference.

Function Formula()

(cell ref) * .97016

End Function

I don't understand VBA lingo so I don't know how to write it, but I do know
what I want it to do!

Thanks for the help!!
 
Top