I have some data on one worksheet which is time-stamped every ten minutes and I can insert as much as I want for any time during a year. Looks as follows:
4/1/02 2:30 26.10 2.57 45 -123.5 225
4/1/02 2:40 23.30 2.51 45 -123.5 225
4/1/02 2:50 24.80 2.35 45 -123.5 225
4/1/02 3:00 24.80 2.62 45 -123.5 225
4/1/02 3:10 25.60 2.41 45 -123.5 225
I also have a worksheet for every month of the year containing tables for analyzing the time-stamped data in each month. How can I write a macro which will hide the unneeded month worksheets? That is, if I only load up data that contains times in January through March on the first worksheet, I only want to be able to see the three worksheets that correspond to these months and make the others inaccessible.
4/1/02 2:30 26.10 2.57 45 -123.5 225
4/1/02 2:40 23.30 2.51 45 -123.5 225
4/1/02 2:50 24.80 2.35 45 -123.5 225
4/1/02 3:00 24.80 2.62 45 -123.5 225
4/1/02 3:10 25.60 2.41 45 -123.5 225
I also have a worksheet for every month of the year containing tables for analyzing the time-stamped data in each month. How can I write a macro which will hide the unneeded month worksheets? That is, if I only load up data that contains times in January through March on the first worksheet, I only want to be able to see the three worksheets that correspond to these months and make the others inaccessible.