Thread
:
VBA Question
View Single Post
#
1
Posted to microsoft.public.excel.programming
Dave
external usenet poster
Posts: 1,388
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
Reply With Quote
Dave
View Public Profile
Find all posts by Dave