Search results

  1. V

    VBA Code to change Cell value depending on Input value

    Thanks a lot, It just did the wonders, Here is a short code that Did all the magic Private Sub Worksheet_Change(ByVal Target As Range) If UCase(Target.Value) = "X" Then Target.Value = Now End If End Sub:):):)
  2. V

    VBA Code to change Cell value depending on Input value

    Please help Guys, I need a vba formula that will change the cell value to the current date when I enter the value("x") or Value("X") in the cell. The current date must be populated in the cell where the x was inputed Thanks, I am still new in VBA and Macros and I am learning everyday with this...
  3. V

    Greetings

    Hi All. I am happy to be part of the Community
Back
Top Bottom