Hello, I am a complete newbie on VBA, so please help me to start.
Basically, I have to maximize
∑[θx* ln qx +(Ex-θx)* ln px] (where x is the subscript, denote the age)
θx and Ex are known,
I would like to model qx= Bc^x
and px=(1-qx)
I believe by using the VBA, subroutine function,
I would...