J
jazib iqbal
Hi
i have one questions. i try insert value in to the
precentage cells with vba but something wrong, if i insert
nr 5 this change to the 500%
code:
-----------------------------------------------------------
---------------------
Dim iReply As Integer
Dim rListPaste As String
On Error Resume Next
st:
rListPaste = Application.InputBox("enter %")
If rListPaste = "" Then
iReply = MsgBox("emty," _
& " terminate?", vbYesNo + vbQuestion)
If iReply = vbYes Then Exit Sub
If iReply = vbNo Then
GoTo st
End If
End If
rng = rListPaste
i have one questions. i try insert value in to the
precentage cells with vba but something wrong, if i insert
nr 5 this change to the 500%
code:
-----------------------------------------------------------
---------------------
Dim iReply As Integer
Dim rListPaste As String
On Error Resume Next
st:
rListPaste = Application.InputBox("enter %")
If rListPaste = "" Then
iReply = MsgBox("emty," _
& " terminate?", vbYesNo + vbQuestion)
If iReply = vbYes Then Exit Sub
If iReply = vbNo Then
GoTo st
End If
End If
rng = rListPaste