I'm new to Excel Macros but not to programming. I have some training in C, C++, IDL and HTML. However, I'm still muddling about trying to get a handle to the syntax and capabilities of VBA.
As far as my question is concerned, I have a master sheet with 22 columns of data. Time, a categorical integer value of 0, 2, 8, 24, 48, 72, or 120 is in column A (starting at A2). I would like to sort data from this master list into sheets, one for each time set, copying the entire row of data for each entry. For example, A2 = 0 so all of row A (or at least the first 22 cells of row A) would be copied into the sheet "0 Hours" without altering the data in the master sheet.
I'm not sure if I should go for a series of Do While statements or Nested IF statements in a Do While Loop? Suggestions?
As far as my question is concerned, I have a master sheet with 22 columns of data. Time, a categorical integer value of 0, 2, 8, 24, 48, 72, or 120 is in column A (starting at A2). I would like to sort data from this master list into sheets, one for each time set, copying the entire row of data for each entry. For example, A2 = 0 so all of row A (or at least the first 22 cells of row A) would be copied into the sheet "0 Hours" without altering the data in the master sheet.
I'm not sure if I should go for a series of Do While statements or Nested IF statements in a Do While Loop? Suggestions?
Last edited: