Lesson 32.9 Ref Edit in VBA
10:05
8 жыл бұрын
Lesson 32.6 Spin Buttons in VBA
10:14
Lesson 32.7 Toggle Button in VBA
8:09
Lesson 32.3 List Box in VBA UserForm
5:06
Lesson 32.2 VBA ComboBox on Userform
10:44
Lesson 31.1 Make A Pivot Table
23:27
8 жыл бұрын
Lesson 29.2 Input Box Taking a Range
16:59
Lesson 29.1 Input Boxes in VBA
10:27
8 жыл бұрын
Lesson 28.1 Message Boxes in VBA
23:12
Lesson 27.6 1D Dynamic Array
25:15
8 жыл бұрын
Lesson 27.1 Arrays
22:20
8 жыл бұрын
Lesson 26.2 For Each Loop Example
15:18
Lesson 26.1 For Each Loops
9:22
8 жыл бұрын
Lesson 25.2 For Next Loop Example
7:53
Пікірлер
@sin3divcx
@sin3divcx 3 ай бұрын
How to choose only three windows?
@escobol
@escobol 4 ай бұрын
really good explained thank you:)
@Calmasastone
@Calmasastone 11 ай бұрын
Thank you mate. I'm just getting know to R for my future Data Analyst job and I trried to figure out how to move the console on top of a screen.
@jbecmz
@jbecmz Жыл бұрын
How to keep the Toggle Button ON even if I close userform and re-open it again, stays with ON pressed?
@kerri648
@kerri648 Жыл бұрын
great VBa videos ..noticed you etopped...hope all is well
@a.b.8735
@a.b.8735 Жыл бұрын
At 6:37 The sheets get added as 10 9 8, is there a way to make the sheets appear as 8 9 10 in numerical order from lowest to highest instead of highest to lowest
@abdullahshehab600
@abdullahshehab600 Жыл бұрын
😍😍😍😍
@abdullahshehab600
@abdullahshehab600 Жыл бұрын
Thank you❤️😍😍
@chrystalh.4023
@chrystalh.4023 Жыл бұрын
Thank you for this! I am stuck and wondering if anyone can assist! Once you have your toggle and everything set up, how can I use a reset button I've added to reset all my toggle buttons (20 of them) to their default which hides all the sections they show/hide?
@pedroramirez5154
@pedroramirez5154 Жыл бұрын
Excellent Playlist. Thank you! Subscribed.
@Azam_Pakistan
@Azam_Pakistan Жыл бұрын
Isnt your pace a bit too slow?
@AousKhalefa
@AousKhalefa Жыл бұрын
Thanks a lot, I've tried it in this way and it works too. Sub Test() Dim rng As Range Dim endcell As String Dim clr As Long Dim rcell As Range Dim d As Integer Dim a As Integer Dim b As Integer Dim e As Integer Dim c As Integer Dim i As Integer endcell = Range("b2").End(xlDown).Row Set rng = Range("b2:b" & endcell) If Range("A2") = "" Then endcell = "2" rng.Interior.Color = xlNone clr = 1000 For Each rcell In rng d = Range("b2").Row b = rcell.Row e = rcell.Row - 1 For c = d To e If rcell.Value = Range("B" & c) And rcell.Offset(0, -1).Value = Range("B" & c).Offset(0, -1).Value And rcell.Offset(0, 1).Value = Range("B" & c).Offset(0, 1).Value Then b = 1 Next c a = b + 1 For i = a To endcell If rcell.Value = Range("b" & i).Value And rcell.Offset(0, -1).Value = Range("B" & i).Offset(0, -1).Value And rcell.Offset(0, 1).Value = Range("B" & i).Offset(0, 1).Value Then Union(rcell, rcell.Offset(0, -1), rcell.Offset(0, 1), Range("b" & i), Range("B" & i).Offset(0, -1), Range("B" & i).Offset(0, 1)).Interior.Color = clr Next i clr = clr + 1000000 Next rcell End Sub
@jordanovalle633
@jordanovalle633 11 ай бұрын
Hola, me podrías ayudar por favor?, necesito modificar esta macro para que pinte desde las celdas C10 a I24, no logro conseguirlo.
@johannesmp3
@johannesmp3 Жыл бұрын
Pivots via VBA is really hard. I also haven't figured out the difference between TableRange1 and TableRange2
@johannesmp3
@johannesmp3 Жыл бұрын
Fantastic explanations of for each you are giving us. :D Must be tiring for you to move around all the time with your mouse
@gerardvaneggermond2067
@gerardvaneggermond2067 Жыл бұрын
Hi sir, I get an error when I run the following line: Dim var_Integer As Integer 'this can store numbers - 32.768 to 32.767 -----> 2 Bytes of Memory var_Integer = 5.6 'MsgBox(var_Integer) 'WARNING IMPLICIT ROUNDING wants snow 6 I get the following message: Compiling Error: Duplicate declaration in the current range This part of the line is reported as error: var_Integer As Integer What am I doing wrong?
@johannesmp3
@johannesmp3 Жыл бұрын
Excellent. Maybe you can do something where you don't need to keep moving around so much in excel
@gerardvaneggermond2067
@gerardvaneggermond2067 Жыл бұрын
Hi, too bad I can't see what you've copied, too bad I'm trying to do the same, that way so I can learn something, or is all of that unnecessary?
@Tavi_186
@Tavi_186 Жыл бұрын
it's a lot of work on your side to create this, and it's free for us. thank you for this. you do a great job at explaining
@untitledundefined
@untitledundefined Жыл бұрын
Sorry i dont understand why they're being referred to as modules when they appear to be objects due to the fact that they're listed under a folder named Microsoft Excel Objects, not Modules.
@untitledundefined
@untitledundefined Жыл бұрын
As well, when you right click on them, you see an option that says view object, not modules.
@nsingh8655
@nsingh8655 Жыл бұрын
I like your motivation and excitement. Best thing to add to my idea box
@jitendrashelar4123
@jitendrashelar4123 Жыл бұрын
Great work! Very well explained it. Made it so easy to understand such heavy concept. Thank you very much!
@ryanmattson1546
@ryanmattson1546 2 жыл бұрын
Great video
@ouzytheoriginal
@ouzytheoriginal 2 жыл бұрын
thx
@chadiabou-ghayda8276
@chadiabou-ghayda8276 2 жыл бұрын
The problem i am having is that the empty rows i have are zero value based on formula. so , when i ma using the code , its deleting every thing. any advise. My 1st row is row 8 this is the code i am using Sub Delete_Rows() Dim lastrow As Long, xrow As Long xrow = 8 lastrow = Range("a400").End(xlUp).row Do Until xrow = lastrow If Cells(xrow, 8).Value = "" Then Cells(xrow, 8).Select Selection.EntireRow.Delete xrow = xrow - 1 lastrow = lastrow - 1 End If xrow = xrow + 1 Loop End Sub
@linhphan561
@linhphan561 2 жыл бұрын
Thank you. But one question, if I assign a constant, e.g. Const NameOfVariable As Integer = 9, when I insert a breakpoint before that line, the local window still shows the NameOfVariable with the value of 9 (it should be 0 given that the code stops before getting to NameOfVariable code line). Is this an exception for constant?
@KevinMichaelMichael
@KevinMichaelMichael 2 жыл бұрын
Great video!
@adventureindia623
@adventureindia623 2 жыл бұрын
Great Sir....Please keep the code at last in one frame of camera so that we can take picture for our reference and practice it.
@SamirNYC
@SamirNYC 2 жыл бұрын
i know python, in my current position is so hard to get approved for python. so i turned to VBA to automate sanity checks. i've been googling every syntax. but as long you have some experience in any other language would make it easy to learn new programming languages. these videos come handy i can't thank you enough. good job budd
@stefancris7117
@stefancris7117 2 жыл бұрын
Great cours !
@Gilmourist
@Gilmourist 2 жыл бұрын
Thanks for the thorough explanation of how the code actually works.
@zacky1010
@zacky1010 2 жыл бұрын
"It is September right now" *uploads in February* I feel like I missed something.
@ishtiaquehossain6350
@ishtiaquehossain6350 2 жыл бұрын
Excellent instruction! Thanks a lot!
@michaelthompson9117
@michaelthompson9117 2 жыл бұрын
Is this file still for sale?
@michaelthompson9117
@michaelthompson9117 2 жыл бұрын
Are you still making videos?
@DeeDee-ff3mb
@DeeDee-ff3mb 2 жыл бұрын
I think I found Bill Burr’s brother! Sounds like him, am I picking up a bit of a Boston accent there? 🤔🤔🤔🤔🤔🤔🤔🤔🤔🤔🤔!!!!
@michaelthompson9117
@michaelthompson9117 2 жыл бұрын
These are my best binge worthy videos. These are helping me a lot.
@raymondzhao9557
@raymondzhao9557 2 жыл бұрын
cool
@lonnieo4676
@lonnieo4676 2 жыл бұрын
i'm exactly the 20,000 viewer,,, very good...
@Inamullahkhan6294
@Inamullahkhan6294 2 жыл бұрын
Excellent work. Highly recommended to launch website and award certificate for subscribers as well upon completion.
@alexng949
@alexng949 2 жыл бұрын
Not sure how it works. When I go to the library, "ActiveSheet" is not a member of "Worksheet" class. Why can we write WorkSheet.ActiveSheet.name? "ActiveSheet" is actually a member of "Workbook" as shown in the library. But if I programme it as Dim ws As Workbook Set ws = Activesheet There is an error message
@Pigeon0fDoom
@Pigeon0fDoom 2 жыл бұрын
I really like your mistakes, I have just three amount of knowledge to recognize you made a mistake and it lets me think about the consequences, giving me a better understanding of how it works.
@bernardopagliarini3550
@bernardopagliarini3550 2 жыл бұрын
God bless you
@michaelthompson9117
@michaelthompson9117 2 жыл бұрын
Does this guy still exist? His videos are awesome and I'm trying to get my hands on his trading file.
@EdmassDim357
@EdmassDim357 3 жыл бұрын
The best part is that it is of Goldilock type lecture which lets all to understand it.Thanks 🙏
@mdcs1992
@mdcs1992 3 жыл бұрын
Nope. Can't be doing with the constant throat clearing, ums and ers.
@EdmassDim357
@EdmassDim357 3 жыл бұрын
Thanks so much!
@thescientificoptimist3896
@thescientificoptimist3896 3 жыл бұрын
You are such a great teacher. This much keen attention to detail is an extreme rarity. You deserve to be a prof in the Ivy League colleges. You must definitely be having a genius IQ for being able to understand every possibility and simplify it
@tiegerkatzitatzi1330
@tiegerkatzitatzi1330 3 жыл бұрын
Thanks! For 64bit machines: Public Declare PtrSafe Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
@user-pl1ge8to8w
@user-pl1ge8to8w 3 жыл бұрын
excellent channel, the skills I got through your channel a few years ago got me my last 2 jobs
@anonymesschienenfahrzeug5694
@anonymesschienenfahrzeug5694 3 жыл бұрын
third
@junjing2769
@junjing2769 3 жыл бұрын
Easy to understand, nice playlist! Thanks