Dynamic Ranges with VBA

preview_player
Показать описание
An introductions into dynamic ranges, creating vertical, horizontal dynamic ranges. Excel tutorial and File here:

Рекомендации по теме
Комментарии
Автор

Perfecting dynamic ranges are a fundamental lesson in the VBA language. Practice this technique over and over to get good at it. :)

thesmallman
Автор

Thank yo so much for the great help. I was able to successfully copy from one workbook to another. But unfortunately it didn't copy the dropdown part. Can you please suggest anything?

amritachopra
Автор

How do you then use the Dynamic Range sub inside another macro so that VBA picks up the full data set when the amount of raw data is variable?

vivinski
Автор

This is very nice. Do you happen to know the difference between this and just using range.UsedRange?

Red
Автор

i only want the middle ? like row 6-10 and i want to be able to change it anytime without changing the codes in vba

mr.write
Автор

Hi. Thanks for this video.. but how can i make the address variable>>> something like:
let A as variant
A=C3
MsgBox [A].Value

notAM