Thread: VBA Question
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave Dave is offline
external usenet poster
 
Posts: 1,388
Default VBA Question

Private Sub Worksheet_Calculate( )
Range("L" & 21 + Application.WorksheetFunction.Count([L21:L35])) = [J21].Value
End Sub

The above will not run automatically, but will run if I enter the Module and
press
the Run Sub Button.
Help please