Dear sir I have a value in one colum like (a1:a5) 12345 and in another colum (b1:b5)25410 so I want to match two value if they are same in one sheet and colour that cells
Thanks for your great presentation. Could you let me know the software you use to make that presentation. You just stand in front of your presentation but you can click any button. Thank you for your kind attention.
Thanks a lot. I just picked up do while loop from your video. I want to use the value of 'i' from one sub procedure in multiple other sub procedures. Can you please help? To clarify I am adding the code I made: Sub test_count_rows() Dim i As Integer i = 2 Do While Sheets("MAIN").Range("B" & i).Value "" i = i + 1 Loop End Sub
Can be given script for text box control, after run text in text box, the result is not different from text box, my problem is in multi-line suda control text box, but when sent the result so enter (VbcrLf) or new Line, I requires in function text box control (Alt + Enter) Or Shift + Enter runs so that the text you want to send has a new paragraph in the same line in the text box Please help me
I have a question I need to run a loop and here is the situation if value in range "C5:C10" (on control sheet) is 1 then shift to second last sheet (Named target sheet), copy a table named "Hyp_table" and paste it in a cell on target sheet, and the refernce of cell is in control sheet present in "D5:D10" next to the range on which I am performing the loop. here is the code... ________________________________________________________________________________________ Sub testing_2() Dim rng As Range, cell As Range Set rng = Sheets("Control").Range("C5:C10") For Each cell In rng If cell = "1" Then 'Moving to my target sheet which will always remain second last while other sheets may be added Sheets(Sheets.Count).Select ActiveSheet.Previous.Select 'Copying my table Application.Goto "Hyp_Table" Selection.Copy 'Selecting my cell on "Target sheet" based on value in "Control sheet" and here is where I am facing problem 'I am still on my target sheet but I am selecting cell range from Control Sheet ActiveSheet.Range(Sheets("Control").Cells(5, 3).Offset(, 1)).Select 'Pasting the table where the cell is selected as above ActiveSheet.Paste Application.CutCopyMode = False Else End If Next cell End Sub _______________________________________________________________________________ The only problem I am facing is that I cannot make cell(5,3) dynamic, I need 5 in the Cell(5,3) dynamic, that once Cell(5,3) was checked for value, on next loop it should check for Cell(6,3), if the value is 1, its should perform copy pasting of table Can you help me out on this.
Really informative video but What if I want to run a macro multiple time instead of msg box and the for the length of the Loop I need to a refer to a cell. So that it'll run the loop for the time I have provided the value in that particular cell. Thank you in Advance !!!!!!!
how to solve this equation type series in excel.if p is any value in milimeter and u's are assumed values 6%=0.06 and so on p1u1=q1 p1u2+p2u1=q2 p1u3+p2u2+p3u1=q3 p1u4+p2u3+p3u2+p4u1=q4...……………….like this till 70
Get Certified in Excel VBA:bit.ly/41fWeVP
Use coupon "UA-cam12" to get ‘’FLAT 12%’’ OFF at Checkout.
It took me so long to get such a great channel! I like every presentation!
*Simple but you've made the video interesting. Thnx.*
Simple and down to the point
Thank you very much. Very clear illustration and excellent explanation skills!
sir....do more videos on vba in realtime purpose................teaching is excellent
Sir mine is showing value of x
Thank you very much for your effort.
Please help me how do I filter the cell using VBA code if the cells contains a number at the fourth place after a string.
Sir , I have vba code when I paste in module then I run excel for online update ,it won't run why ???
Excellent I tried some codes I am getting compiler error "Loop with out do" can it be solved
you are great....
I like your English voice
how to open forms in a loop? please help
Dear sir
I have a value in one colum like (a1:a5) 12345 and in another colum (b1:b5)25410 so I want to match two value if they are same in one sheet and colour that cells
Very helpful, thank you
Sir I want to combine some Excel files into one file.
How can do it ???
Please guide me
OMG u r sooo good u helped me alot😄
Simple for loop
ua-cam.com/video/wE5hGXP7hA0/v-deo.html
Thanks for this amazing video. have you upload ay videos where how to send email from excel, if yes, plz share link
You helped me out so much! Thank you!
Thanks for your great presentation.
Could you let me know the software you use to make that presentation. You just stand in front of your presentation but you can click any button. Thank you for your kind attention.
Yeh! Please share
My rename bar is missing, how do i get it?
Thanks a lot. I just picked up do while loop from your video. I want to use the value of 'i' from one sub procedure in multiple other sub procedures. Can you please help? To clarify I am adding the code I made:
Sub test_count_rows()
Dim i As Integer
i = 2
Do While Sheets("MAIN").Range("B" & i).Value ""
i = i + 1
Loop
End Sub
Awesome presentation.
Thanks a lot.
Can be given script for text box control, after run text in text box, the result is not different from text box, my problem is in multi-line suda control text box, but when sent the result so enter (VbcrLf) or new Line, I requires in function text box control (Alt + Enter) Or Shift + Enter runs so that the text you want to send has a new paragraph in the same line in the text box
Please help me
Great presentation! Thank you very much for your effort.
Can you show me how to make a loop : for i=1 to a variant by user enter a number.
Thank you Sir
I have a question
I need to run a loop and here is the situation
if value in range "C5:C10" (on control sheet) is 1 then shift to second last sheet (Named target sheet), copy a table named "Hyp_table" and paste it in a cell on target sheet, and the refernce of cell is in control sheet present in "D5:D10" next to the range on which I am performing the loop.
here is the code...
________________________________________________________________________________________
Sub testing_2()
Dim rng As Range, cell As Range
Set rng = Sheets("Control").Range("C5:C10")
For Each cell In rng
If cell = "1" Then
'Moving to my target sheet which will always remain second last while other sheets may be added
Sheets(Sheets.Count).Select
ActiveSheet.Previous.Select
'Copying my table
Application.Goto "Hyp_Table"
Selection.Copy
'Selecting my cell on "Target sheet" based on value in "Control sheet" and here is where I am facing problem
'I am still on my target sheet but I am selecting cell range from Control Sheet
ActiveSheet.Range(Sheets("Control").Cells(5, 3).Offset(, 1)).Select
'Pasting the table where the cell is selected as above
ActiveSheet.Paste
Application.CutCopyMode = False
Else
End If
Next cell
End Sub
_______________________________________________________________________________
The only problem I am facing is that I cannot make cell(5,3) dynamic, I need 5 in the Cell(5,3) dynamic, that once Cell(5,3) was checked for value, on next loop it should check for Cell(6,3), if the value is 1, its should perform copy pasting of table
Can you help me out on this.
ua-cam.com/video/wE5hGXP7hA0/v-deo.html
Excellent
Thanks for teaching please share excel sheet
Thanks from CIT381-02 Business Intel and Analytics #BYUI, saved my time! (Thu Oct 10 546am)
Thank you very much.
2:34 the guy for confused with the 11th msgbox showing up LMAO
Nice video
GREAT SIR...
How
Really informative video but What if I want to run a macro multiple time instead of msg box and the for the length of the Loop I need to a refer to a cell. So that it'll run the loop for the time I have provided the value in that particular cell. Thank you in Advance !!!!!!!
Mate thanks for simple explanation of this topic. But Your akcent is killing me ...
What is dim?
example: Dim Untitled = "Untitled.mp4"
AxWindowsMediaPlayer1.URL = Untitled
That's how you declare a variable in Visual Basic. It is a keyword in that language.
Declaration in memory.
Genius
Can you give presentation on Variable Type with example
Anyone can help me, how to copy cell a1:c10 to A11, to A21, to A31, to A41 until A91. Thanx alot
greet .......
For loop how it works
ua-cam.com/video/wE5hGXP7hA0/v-deo.html
Aweosme
For loop
ua-cam.com/video/wE5hGXP7hA0/v-deo.html
This guy look like suno nigam
The slant is so distracting
Video is not visible. Can you upload new visible video, so that i can see the example of it?
hi
Hindi me sang na
how to solve this equation type series in excel.if p is any value in milimeter and u's are assumed values 6%=0.06 and so on
p1u1=q1
p1u2+p2u1=q2
p1u3+p2u2+p3u1=q3
p1u4+p2u3+p3u2+p4u1=q4...……………….like this till 70
A UD student in CME 281 came here.