Quote Originally Posted by Amymac View Post
Did you follow a template to create these calculation methods? I started writing a code to calculate the net income of my father's company employees, but I don't know if I used the correct formulas. I found on the internet some blogs that offer tips and tricks about payment systems, including ThePayStubs. But I'm still curious what else other programmers use. By the way, you did a good job! In the future, name the functions more explicitly. It will be easier for you to read the code when you return to it.
1. Welcome to the forum. Please take a few minutes and read the FAQ in my sig

2. This is a 5-6 year old post that you replied to

3. I vaguely recall that I just modified the OP's initial logic

4. The OP added a Command Button to the WS names "CommandButton1" and the click event suffixes the name with "_Click"

The OP could call the CB anything they want so long as the sub is named "WhatEverTheyWant_Click"