Hi folks -
I've got a userform with a RefEdit box named 'schedule' with which the user will select a single column of cells (variable length). What I need to do with this range of cells is:
...
Type: Posts; User: jcholak718
Hi folks -
I've got a userform with a RefEdit box named 'schedule' with which the user will select a single column of cells (variable length). What I need to do with this range of cells is:
...
Hi all -
I'm real new to VBA (yesterday, for that matter) and I've managed to create a simple userform that grabs data, passes it to my procedure and then spits out some output very nicely.
Now...