Hi
I have this code
Dim UserResponse As Integer
UserResponse = MsgBox("Do you want to add a New Project?", vbYesNo, "Add a new Project")
If UserResponse = vbYes Then
What I want is when Yes is clicked is to run another bit of code I have typed for another procedure.
Thanks
Keith
I have this code
Dim UserResponse As Integer
UserResponse = MsgBox("Do you want to add a New Project?", vbYesNo, "Add a new Project")
If UserResponse = vbYes Then
What I want is when Yes is clicked is to run another bit of code I have typed for another procedure.
Thanks
Keith