Welcome

Welcome By Online Tutorial- Advance MS Office Excel - Word - Access - Power Point - Batch File Tips and Tricks, How to Use Indirect function, How to Apply Image Vlookup, How to Apply Double Vlookup and many more advance tips and tricks subscribe our video channel and get more new updated video https://www.youtube.com/user/renuka1971

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