But as i don't know shit about vba - and as google is full of payed ad-links when it comes to excel - it'd be nice if someone could point me to a free internet resource on vba programming. I allready know C and Java btw, so i dont need general programming info ...
Things i need to know:
1 - how are simple functions implemented for excel/basic.
something like:
Code: Select all
void bla(int x, string y)
{
// - code -
}
hm... i think that's all.