Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Programming
User function argument question
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Guest, post: 6770171"] You have lost me in terms of what you want to accomplish... Your function takes a variant and (because nothing is specified) returns a variant. The first 2 examples you pass in a single cell range object and the function returns the value of the range object. In the final example you pass in a range object consisting of a group of cells and then try to return the value of the group. Is your intention to return the sum of the group? The last item in the group? What do you intend the function to return? Finally you are showing the sqrt = 4 meaning that it must be evaluating the number 16, but for the life of me I do not see where you would be getting 16 from... [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Programming
User function argument question
Top