5 Amazing VBA Split Examples

5 Amazing VBA Split Examples

Excel Macro Mastery

1 год назад

14,866 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Houston Vanhoy
Houston Vanhoy - 16.04.2023 04:21

@ExcelMacroMastery Thank you for sharing your knowledge freely, and for taking viewer comments as a sign of engagement, not criticism. You're the Maestro.

Ответить
terry kahn
terry kahn - 23.02.2023 12:47

thanks for the video, but for beginners not easy to follow, it could be slower

Ответить
Alessandro BAM
Alessandro BAM - 28.08.2022 15:55

Your content is always top notch!

Ответить
Asim Khandai
Asim Khandai - 25.08.2022 14:00

Great video really helpfull ,Thank you

Ответить
Edgar Santa Rosa
Edgar Santa Rosa - 21.08.2022 17:42

I would like to see a featuring video with Mr Kelly and Mr Gould from Wise Owl Tutorials, the quality of VBA content in these two channels are amazing

Ответить
Mark
Mark - 21.07.2022 23:36

What is the benefit of using Application.PathSeperator rather than just "\" ?

Ответить
Vijay Sahal
Vijay Sahal - 21.07.2022 19:21

Very cool sir 👍

Ответить
Michael No Name
Michael No Name - 15.07.2022 06:30

Fantastic as usual Mr Kelly! And very timely for me as I am up to my neck in trying to sort out a database full of portly entered and inconsistent names. This will help a lot!

Ответить
Tarek Faham
Tarek Faham - 02.07.2022 22:16

I used to work with VBA a lot I'm still surprised that there are people still using it!

Ответить
Hammeed Abdo.
Hammeed Abdo. - 01.07.2022 19:42

1- Can the Excel add-in be programmed in another programming language such as C#, C ++ , Python or only through VBA?

2- Can we replace VBA in Excel with C#? If it is impossible, why not?

Ответить
home jonny
home jonny - 01.07.2022 14:26

I use to make whole text processing only using a string (since its max size is 2 billion characters), and split and join functions.
I use ADO Text Stream library to "copy" text file to string, then parse the string...

If I am not wrong, 2 billion characters would be the size of a 2 gigabytes text file...

Ответить
Ulrich Berntien
Ulrich Berntien - 30.06.2022 12:21

There could by an improvement:
Splitting the full file name first by the dot and then by the backslash will fail if a directory name contains a dot,
E.g. "C:\user\2022.06.23.documents\letter.docx"
Splitting the directory names and the filename first by backslash and then splitting the filename by dot should be more robust.

Ответить
Shdj Ehey
Shdj Ehey - 29.06.2022 17:09

Hi, I hope you’re doing well !
I have a workbook that is used by multiple users through the network and it has a macro inside but some users have macros desabled. Is there a way to enable macros among the network users ?
Thanks !

Ответить
Uriel Ramirez
Uriel Ramirez - 29.06.2022 08:29

Simple yet masterful 👏

Ответить
S o f t l y
S o f t l y - 29.06.2022 04:20

Outstanding video 👍 ❤️

Ответить
Sergio Alberti
Sergio Alberti - 29.06.2022 02:13

Interesting video. Very useful as the rest of the channel.
Waaaaaaaaay to fast though. Makes it a long and painful watch, having to stop and rewind every 10 seconds to understand what is being done.
With coding happening at the same time as the explanation the learning is A LOT harder.
Nonetheless, congrats on the knowledge!

Ответить
Nader Mounir
Nader Mounir - 28.06.2022 22:16

Very nice Paul, thank you 😊

Ответить
John Wayne
John Wayne - 28.06.2022 21:22

As usual, a great demonstration of you view to vba!👍👍👍
Thank you Paul! I enjoyed every single video you publish here!😁🍀🥳💚

Ответить
emrah ruhi Sen
emrah ruhi Sen - 28.06.2022 21:05

Very nice work. Cograts Paul!

Ответить
Enrike Kasijas
Enrike Kasijas - 28.06.2022 19:50

Very amazing video but too fast ;) I need to go back each time;P If I had more experience I wouldn't mind but here I am - the green guy. Cool video and we need more;-) similar case with file names which have to be re-name maybe based on table from Excel and some first part of the old file name;P

Ответить
mma173
mma173 - 28.06.2022 17:37

Outstanding video. Is it possible to use regex to split text in VBA ? Thanks'

Ответить
Info God
Info God - 28.06.2022 17:09

Hi Paul,
Just a small comment. It's fast and straifhtforward. I am near 100% reluctant to use it because it takes only one delimiter. With little efforts it can be built a MySplit procedure/function which can take multiple delimiters. I use complex strings concatenations based on specific delimiters to see which is which. Maybe you will make a video with a MySplit function?

Ответить
Metalbolic
Metalbolic - 28.06.2022 16:44

In office 365 subscription the dyanamics arrays formulas engine allows that the result can fill many cells at a time without using Ctrl + Shift + Enter. In case of working with arrays in VBA and print many results in a worksheet, it is no longer necessary to resize the range (Range.Resize method) because the Excel formula engine will do it automatically.

Ответить
Pedritox0953
Pedritox0953 - 28.06.2022 16:40

Great video!

Ответить
WinnHaven
WinnHaven - 28.06.2022 16:17

Excellent information, especially the last example of writing the contents of the array to a column!! I’m so glad that I had previously subscribed to your channel, otherwise I might’ve missed this information. Thank you so much for making this available!

Ответить
Omkar Umbre
Omkar Umbre - 28.06.2022 16:16

Join was new for me. Thanks.

Ответить