Excel Programming (VBA)
Posted: Thu Feb 17, 2005 10:13 am
As i'm currently doing some research in prime numbers, i decided to collect some data i need for my maths with excel, as it allready includes a good ways to represent the data after creating the numbers (colouring certain cells, etc...).
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:
2 - how to access (in/out) a certain cell in a certain document by its index
hm... i think that's all.
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.