Forum

David Davala
@dmdavala
Eminent Member
Joined: Oct 21, 2020
Topics: 10 / Replies: 18
Reply
RE: Copy Group Box and Radio Buttons

I figured it out for myself! I selected the Group Box. Holding the control key, I then selected each button. Then I did copy/paste. (Ctrl-V) I...

10 months ago
Topic
Topic
Replies: 2
Views: 96
Reply
RE: Unexpected VBA results. Trying to sum an array

I was trying to sum the values of ArrayPresentValueSum by looping through it. I discovered WorksheetFunction.Sum and switched to that. Now it work...

3 years ago
Forum
Topic
Forum
Replies: 2
Views: 98
Reply
RE: Function not working - based on previous function that does work

Duh on me. I thought I had checked all of those.

3 years ago
Forum
Reply
RE: Pass Named Range to VBA Function

Thank you. This is what I needed.

4 years ago
Forum
Reply
4 years ago
Forum
Reply
RE: Pass Named Range to VBA Function

Thank you Alan. I have attached my current spreadsheet. I am using Office 365. I have a section commented out that does not work. Once...

4 years ago
Forum
Reply
RE: Pass Named Range to VBA Function

You're correct. It did work like that already. I have a new problem. I've added a Boolean argument to the function. Public Function Annuity(...

4 years ago
Forum
Reply
RE: Pass Named Range to VBA Function

This works very well. How would I do the following?: Replace the cell reference with a number. The number would reference a multi-column and ...

4 years ago
Forum
Reply
RE: Pass Named Range to VBA Function

With my current code, this function works. =Annuity(N5,N6,GAM83Male,N2,N3,N4) I want this to work. =Annuity(N5,N6,T8,N2,N3,N4) ...

4 years ago
Forum
Reply
RE: Pass Named Range to VBA Function

Here is my current code that works. Public Function Annuity(age, defAge, ArrayMortality, Seg_1, Seg_2, Seg_3) Dim ArrayL(122) As Variant Dim A...

4 years ago
Forum
Page 1 / 2