View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default Setting Funtion Value to Cell

Try
Range("A1").Value = Range("A1").Value


"Al" wrote:

I made a macro that does an autofiler and then subtotals the results. The
problem is that the value is set to the active cell and if I change the
filter after the macro is run, the value changes. How do I set the value of
the subtotal permanently to a cell?

Thanks