Each month, from the 1st to the
10th, my job is to first insert into a tax worksheet a column that
is next to another column called “Item_Type” and names it “Taxable v Exempt.”
Then, I would go ahead and start with one of the listed ten states. Let’s say I
start with Texas. After inserting a new column, I would look at each of the
categories listed under the “Item_Type” filtered cell of all of the Texas
transactions, often starting with what was called “Company Fulfillment.” Then,
after filtering a column called “Tax_Trans_Curr” with only the value of “0,” I
would decide if I should type in “Exempt,” “Freight,” “Exempt-b2b,” or just
leave it blank by looking at each of the transactions that show up and see
which category its product name fit into. Next, I would move on to the second
category under the “Item_Type” filtered cell. When I am done filling out the
“Taxable v Exempt” column for the state, I would go ahead and do some sorting
to get the numbers that I intend to get. For instance, if the Summary Sheet
asks for a total exempt sale for Texas, then I would go to the tax worksheet
and do some sorting, figure out that exempt number, and then copy and paste that
number to the “Summary Sheet” at a specific place. When I am done filling out
all of the numbers required for Texas, I would move on to a different state
till I am done with all of the ten states.
This whole process is very repetitive and
intimidating sometimes. It is very easy to get mixed up when it comes to
deciding which status the transaction should be or sorting the transactions and
filling in the blanks in the “Summary Sheet.” Thus, since the first week of our
VBA class, I have already thought of a way to automate my work process with the
help of VBA. The code that I wrote allows me to shorten the whole process
tremendously. Currently, I only need to click on a customized button and finish
everything in minutes.
Here are the links to my write-up and code:
Sales Tax Return Helper (Write-up)
Sales Tax Return Helper (Code) - Please click on the "Final Project" tab in the file for more information
Enjoy!
Sales Tax Return Helper (Write-up)
Sales Tax Return Helper (Code) - Please click on the "Final Project" tab in the file for more information
Enjoy!
No comments:
Post a Comment