Hello,
I'm experiencing the same problem over and over again and my professor is too busy with other students to help me in most of my labs.
(I'm not trying to get anyone to do my homework I just need one simple answer.)
Anyway, I tried to make a module:
Sub compareArea(ByV al rec1Area As Double, ByVal rec2Area As Double)
Blah Blah If-Then-Else Statement
End Sub
There are no errors until I try to call the module in Main then I get 'Expression is not a method.' I know it isn't a method, I just don't know how to make it into one, someone please help I've put 2 hours of research into this and still no answer.
I'm experiencing the same problem over and over again and my professor is too busy with other students to help me in most of my labs.
(I'm not trying to get anyone to do my homework I just need one simple answer.)
Anyway, I tried to make a module:
Sub compareArea(ByV al rec1Area As Double, ByVal rec2Area As Double)
Blah Blah If-Then-Else Statement
End Sub
There are no errors until I try to call the module in Main then I get 'Expression is not a method.' I know it isn't a method, I just don't know how to make it into one, someone please help I've put 2 hours of research into this and still no answer.
Comment