View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Curare[_5_] Curare[_5_] is offline
external usenet poster
 
Posts: 1
Default Userform with Formula

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