Pass arguments from Userform to Shell func
I've got a Userform in Excel where by I take in 5 values...Section, date,time,no.of periods and mins(in integer)from textboxes.. When I get this values and click a command button, my program goes thru many processes after which I'm calling a Shell func(NOT in the Form Module but a normal module called ShellFunc). My Shelled program is a perl program that creates txt files. In order to do tat, I need to pass in 5 arguments when running the perl program.How to pass in the values taken from the userform to the Shell function.PLs help.Thanks alot for ur help.