Excel VBA Introduction Part 53.3 - The Join Function and Concatenating Strings

  Рет қаралды 18,718

WiseOwlTutorials

WiseOwlTutorials

Күн бұрын

Пікірлер: 10
@krn14242
@krn14242 7 жыл бұрын
Very useful video. Thanks Andrew
@nuhzakir8896
@nuhzakir8896 7 жыл бұрын
Nice to subscribe your channel :) I have been learning many things from you and there are many great technics in this video.I have never used these in my life but now i learned them :) Thank you so much and best regards!
@donbogdala5428
@donbogdala5428 7 жыл бұрын
Thanks Andrew!
@atifsaeed1692
@atifsaeed1692 7 жыл бұрын
Sir, How can I modify font size and font color for a Label added by Set A1 = Sheet1.Shapes.AddFormControl(xlLabel, L1 + 2, T1 + 2, 15, 15) command?
@AmitSharma-po1zb
@AmitSharma-po1zb 5 жыл бұрын
Hi Andrew, what do we need to do if we do not want to activate the library reference, then do we need to follow the concept of "Create Object" and then prepare the script accordingly ?
@WiseOwlTutorials
@WiseOwlTutorials 5 жыл бұрын
Hi Amit, yes that's correct! So instead of, for example: Dim fso As New Scripting.FileSystemObject Dim ts As Scripting.TextStream You would have: Dim fso As Object Dim ts As Object Set fso = CreateObject("Scripting.FileSystemObject") I hope that helps!
@Kiikii64
@Kiikii64 7 жыл бұрын
How can you do it lets say you want to group the same genre but want the whole row to show all movies in one cell grouped but only show the genre once in one cell.. so List of movies under the Title but the rest only say what it is with one word. Lets say same genre n date n director. Only say it once but gives you a list of all the movies that have all this the same? Hope that makes sense.
@NuffleReza-H
@NuffleReza-H 5 жыл бұрын
Thank you for very use full tutorial. I tried this formula and only sometimes I get an error Type mismatch! : Range("A2").Value = Range("C5").Value & " " & Range("C6").Value whixh C5 is a number and C6 is a text.
@AmitSharma-po1zb
@AmitSharma-po1zb 5 жыл бұрын
Try using Cstr before the values of the cell references so that all different data types gets converted to String(similar data) and then concatenation will be done
@SantoshKumar-nk1dc
@SantoshKumar-nk1dc 7 жыл бұрын
Niec video......
Excel VBA Introduction Part 53.4 - Replacing Strings
39:43
WiseOwlTutorials
Рет қаралды 21 М.
Excel VBA Introduction Part 53.2 - Splitting Strings
46:57
WiseOwlTutorials
Рет қаралды 27 М.
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 16 МЛН
Excel VBA Introduction Part 35 - Class Modules
59:32
WiseOwlTutorials
Рет қаралды 158 М.
Excel VBA Arrays, Resize (ReDim, Preserve) Arrays, Create Functions That Return Dynamic Arrays
27:24
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 23 М.
Excel VBA Introduction Part 39 - Dictionaries
26:24
WiseOwlTutorials
Рет қаралды 60 М.
Excel VBA Introduction Part 53.6 - The Asc and Chr Functions
53:08
WiseOwlTutorials
Рет қаралды 13 М.
Say Goodbye to IF Statements in Excel with SWITCH
7:45
Teacher's Tech
Рет қаралды 591 М.
Excel VBA Introduction Part 25 - Arrays
1:00:24
WiseOwlTutorials
Рет қаралды 229 М.
How to Compare 2 Lists using Excel VBA(4/4)
15:55
Excel Macro Mastery
Рет қаралды 52 М.
Excel VBA Introduction Part 52.1 - Introduction to Shapes
43:00
WiseOwlTutorials
Рет қаралды 49 М.