Modify Calling Function UDF Excel VBA

D

Dave

I have a Excel UDF in VBA and I need to datetime stamp the calling
function.

MyUDF(arg1, arg2, arg 3) -- this is entered by the user

In my vba code, I want to a modify this UDF when it is calculated to
add the stamp. This stamp needs to be visible to the end user.

MyUDF(arg1,arg2,arg3, 1/1/2005) -- this should be the result

Thanks,
Dave
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top