Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
I have 10 textboxes (namely txtPost1, txtPost2, ..., txtPost10) which I want to assign the event procedure below to. I just wonder if there might be a short way to do than copy and paste the code 10 times? Private Sub txtPost1_Exit(ByVal Cancel As MSForms.ReturnBoolean) ' Update work duration (by calling macro UpdateDuration) UpdateDuration ("Post") End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create muliple event procedures via VBA | Excel Programming | |||
Event procedures: who is calling? | Excel Programming | |||
many similar event procedures | Excel Programming | |||
Event Procedures in an Add-In | Excel Programming | |||
learning event procedures | Excel Programming |