Forum

David Davala
@dmdavala
Trusted Member
Joined: Oct 21, 2020
Last seen: Aug 21, 2025
Topics: 11 / Replies: 20
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) ...

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

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

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

5 years ago
Forum
Topic
Forum
Replies: 24
Views: 1220
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...

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

5 years ago
Topic
5 years ago
Replies: 2
Views: 281
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...

5 years ago
Topic
Replies: 3
Views: 260
Topic
Forum
Replies: 1
Views: 207
Reply
RE: Can the Index function return a named Array to use in another Index function?

I want to populate cells B5 through B125 on tab "Q's etc" The values should come from the named array selected in cell B2 on the "assumptions" tab. ...

5 years ago
Page 2 / 3