So I promised my finance director that we could perform a particular task with an Excel macro (because I know we can)... problem is, he heard "Big chief on high, I can perform this task for you".
Needless to say, I need to learn Excel VBA programming. Ideally, by tomorrow (clearly not going to happen).
I know BASIC and I'm very fluent with Excel. Combining the two is something of a grey area for me :)
I've had a quick dabble, enough that I know that I need to know the Excel object model (which I don't) and the correct way to implement user forms (or whether it's best just to attach buttons to a worksheet). I also need to know where my macro code should be going (attached to a worksheet, attached to the workbook or in a module).
I have to develop a system that will take a text file as input (standard format) and produce an invoice from the data in the text file. The invoice may span several pages. I have a sanctioned invoice template already, and I know (in theory) how to get from raw data to completed invoice. I just need to automate the process based on the minimal user input.
It will not be me doing the inputting, so I need to idiot-proof the whole thing as well :(
I already have on my list of essential purchases:
Professional Excel Development: The Definitive Guide to Developing Applications Using Microsoft Excel and VBA by Stephen Bullen, Rob Bovey, and John Green.
Excel VBA Programming for Dummies by John Walkenbach.
Is there anything else I should add to my shopping cart? Are there any particularly useful online guides or resources that I should know about?
Needless to say, I need to learn Excel VBA programming. Ideally, by tomorrow (clearly not going to happen).
I know BASIC and I'm very fluent with Excel. Combining the two is something of a grey area for me :)
I've had a quick dabble, enough that I know that I need to know the Excel object model (which I don't) and the correct way to implement user forms (or whether it's best just to attach buttons to a worksheet). I also need to know where my macro code should be going (attached to a worksheet, attached to the workbook or in a module).
I have to develop a system that will take a text file as input (standard format) and produce an invoice from the data in the text file. The invoice may span several pages. I have a sanctioned invoice template already, and I know (in theory) how to get from raw data to completed invoice. I just need to automate the process based on the minimal user input.
It will not be me doing the inputting, so I need to idiot-proof the whole thing as well :(
I already have on my list of essential purchases:
Professional Excel Development: The Definitive Guide to Developing Applications Using Microsoft Excel and VBA by Stephen Bullen, Rob Bovey, and John Green.
Excel VBA Programming for Dummies by John Walkenbach.
Is there anything else I should add to my shopping cart? Are there any particularly useful online guides or resources that I should know about?