View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
godgo godgo is offline
external usenet poster
 
Posts: 3
Default VBA Autoselect problem

Can anyone help me explain why the following code does not work. It appears
to be a bug in Excel 2003.

This is a simple spreadsheet that contains a command button that calls a one
line piece of vba code to do an autofilter on a range of dates. When the
line is executed, it returns no data, however if you manually go into the
autofilter drop down the values are there and a simple OK to the dialogue
box will return the correct results.

Am I missing something?