Тёмный

Inserting A Blank Row At A Column Change UPDATE In Excel 

Excel Bytes
Подписаться 9 тыс.
Просмотров 5 тыс.
50% 1

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

 

2 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 14   
@katecavanaugh5952
@katecavanaugh5952 4 года назад
Holy cow, three days of trying to figure this out. You solved it. Thank you!!
@ExcelBytes
@ExcelBytes 4 года назад
Thanks, glad you found it useful!
@sashaashby
@sashaashby 11 месяцев назад
link to code seems broke, copy and paste from your prev video Sub InsertRowsAtValueChangeColumnB() Dim X As Long, LastRow As Long Const DataCol As String = "B" Const StartRow = 2 LastRow = Cells(Rows.Count, DataCol).End(xlUp).Row Application.ScreenUpdating = False For X = LastRow To StartRow + 1 Step -1 If Cells(X, DataCol).Value Cells(X - 1, DataCol) Then Rows(X).Insert Next Application.ScreenUpdating = True End Sub
@juanmacias5389
@juanmacias5389 4 года назад
Thanks for the update.
@jahsinkululeko8865
@jahsinkululeko8865 2 месяца назад
Can you use this on multiple columns?
@ExcelBytes
@ExcelBytes 2 месяца назад
If you mean "can it insert a blank row when the data changes in column B then again when data changes in column C" for example, not with this code. There might be a VBA way to accomplish this, but I'm familiar enough with VBA to know. You can try going to Mr Excel Forum and asking that question.
@seangailey9035
@seangailey9035 3 года назад
Thanks for this! And thanks for linking to it in your last video.
@michaelrempel2905
@michaelrempel2905 3 года назад
Glad you liked it!
@iLoveTheFlavorBui
@iLoveTheFlavorBui 3 года назад
Great easy to understand tutorial. Thanks!
@michaelrempel2905
@michaelrempel2905 3 года назад
Thanks!
@samipiyash9322
@samipiyash9322 5 лет назад
Your tutorial is so much helpful than others.
@ExcelBytes
@ExcelBytes 5 лет назад
Thanks! I'm glad you found this beneficial!
@ddp2049
@ddp2049 3 года назад
This is great. Thank you for sharing and making an easy to follow video
@michaelrempel2905
@michaelrempel2905 3 года назад
Thanks, I'm glad you found it useful!
Далее
Highlight Active Row & Column in Excel (7 Levels)
22:56
Вопрос Ребром - Серго
43:16
Просмотров 1,7 млн
МАЛОЙ ГАИШНИК
00:35
Просмотров 495 тыс.
Learn Excel VBA to Automate Anything
14:02
Просмотров 443 тыс.
Excel Filter Basics (for quick data analysis)
10:46
Просмотров 281 тыс.