View Single Post
  #2 (permalink)  
Old 27th May 2008, 03:16 AM
DJLJ DJLJ is offline
I love Stouff
 
Join Date: Dec 2005
Location: Cork, Ireland
Posts: 6,952
vCash: 500
DJLJ has much to be proud ofDJLJ has much to be proud ofDJLJ has much to be proud ofDJLJ has much to be proud ofDJLJ has much to be proud ofDJLJ has much to be proud ofDJLJ has much to be proud ofDJLJ has much to be proud ofDJLJ has much to be proud ofDJLJ has much to be proud ofDJLJ has much to be proud of
Re: Scripting / automation gurus

Originally Posted by Big Ig View Post
Any on here?

Never really done anything before beyond the odd batch file but have a severe need to automate many parts of my job, due to much of it being repetetive shite and my working 70-80 hours a week partially because of it.

Have just downloaded Powershell and written something to download that day's excel updates from sharepoint, but need to automate opening multiple files at once, running various queries (yes I know it should be databases!) on the data - counts of how many instances of a certain value in a column and sending to a csv/xls, identifying certain defined entries and copying and pasting into another worksheet, etc etc. Not a scooby on how to do this though - VBA seems to only be useful if you're already working within excel (or maybe I should be using this to open said files and manipulate them?) so I'm assuming I should be using powershell or vbscript to open and manipulate the files 'externally'???

Any advice would be tops, and a life-saver - got no fucking life doing said hours, and any hours freed up by working smart, i.e. automation, would be a hell of a boon.
I've done this on the mac using applescript, does it have to be done on a PC? My wife uses Excel extensively, but only Mac based.

The last one I've done for her, gets data out of SAP, manipulates lots of sheets and data and pivot tables and in several files etc and finally sends out an email with the new data.

All run by a cron script, saves her about an hour each morning.

On the Win side, you need to talk to one of the other guys, only done manipulation and linking etc in vb there, not any serious scripting.
Reply With Quote