I want to run a userform that uses a function. It is for first tim
users to understand the formula format and eventually quit using th
userform. Here is a simple example:
Function Add(a,b)
add=a+b
end function
I would include a userform that would use thie function. The problem
am having is that I can't manage to have the results posted on th
activecell, and secondly I need the formula to be shown in th
activecell
--
Message posted from
http://www.ExcelForum.com