WELCOME TO Free Guide for All like MS office, Document Control etc.. Contact BY renuka1971@gmail.com
Header
Home
About us
Services
MS Word
MS Excel
MS Access
MS Power Point
Letter Samples
Live Class
Manpower Agencies
if then statement vba sample code
If Then Statement VBA Sample Code
Dim
score
As
Integer
, result
As
String
score = Range("A1").Value
If
score >= 35
Ten
result = "pass"
Range("B1").Value = result
Newer Post
Older Post
Home