Open Side Menu Go to the Top
Register
Looking for a BOT i can use for excel Looking for a BOT i can use for excel

10-08-2016 , 09:00 PM
hi,

I'm looking to create a bot that I can use for excel the main purpose of it is to save me time. I would need it to be able to filter a column that I would call code then click on each number on the column and transfer the cost to another excel sheet which is inline with the code.

Not sure if this is possible but if you think it is let me know
Looking for a BOT i can use for excel Quote
10-10-2016 , 09:24 AM
It's surely possible, look in to Excel VBA.
Looking for a BOT i can use for excel Quote
10-15-2016 , 04:24 AM
Seems to me this sort of logic is much more suited for a general python/ruby/etc script. The gist of what you want want to do is :

1) Load your spreadsheet (some sort of csv), into memory
2) Perform some filtering logic
3) Update column(s)
4) Write to new csv

You now have your new csv ready to load into Excel. I do not know VBA but I imagine this is far simpler to do than what Dave suggests.

Believe it or not, all of the ^^ could likely be done in < a dozen LOC (or more depending on the complexity of your sorting criteria/update logic)
Looking for a BOT i can use for excel Quote
11-30-2016 , 01:51 AM
You could do this with some VBA knowledge.
Looking for a BOT i can use for excel Quote

      
m