خط سوم را ايراد ميگيرد چرا؟
Dim str As String
str = InputBox("please enter your amount :")
Worksheets("sheet2").Range("A1").Value = str
End Sub
Printable View
خط سوم را ايراد ميگيرد چرا؟
Dim str As String
str = InputBox("please enter your amount :")
Worksheets("sheet2").Range("A1").Value = str
End Sub