Forum

David Davala
@dmdavala
Trusted Member
Joined: Oct 21, 2020
Last seen: Jul 7, 2026
Topics: 12 / Replies: 21
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...

5 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(...

5 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 ...

5 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) ...

6 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...

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

I also changed the first line to: Public Function Annuity(age, defAge, ArrayMortality As Variant, Seg_1, Seg_2, Seg_3) In the spreadsheet attach...

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

I took out the () after ArraryMortality and it still does not work. The function worked when I input all variables except the mortality table. I n...

6 years ago
Forum
Topic
Forum
Replies: 24
Views: 5173
Reply
RE: Run-time error 1004

What do you mean by, "the code is not fully qualified?" I want this code to work on any worksheet in the workbook. Ideally, I would like it to l...

6 years ago
Forum
Reply
RE: FILTER Function

The range did return Booleans. My problem was that some of them were blank. I fixed it. Thank you for you help.

6 years ago
Topic
6 years ago
Replies: 2
Views: 914
Reply
RE: Excel Training Needed

Hi Mynda, I am able to get the mortality table into Excel. I had to get help from this forum to reference the array values. I now want to man...

6 years ago
Topic
Replies: 3
Views: 1078
Topic
Forum
Replies: 1
Views: 1062
Page 2 / 3
0