View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
JRF JRF is offline
external usenet poster
 
Posts: 5
Default Copying sheets and PasteSpecial

I ended up copying out the autofilter to an array, turning off
autofilter, copying the sheet, then copyinging back in the array, then
turning autofiler back on. It took a bit but it works well. Thanks for
your help.