Recent content by ryanstens

  1. R

    Macro isn't executing properly

    I need to create a macro that completes the following tasks. 1) Ask for the current car speed using an input box and store this value in a variable. 2) Using one If-Then-ElseIf structure output a message based on the speed. This is what I have ... Option Explicit Sub question1() Dim Speed...
Top Bottom