Greetings,
I'm trying to pass information from one worksheet to another. When my sub-routine is called, it checks for which form the active sheet contains, and calls the appropriate sub-routine. In this sub-routine, all of my data to be copied is set.
Is there any way I can use an array or something similar to store all data in Cells C6:C30, D6:D30, and F6:F30, to be called on at a later time?
I'm trying to pass information from one worksheet to another. When my sub-routine is called, it checks for which form the active sheet contains, and calls the appropriate sub-routine. In this sub-routine, all of my data to be copied is set.
Is there any way I can use an array or something similar to store all data in Cells C6:C30, D6:D30, and F6:F30, to be called on at a later time?