How To Highlight The Current Row In Excel

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

Пікірлер: 24

  • @mikeleblanc9103
    @mikeleblanc9103Ай бұрын

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

  • @Somelittletips-hw5ju

    @Somelittletips-hw5ju

    Ай бұрын

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

  • @aymeetolander
    @aymeetolander2 ай бұрын

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

  • @Somelittletips-hw5ju

    @Somelittletips-hw5ju

    2 ай бұрын

    Glad it was helpful!

  • @debbyho4203
    @debbyho4203Күн бұрын

    ummm..how about using =MOD(Row()...function, am not quite understand if there's T/F condition, thank you for guidance

  • @adreamer9999
    @adreamer99994 ай бұрын

    Great video tip. Thank you!

  • @Somelittletips-hw5ju

    @Somelittletips-hw5ju

    4 ай бұрын

    Thanks for the feedback

  • @phandongexcel

    @phandongexcel

    3 ай бұрын

    I like this video ❤❤❤❤

  • @Luciano_mp
    @Luciano_mp3 ай бұрын

    Thanks!

  • @Somelittletips-hw5ju

    @Somelittletips-hw5ju

    3 ай бұрын

    Thank you for your feedback, I am very glad.

  • @BoraHorzaGobuchul
    @BoraHorzaGobuchulАй бұрын

    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
    @bluebook013 ай бұрын

    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

    3 ай бұрын

    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?

  • @jahanxeb
    @jahanxeb2 күн бұрын

    But i cant save ?

  • @evolvelearnapply
    @evolvelearnapply27 күн бұрын

    How do you make this work if you have other conditional formatting?

  • @Somelittletips-hw5ju

    @Somelittletips-hw5ju

    26 күн бұрын

    Hello. As I understand it, your problem is that when the row highlighting macro is running, it replaces the conditional formatting you have configured. Do you want this not to happen and for highlighting and conditional formatting to work at the same time?

  • @evolvelearnapply

    @evolvelearnapply

    26 күн бұрын

    @@Somelittletips-hw5ju hi! Correct!

  • @Somelittletips-hw5ju

    @Somelittletips-hw5ju

    26 күн бұрын

    @@evolvelearnapply Good afternoon. I'll try to figure this out. I'm a little busy right now. But as soon as I have some result, I will definitely write to you.

  • @evolvelearnapply

    @evolvelearnapply

    26 күн бұрын

    @@Somelittletips-hw5ju no rush! We will both learn something new! Thank you!

  • @evolvelearnapply

    @evolvelearnapply

    20 күн бұрын

    @@Somelittletips-hw5ju hi! I’ve figured it out. The workbook has to be saved as an XLSX file, that fixed it.

  • @lmcbunnylove
    @lmcbunnylove2 ай бұрын

    That is some witchcraft!

  • @Somelittletips-hw5ju

    @Somelittletips-hw5ju

    2 ай бұрын

    When creating the video, not one witch was harmed :)

  • @ROYANTONYABEL
    @ROYANTONYABEL2 ай бұрын

    Voice not clear