Private Sub Form_BeforeInsert(Cancel As Integer)
If (the count of active controls are more than one) Then [I][COLOR="SeaGreen"]<--what VBA code?[/COLOR][/I]
Cancel = Pasted
If Cancel = True Then
MsgBox "Please paste one field at a time"
End If
End If