Thread: VBA Hiding Rows
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] jamescorcoran@gmail.com is offline
external usenet poster
 
Posts: 3
Default VBA Hiding Rows

I have a table of data with dates in the first column and then a bunch
of other data across the row. On top of this I have a beginning date
cell and an ending date -- I would like to use VBA to hide the rows
with dates outside of the period (bounded by the begin/end dates). How
do I do this?

Also if it could update as the begin/end dates change -- that would be
ideal.