Тёмный

Learn Excel VBA - Conditional Formatting in 5mins [2021]✨ 

Erik
Подписаться 1,8 тыс.
Просмотров 7 тыс.
50% 1

Опубликовано:

 

4 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 15   
@joseenciso9099
@joseenciso9099 10 месяцев назад
Awesome!! That's going to be very helpful, my colleagues keep breaking the conditional formatting
@ErikMedia
@ErikMedia 9 месяцев назад
I'm glad this will help you. Thank you for supporting my channel.
@daviscara6831
@daviscara6831 3 года назад
This video with a louder sound. Also the codes much more readable now. Thank you!
@ErikMedia
@ErikMedia 3 года назад
Thank you again for your support and feedback. Please do let me know what topics you would like me to cover also.
@mujuw
@mujuw 7 месяцев назад
Thank you for this helpful video. How would I apply the conditional formatting to rows where D = United States & C = Andria?
@sheridiane5393
@sheridiane5393 2 года назад
Good stuff Erik. Thank you.
@ErikMedia
@ErikMedia 2 года назад
Thank you Sheri, I'm glad you enjoyed it and hope it helps you. Let me know if you have any questions.
@keithmcgee1253
@keithmcgee1253 11 дней назад
Can you have multiple conditions?
@jxflash
@jxflash 2 года назад
Very useful tutorial, And thanks that you explained why you need last row (but I wonder if it counts every column or only first?) I think this is only way to prevent duplicating and mismatch conditional formatting (CF) rules when you must copy/paste between areas with different CF. Can you explain in which event in VBA should I put this function to work automatically like traditional CF? Maybe "Worksheet_SelectionChange"?
@ErikMedia
@ErikMedia 2 года назад
That's some good question, will do my best to answer them. 1) I didn't explain the entire code for defining the last row. You will notice that after "rows.count," there is a number, this represents the column number, so in this case it is referring to column A. 2) Are you referring to when the sheet gets edited/modified and/or new rows are added? In this case you can use the worksheet change event and the range used in the "with sheet" would need to be larger to ensure you capture any additional rows.
@jxflash
@jxflash 2 года назад
@@ErikMedia Thanks Erik Is there any event which is called when you "paste" something or "drag with mouse" some cells?
@ErikMedia
@ErikMedia 2 года назад
Hi @jxfladh, You could do something like this, where if someone clicks on a specific cell, then another cell(or range) would be cleared or whatever you want it to do. Private Sub Worksheet_SelectionChange(ByVal Target As Range) Dim reg As Range, abc As Range Set reg = Range("D2") Set abc = Range("E2") If Target.Address = reg.Address Then abc.ClearContents End If End Sub
@boovank
@boovank 2 года назад
Do you have any Partial text match
@ErikMedia
@ErikMedia 2 года назад
Hey sorry for the late reply. You can try to use the xl:=Contains criteria or use a wildcard (*)
@ubaidillahmuhammad20
@ubaidillahmuhammad20 3 года назад
please just put in the description ,
Далее
Песня РАСПУТИН на русском!🔥
00:56
How to Fix broken Conditional Formatting Rules with VBA
18:43
Highlighting Cells Based On Value/Text - Excel VBA
10:00
VBA to BROWSE & COPY Data from SELECTED File in Excel
10:00
Learn Excel VBA to Automate Anything
14:02
Просмотров 444 тыс.
Conditional Formatting in Microsoft Excel VBA
44:18
Просмотров 2,6 тыс.
Песня РАСПУТИН на русском!🔥
00:56