Freelancer Needed for Excel Macro / Button [Paid]

buho6867

New Member
Joined
Sep 30, 2013
Messages
13
Hey everyone,

I have an inventory sheet that I need to update daily. I have several excel files that need to talk to each other. Basically I just need a button that will create an "End File" which is just a file that will tell eBay what listings need to be removed. I think it is called a macro but I am not sure that is the correct term. Every day I will download the most up to date Products file and Active Listings file, then I will click the button you are creating.

3 Workbooks / Files:
MasterFile (Contains older inventory items)
Products (Contains up to date inventory items)
ActiveListings (Contains Listings for Products)

Button Actions)
a) Finds Item IDs that ARE in MasterFile but NOT in Products (meaning that they are no longer offered by the supplier). The Item IDs need to be added to a list of Item IDs to remove from ActiveListings (let's call this LIST A), then the row needs to be deleted on the MasterFile
b) Adds all Item IDs that have the stock value as "N" within Products file in LIST A
c) Finds all listing#s within ActiveListings sheet, then Creates an "end file" which is a CSV file that has the listing# of products that are out of stock

Example:

MasterFile File (NOTE - These are the old inventory from the previous day)
TITLE, ITEM ID
Baseball, 001
Basketball, 002
SoccerBall, 003
Football, 004

Products File (NOTE - 001 and 002 are out of stock. 003 is missing, meaning it is discontinued. Row corresponding to 003 needs to be removed from the master file)
TITLE, ITEM ID, IN STOCK?
Baseball, 001, N
Basketball, 002, N
Football, 004, Y

ActiveListings File (NOTE - I currently have 2 active listings for 001 which is out of stock, and 1 listing for 003 which is discontinued)
LISTING ID, ITEM ID
LISTING#1, 001
LISTING#2, 001
LISTING#3, 004
LISTING#4, 004
LISTING#5, 003

Created EndFile CSV (NOTE - This CSV file contains which listings need to be removed)
ACTION (STATIC), LISTING ID, REASON (STATIC)
End, LISTING#1, NotAvailable
End, LISTING#2, NotAvailable
End, LISTING#5, NotAvailable

This is the first job of many, so I would love to work with someone who can help me with more macros / buttons / Excel work in the future. If you are interested, please let me know a price estimate and if it is a good price then we can talk further and I can provide more details. If you need clarification, please ask. Thanks!
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Hi Buho

Let me say right away that im not a pro VBA programmer...

But I am spending alot of time messing around with excel and VBA... and your task sounds like something I would find fun to work at... And I wouldn't req payment, since I would be doing it for fun and self-education....

So if you are interestet in working with a non-pro programmer that works with excel just because its good fun, then let me know...


Best regards

Leandrial
 
Upvote 0
Please also note that it is against forum rules to offer, or accept, payment for work done.
 
Upvote 0
Good thing im such a nice guy that wouldn't accept payment anyway, then :)

Unless ofc its againt forum rules to offer to do the work without payment... :)
 
Upvote 0
No - we'd all be in trouble if that were the case. ;)

My comment was aimed at the OP's original request.
 
Upvote 0

Forum statistics

Threads
1,225,157
Messages
6,183,249
Members
453,152
Latest member
ChrisMd

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top