How To Highlight The Current Row In Excel

Поділитися
Вставка
  • Опубліковано 30 тра 2024
  • How To Highlight The Current Row In Excel
    The formula: =ROW(A2)=CELL("ROW")
    The code: Private Sub Worksheet_SelectionChange(ByVal Target As Range)
    ActiveCell.Calculate
    End Sub
    formula with a switch: =and(ROW(A2)=CELL("ROW"),$M$6="turn on")
    How To Create A Drop-Down List In Excel --- • How To Create A Drop-D...
    00:00 - Hello
    00:23 - Selecting data using a keyboard shortcut
    00:35 - Creating a conditional formatting rule
    00:52 - The formula
    01:14 - The filling color
    01:29 - The first part is complited
    01:37 - View code
    01:45 - Macrocode
    02:01 - Result
    02:11 - On/off button with drop-down list
    02:50 - Changing the furmula
    03:12 - Checking the button

КОМЕНТАРІ • 15

  • @mikeleblanc9103
    @mikeleblanc9103 21 день тому

    Works Great! Thank you. I transcribed this into a Word document that I’d be happy to share.

    • @Somelittletips-hw5ju
      @Somelittletips-hw5ju  21 день тому

      I'm sorry if the sound in the video is not very good. But the main thing is useful information.

  • @aymeetolander
    @aymeetolander Місяць тому

    Such a good idea, thank you! It was easy to follow

  • @adreamer9999
    @adreamer9999 3 місяці тому +2

    Great video tip. Thank you!

  • @Luciano_mp
    @Luciano_mp 2 місяці тому +1

    Thanks!

  • @BoraHorzaGobuchul
    @BoraHorzaGobuchul 20 днів тому

    Problem is, until ms implements this functionality, using these tricks will:
    - require vba and hence saving file as xlsm and all the associated security nuances
    - and often reset the undo stack as some vba commands do, depending on implementation. Haven't tried this one and looks like it probably shouldn't, but many others do.

  • @bluebook01
    @bluebook01 2 місяці тому

    Hello thank you for the video and instruction. Question: I noticed when i save the changes after putting "ActiveCell.Calculate" and close the program, then re-open in, i have to always re-enter ActiveCell.Calculate in order for it to work smoothly. Is there any way to have it working smoothly all the time than having to re-enter ActiveCell.Calculate every time i open file? Thank you.

    • @Somelittletips-hw5ju
      @Somelittletips-hw5ju  2 місяці тому +2

      hello, when you save a document, that is, you do a standard action.
      File-->Save as-->This PC(browse)--> and in the menu that appears, in the "save as type" item, select "Excel Macro-Enabled Workbook".
      And now you will not have to do all the actions again.
      Write later, did you succeed or not?

  • @lmcbunnylove
    @lmcbunnylove 2 місяці тому

    That is some witchcraft!

  • @ROYANTONYABEL
    @ROYANTONYABEL Місяць тому

    Voice not clear