F
fishqqq
is it possible to run a macro from code?
i have some code which works perfectly and after it runs i'd like to
run a macro right after.
the code is as follows:
Private Sub Combo235_AfterUpdate()
Me.Notes__internal_tracking_ = Now() & " - " & Forms![Shipment Tracking
II]![fCurrentUser]![USER CODE] & " - " & "*** " & [Combo235] & " ***" &
" - " & "" & vbCrLf & Me.Notes__internal_tracking_
Me.Notes__internal_tracking_.SetFocus
Me.Notes__internal_tracking_.SelStart = 27
End Sub
and the macro i wish to run (if possible) is : Shipment Tracking.update
status
is there a way to join the two?
(btw - it would be very difficult for me to put into code what the
macro is doing.it's a lot simpler for me to create the macro and
trigger it somehow)
any suggestions are appreciated.
- Steve
i have some code which works perfectly and after it runs i'd like to
run a macro right after.
the code is as follows:
Private Sub Combo235_AfterUpdate()
Me.Notes__internal_tracking_ = Now() & " - " & Forms![Shipment Tracking
II]![fCurrentUser]![USER CODE] & " - " & "*** " & [Combo235] & " ***" &
" - " & "" & vbCrLf & Me.Notes__internal_tracking_
Me.Notes__internal_tracking_.SetFocus
Me.Notes__internal_tracking_.SelStart = 27
End Sub
and the macro i wish to run (if possible) is : Shipment Tracking.update
status
is there a way to join the two?
(btw - it would be very difficult for me to put into code what the
macro is doing.it's a lot simpler for me to create the macro and
trigger it somehow)
any suggestions are appreciated.
- Steve