Excel VBA Dynamic Array Function, SPLITNAMES UDF Function, Spill Arrays, UBound, LBound, Split

preview_player
Показать описание
Learn how to create Dynamic Array Functions in Excel VBA. We'll create a UDF (User Defined Function) called SPLITNAMES that will return a dynamic array with first, middle & last names separated.

This tutorial will cover:
- UBound function
- LBound function
- Split function
- Dynamic arrays in VBA
- Debugging

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

The limit parameter is something that never occurred to me. Happy to know this new trick :). Happy New year!

shinrafahell
Автор

You are the best. Happy new year! Thank you!

ΣυμεώνΠαπαδόπουλος-λο
Автор

Happy New Year in advance to you Sir and your Family. May this new year bring all the happiness in your life. This video helps us to understand the VBA completely in a new way. You're really really awesome. Thank you Sir.

But, Sir since you have quenched my thirst after uploading this invaluable video, I'm requesting you to please make videos on these topics given below. No one has ever discussed on these topics on internet in great details so that we can understand them properly. Please make videos on these 3 topics. By the way, I'm very much impressed with your teaching style. Your way of teaching is unbelievable. Please keep my request.

001) Split Function in VBA with Multiple Delimiters like ";:*_, ./#@". I mean to say, how to split alphanumeric contents in Excel with split function in VBA those have multiple Delimiters.

002) How to convert Currency to Word through VBA? (Like 1, 000, 000 = One Million Dollar and Zero Cent Only)

003) How to find out Prime Numbers through VBA? (Like 3, 7, 11, 13, 17, 19, 23, 29 and so on).

kartickchakraborty
Автор

hi, i have been reading that, on the contrary what you said, VBA built in trim function Doesn't remove middle extras space. just worksheet TRIM () funtion does. is it true? thanks

impoimpo
Автор

Hi,
First of all, thanks for the tutorial 😊.
I'm trying the example but somehow my function only return first element of the array.
Any idea on this problem? Thanks.

jasonxieweileong
Автор

What could be the error if function is returning just the first element and not the entire areay

bharadwajs