Hello,
Is there any way to speed up running below code?
When the user sends those datas it takes time to complite progress.
Thank you.
Private Sub CommandButton2_Click()
Application.ScreenUpdating = False
Dim asya As Long
With Sheets("list")
If .Cells(1, 1).Value = "" Then
asya = 1
Else
asya...