I
Imran J Khan
I have a simple flat file database of a questionaire of about 130
questions/variablea. I need to a report with the frequencies, mean, median,
mode, min, max, range, standard deviation etc. I thought it would be easier
if I could code VBA to create functions for each of the above (frequencies,
mean, median etc) and that would go through each variable and calculate the
each function for that variable. I need help creating a loop that will go
through each variable and pass the nescessary arguments for each function
etc. I am a novice vba programmer, so I may not be very clear in
explaining what I want.
questions/variablea. I need to a report with the frequencies, mean, median,
mode, min, max, range, standard deviation etc. I thought it would be easier
if I could code VBA to create functions for each of the above (frequencies,
mean, median etc) and that would go through each variable and calculate the
each function for that variable. I need help creating a loop that will go
through each variable and pass the nescessary arguments for each function
etc. I am a novice vba programmer, so I may not be very clear in
explaining what I want.