Thanks for clarifying the code. I now understand the operation of the logic.
Your line:
aa = aa Or (bb < cc And dd < ee)
works perfectly in VBA.
Thank you also for your fast response. Marvellous assistance.
Hi all,
I'm in the process of converting a Fortran maths program of several hundred lines to Excel VBA. All is fine except for one line of the Fortran code. I haven't seen this code form before.
! ...
logical aa
real ( kind = 8 ) bb
real ( kind = 8 ) cc
real ( kind = 8 ) dd
real (...