Thank you Andrew this is a awesome tutorial I don't know how on earth I missed this one,
@WiseOwlTutorials3 жыл бұрын
Thanks so much Frik, happy to hear that you enjoyed it!
@shmred57057 жыл бұрын
Becoming good at vba AND random movie information. Great job!
@22Kyu7 жыл бұрын
Hands down, the Best series on VBA that I have come across on the internet... Andrew, you sir, are awesome! (and I am loving all your twilight jokes throughout this series :P)
@rrrraaaacccc80Ай бұрын
Great 💯👍
@WiseOwlTutorialsАй бұрын
Thank you!
@albertmartinez27014 жыл бұрын
thank you very much for this video! Apart from working with strings you have also showed the Object browser, which I find it very helpful for every type of object.
@WiseOwlTutorials4 жыл бұрын
Thanks for the comment and for watching, Albert!
@setukansara7 жыл бұрын
Looking forward to see the next video 53.2... Thank you.
@krn142427 жыл бұрын
I absolutely look forward to your videos.
@sandorszilagyi59296 жыл бұрын
@@WiseOwlTutorials No i dont think so, these videos are really excellent and provide a lot of very useful examples. So a huge thank you for all the effort !
@donbogdala54287 жыл бұрын
Thanks for sharing your knowledge. You previously mentioned that their is a book in the works, if so, I can't wait to purchase it!
@nuhzakir88967 жыл бұрын
Thank you for the sharing your experiences.
@nuhzakir88967 жыл бұрын
Hi. iif(count=0,textbox1.value="Evet",textbox1.value="Hayır") I know that it is wrong. it is possible like this ?
@nuhzakir88967 жыл бұрын
I got it. Thanks.
@AmitSharma-po1zb5 жыл бұрын
Its a treat to watch
@WiseOwlTutorials5 жыл бұрын
Thank you Amit!
@kaistasch40287 жыл бұрын
Thanks a lot. This definetly helps me to optimize some of my older procedures. Great tutorial!!!
@bigger3025393 жыл бұрын
That was a really fun video Thank you.
@WiseOwlTutorials3 жыл бұрын
Glad you enjoyed it, thanks for taking the time to comment!
@sashatv1385 жыл бұрын
Thank you, Andrew! Great video!
@WiseOwlTutorials5 жыл бұрын
You're welcome Alexander, thanks for watching!
@tajsay4 жыл бұрын
thank you so much, Andrew.It helped me a lot
@vijendran203 жыл бұрын
Wow really learned lot. Thanks
@WiseOwlTutorials3 жыл бұрын
Happy to hear that, thank you for watching!
@HoangNguyen-pv6fz Жыл бұрын
1:05:16 what if I don't know the length of the last word, sir? (Like, it can be 3, or 4, or 5 ...etc)
@WiseOwlTutorials Жыл бұрын
Hi! A simple option would be to replace the ???? with a single * I hope it helps!
@باليتركي7 жыл бұрын
excellent work, thanks
@drs103016 жыл бұрын
Hi Could you please help me how to use wild card characters for opening files
@HoangNguyen-pv6fz Жыл бұрын
Thank you sir
@WiseOwlTutorials Жыл бұрын
You're welcome, thanks for watching!
@Eltamoso2 жыл бұрын
Does sting store and return the color value the of text?
@WiseOwlTutorials2 жыл бұрын
Hi! No, it doesn't. If you're referring to text in a cell in a worksheet you can use, for example, Range("A1").Font.Color to read or set the font colour.
@andrewhamilton74757 жыл бұрын
As always grea videos. Quick question, is there any particular reason you do not use the quick [A1] notation for ranges where applicable? Apart from not having intellisense.
@laurentiustefan3986 жыл бұрын
thanks again for great content
@zawiszaskiresort7 жыл бұрын
I combine chr(13) And chr(10) in a variable, say nl and use that for my new line. Its short and that was the first way I learned about newline before I found vbnewline.
@Globalpeaceseeker6 жыл бұрын
Hi if i was using looking for text using wildcards and the quotation marks would i still need to use the code Lcase(r.value). For example if i am looking for the word Head Office why can i not just write If r.value Like "*Head Office*"
@drs103016 жыл бұрын
And to check if the folder exists based on date else create folder using VBA
@piytube12 жыл бұрын
Informative
@WiseOwlTutorials2 жыл бұрын
Thanks for watching!
@imranbhatti85807 жыл бұрын
Hello sir Andrew...I noticed in many of your videos that you have option in the VBE to comment out multiple lines of code .Is this something built in or are you using some add-in for that?
@adamt.j58157 жыл бұрын
Great video! I do have one question thou. How do you combine a variable (string) with a wildcard, is it possible? For example i would like to search a datasheet for specific words using variables. However the words in the datasheet are not exactly the same as the words stored in the variable . E.g Word in datasheet = Products, word in variable = Product. Resulting in (If "Target".value Like "Variable" Then) = No match, or (If "Target".value Like "Variable"* Then) = No joy either. Do you know any workaround?
@adamt.j58157 жыл бұрын
Thanks! I found a problem earlier in the code (the string was modified wrong) it now works as intended!
@jicbs7 жыл бұрын
Thank you, Thank you, Thank you!!!
@ВячеславАнтонов-п3в7 жыл бұрын
Excuse for my English,it was very much would like to see SQL+WPF(real project with animations) - lessons. Thanks for your lessons, very good!++++++++
@sanukumar71225 жыл бұрын
Thanks
@johanneslaidig92037 жыл бұрын
Great tutorials! It would be usefull to add time markers to your videos everytime you start with a new topic.
@johanneslaidig92037 жыл бұрын
Something like this: The Sample Data: 1:28 Returning Strings from Properties: 4:01 Converting Values to Strings Implicitly: 5:30 Converting Values to Strings Explicitly: 8:08 And so on...
@johanneslaidig92037 жыл бұрын
Wouldn't it be possible to note the times when including the headline? It's great stuff anyway but it would make it even better :D
@ThatYooChoobGuy7 жыл бұрын
I've personally been creating these myself; at the start of each segment, I pause the video, right click and select 'Copy video URL at current time' then paste in to Excel with a corresponding description. I've done this for nearly all the videos that Andrew has produced. In retrospect I wish I'd been also copying in to a third column the relevant operators that were introduced in each segment (e.g. 'like', 'vbNewLine', 'UCase' etc) so that if I wanted to brush up on the use of a particular one I could search for it within my Excel sheet. I've started doing that now. If you want I can share with you what I have so far
@johanneslaidig92037 жыл бұрын
That would be great!! :D I'm sure even Andrew would be happy about this Document. ^^
@johanneslaidig92037 жыл бұрын
Thanks for answering again and for spending your spare time! :)
@alexchapman39247 жыл бұрын
Fantastic video's, although I disagree with you on what makes a bad film. Really, moaning about Twilight but saying nothing about "Kingdom of Skulls", ah well takes all-sorts.