unt
For j = 3 To 8
ActiveSheet.Cells (i, j). Value = ActiveSheet.Cells (i, j). Value/525600
Next j
Next i
End If
End If
If edin = 2 Then
If Minutes.Value = True Then
For i = 2 To scount
For j = 3 To 8
ActiveSheet.Cells (i, j). Value = ActiveSheet.Cells (i, j). Value * 60
Next j
Next i
End If
If Chas.Value = True Then
Exit Sub
End If
If Sutki.Value = True Then
For i = 2 To scount
For j = 3 To 8
ActiveSheet.Cells (i, j). Value = ActiveSheet.Cells (i, j). Value/24
Next j
Next i
End If
If Nedeli.Value = True Then
For i = 2 To scount
For j = 3 To 8
ActiveSheet.Cells (i, j). Value = ActiveSheet.Cells (i, j). Value/168
Next j
Next i
End If
If Mes.Value = True Then
MsgBox "Точний переклад неможливий. Спробуйте інший варіант ", vbCritical + vbOKOnly," Помилка введення "
End If
If Godi.Value = True Then
For i = 2 To scount
For j = 3 To 8
ActiveSheet.Cells (i, j). Value = ActiveSheet.Cells (i, j). Value/8760
Next j
Next i
End If
End If
If edin = 3 Then
If Minutes.Value = True Then
For i = 2 To scount
For j = 3 To 8
ActiveSheet.Cells (i, j). Value = ActiveSheet.Cells (i, j). Value * 1440
Next j
Next i
End If
If Chas.Value = True Then
For i = 2 To scount
For j = 3 To 8
ActiveSheet.Cells (i, j). Value = ActiveSheet.Cells (i, j). Value * 24
Next j
Next i
End If
If Sutki.Value = True Then
Exit Sub
End If
If Nedeli.Value = True Then
For i = 2 To scount
For j = 3 To 8
ActiveSheet.Cells (i, j). Value = ActiveSheet.Cells (i, j). Value/7
Next j
Next i
End If
If Mes.Value = True Then
MsgBox "Точний переклад неможливий. Спробуйте інший варіант ", vbCritical + vbOKOnly," Помилка введення "
End If
If Godi.Value = True Then
For i = 2 To scount
For j = 3 To 8
ActiveSheet.Cells (i, j). Value = ActiveSheet.Cells (i, j). Value/365
Next j
Next i
End If
End If
If edin = 4 Then
If Minutes.Value = True Then
For i = 2 To scount
For j = 3 To 8
ActiveSheet.Cells (i, j). Value = ActiveSheet.Cells (i, j). Value * 10080
Next j
Next i
End If
If Chas.Value = True Then
For i = 2 To scount
For j = 3 To 8
ActiveSheet.Cells (i, j). Value = ActiveSheet.Cells (i, j). Value * 168
Next j
Next i
End If
If Sutki.Value = True Then
For i = 2 To scount
...