SoulSeeker
New Member
- Joined
- Feb 26, 2011
- Messages
- 12
Hello,
I'm looking for some help with a macro code. I need to hide columns depending on the actual time. Here's what i have:
<table border="1"><tbody><tr><td>08:00</td><td>09:00</td><td>10:00</td><td>11:00</td><td>12:00</td><td>13:00</td></tr></tbody></table>
And so on, and depending on the actual time i want to hide the rest of the columns. If for example the actual time is 10:30 AM i want to hide column D, E and F. Any help would be greatly appreciated. Thanks
I'm looking for some help with a macro code. I need to hide columns depending on the actual time. Here's what i have:
<table border="1"><tbody><tr><td>08:00</td><td>09:00</td><td>10:00</td><td>11:00</td><td>12:00</td><td>13:00</td></tr></tbody></table>
And so on, and depending on the actual time i want to hide the rest of the columns. If for example the actual time is 10:30 AM i want to hide column D, E and F. Any help would be greatly appreciated. Thanks