Good Afternoon,
I had posted asking for help before and received much. However, I am still a bit stuck. Can someone please help. I need to create a project with the following:

1. A sub method called InTwo, which accepts two integer arguments that are passed by reference. The code should use two input boxes to input the 2 integers from the user.

2. A function method, which takes in two integers, that represent time in hours and minutes. Call the Function MinutesIn. The function should return the total time in minutes.

3. A second function method TimeDifferenceInMins, with 4 ByVal arguments and an integer return result. The function accepts two times in hours and minutes and returns the difference between them in minutes. Use the InTwo and MinutesIn procedures.

The form cam only have 1 calculate button and 1 exit button. The calculate button must include the code to call the TimeDifferenceInMins Function.

I thought I understood how I was supposed to code this and when I tried it there was a major mess. Any responses are greatly appreciated.

JAZ