Thread: running a sub
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ghell[_4_] Ghell[_4_] is offline
external usenet poster
 
Posts: 1
Default running a sub

ok, please dont delete this, i dont know where else to turn:( but it
isnt about excel, it is VBA in access (i dont know if there is any
difference) i have this:

Code:
--------------------

Private Sub DateBorrowed_AfterUpdate()
'get it to run Fine_GotFocus()
End Sub

Private Sub Fine_GotFocus()
'do stuff
End Sub
--------------------


how do i "'get it to run Fine_GotFocus()"?


---
Message posted from http://www.ExcelForum.com/