Excel VBA Introduction Part 52.1 - Introduction to Shapes

  Рет қаралды 49,038

WiseOwlTutorials

WiseOwlTutorials

Күн бұрын

Пікірлер: 74
@paulaparo1583
@paulaparo1583 3 жыл бұрын
Another outstanding tutorial! Thank you so much, Sir. Four years after publication these videos are still adding value to Excel vba programmers , like me.
@WiseOwlTutorials
@WiseOwlTutorials 3 жыл бұрын
Very happy to hear that Paul! Thank you for watching and taking the time to leave a comment, it's much appreciated!
@AamirSaeedTajalli
@AamirSaeedTajalli 3 жыл бұрын
Vdo is very precise, to the point and designed keeping in mind FAQs.. You answered all the question that poped out in my mind. Well done and thanks a lot.
@WiseOwlTutorials
@WiseOwlTutorials 3 жыл бұрын
Thanks Aamir, happy to hear that you found this one useful! Thanks for watching and leaving a comment!
@AamirSaeedTajalli
@AamirSaeedTajalli 3 жыл бұрын
My friend.. no buttering at all... but your all videos are truly helping me and many more like me.. GREAT STUFF. Thanks for your efforts and openness to share your knowledge and experience. May the almighty ALLAH bless you and your family.
@donbogdala5428
@donbogdala5428 7 жыл бұрын
Andrew, what would I do without you! Your timing couldn't have been more perfect! I am currently working on a personal project involving shapes. This has given me some ideas on where to start.
@saeedlawaf2809
@saeedlawaf2809 Жыл бұрын
thank you so much for this complete course. it is really useful. 🌹💖🙏
@WiseOwlTutorials
@WiseOwlTutorials Жыл бұрын
You're very welcome Saeed, thanks for watching!
@grantgatland692
@grantgatland692 3 жыл бұрын
Excellent - I like the explanations of why each element is added/needed in a string of commands (helps to avoid guesswork on syntax)
@WiseOwlTutorials
@WiseOwlTutorials 3 жыл бұрын
Thanks Grant, happy to hear you found it useful!
@davidjones5319
@davidjones5319 2 жыл бұрын
Excellent. Thank you
@WiseOwlTutorials
@WiseOwlTutorials 2 жыл бұрын
You're welcome David, thanks for watching!
@songokussj4cz
@songokussj4cz 7 жыл бұрын
You just covered what is my assignment at work. (Creating Gantt diagram with bars as shapes). And you blow my mind that range(A1:A3) has .width, .height methods. :-) I was calculating this by substracting the left cell from right cell + 1 values. Thanks for that! You're awesome.
@vadims9554
@vadims9554 6 жыл бұрын
Hello Andrew - I wanted to say thank you for your excel vba video tutorials. I have been watching it for past year or so and I found them to be clear and very informative. Many thanks!
@ThuhOthers
@ThuhOthers 3 жыл бұрын
This is exactly what I was looking for. Thank you so much!!!
@WiseOwlTutorials
@WiseOwlTutorials 3 жыл бұрын
You're welcome, glad you found it useful and thanks for watching!
@falstaff0808
@falstaff0808 7 жыл бұрын
I've been struggling with control over some section header graphics in an automated Word document, using the .Shapes controls. Once I saw this video title in the playlist, I skipped past all those Chart (booooring!) ones to get straight to these sweet nuggets of instruction. I am looking forward to improving my codez with your sublime wisdom!
@tajsay
@tajsay 4 жыл бұрын
this is so great tutorials...i am loving it.........thank Andrew and WiseOwal team for your efforts
@sasavienne
@sasavienne 4 жыл бұрын
Thank you so much for sharing this video. 💯 Likes
@numchuck180
@numchuck180 2 жыл бұрын
Fantastic! this is really helpful series of videos! something i'm having trouble finding information for is dealing with shapes in groups, specifically how to reference child shapes and parent shapes
@WiseOwlTutorials
@WiseOwlTutorials 2 жыл бұрын
Hi! You might find this useful docs.microsoft.com/en-us/office/vba/api/excel.groupshapes I hope it helps!
@krn14242
@krn14242 7 жыл бұрын
Very useful video Andrew. Thank-you Sir.
@ashutoshw220
@ashutoshw220 4 жыл бұрын
Great teaching!!!
@MegaWatchutube
@MegaWatchutube 5 жыл бұрын
This is so great, thanks.
@WiseOwlTutorials
@WiseOwlTutorials 5 жыл бұрын
You're welcome Orlando, thank you for watching!
@bharatisgreate
@bharatisgreate 4 жыл бұрын
fantastic tutorial...thank you so much!!
@augustodemelo915
@augustodemelo915 4 жыл бұрын
Great tutorial!!!!
@vishnupriyan5769
@vishnupriyan5769 Ай бұрын
Hi sir... Ur videos are awsome thanks... How to read the text from shapes ..? Can u pls explain...
@MarekLS60
@MarekLS60 4 жыл бұрын
Great video
@carlosrodriguez0112
@carlosrodriguez0112 4 жыл бұрын
thank, that is so great tutorial
@forzaalgiers2045
@forzaalgiers2045 7 жыл бұрын
Great video , thank you !!
@ardeshiraqayi9976
@ardeshiraqayi9976 3 жыл бұрын
Thanks a lot for the video. Could you please teach me how can we control the space among the shapes and put gap between them, both horizontally and vertically ? Thanks again
@WiseOwlTutorials
@WiseOwlTutorials 3 жыл бұрын
Hi Ardeshir! I think you will find this video helpful kzbin.info/www/bejne/iJ6QXouQZb-phKc It shows how to position pictures on a worksheet in rows and columns. I hope it helps!
@jeethendraprabhu8707
@jeethendraprabhu8707 8 ай бұрын
Hi I have data in which I have column A with small shapes (Red, Green & Yellow). And I have to update Column B with color names (Green, Red & yellow). how can I do it? I can select all the shapes through VBA, but I cannot loop through the shapes. please help.. thanks in advance.
@gauravjain5159
@gauravjain5159 3 жыл бұрын
Good Morning Andrew!! Hope you are well. I was looking for any ActiveX Control tool to display graph on the Form. Is there any such tool available or do we hv to use image tool to generate graph in Excel sheet and import over Form ? If you have any video for similar topic pls redirect thanks a million again!!
@WiseOwlTutorials
@WiseOwlTutorials 3 жыл бұрын
Hi Gaurav! I'm well thank you, I hope you are too! There used to be a chart tool which you could add to a VBA user form but I think that this was part of the common controls library which is no longer distributed with Excel. It looks like the best option is described here stackoverflow.com/questions/31598704/displaying-live-chart-data-in-excel-userform I'm sorry but we don't have a video on that topic but I'll add this to the to do list!
@gauravjain5159
@gauravjain5159 3 жыл бұрын
Thanks a million Andrew once again :) Your responses are always helpful.
@WiseOwlTutorials
@WiseOwlTutorials 3 жыл бұрын
@@gauravjain5159 You're very welcome Gaurav!
@kakimotoK20
@kakimotoK20 5 жыл бұрын
Hi Andrew, I haven't watched this yet, but have a problem regarding shapes. I have about 20 toggle buttons that I want to replace with 3D shapes. The toggles are tied together, so that only one can be selected at a time and I'm not sure how to do this with a shape because they don't have a True False status. My toggle code is: ... .Range(.Columns("h"), .Columns("r")).Hidden = ToggleButton1.Value End With Next If Me.ToggleButton1.Value = True Then Exit Sub Me.ToggleButton2.Value = True Me.ToggleButton3.Value = True ... End with End Sub I'm a total noob in VBA. Can you help, or tell me which video of yours covers how I can get shapes to act as toggles while only have one selected at a time?
@lovestreaming
@lovestreaming 7 жыл бұрын
Great help, as usual. Thanks a lot! :)
@justusvermehren9198
@justusvermehren9198 5 жыл бұрын
Hey Andrew, nice video. But how can you change the texts in the different fields of the smart art per VBA? :o
@mohamedabdelrahman169
@mohamedabdelrahman169 6 жыл бұрын
Thanks for the video , you are amazing.. I am working on excel sheet which contains images and pictures and I want to l to know the location "Rows, Columns" for each shape... can you help
@LarsIngeHolen
@LarsIngeHolen 5 жыл бұрын
Do you have an tutorial where you can do all this (insert shape, resize shape, recolor shape and add text) using for form controls? It WOULD be VERY VERY helpful!!!
@WiseOwlTutorials
@WiseOwlTutorials 5 жыл бұрын
Hi Lars, We don’t have a video which covers how to control shapes using form controls but this older video does explain how to assign subroutines to form control buttons www.wiseowl.co.uk/vba-macros/videos/vba-basics/buttons-toolbars-shortcuts/ I hope that helps!
@pikachubr007
@pikachubr007 2 жыл бұрын
thanks for your video. but i want to draw 1 straingth line in 01 range (ex: A1) How to do it. could u help me. pls. thanks
@WiseOwlTutorials
@WiseOwlTutorials 2 жыл бұрын
Hi Dan! Did you check out the part of the video which explains "Positioning Relative to a Range"? You can combine these techniques with the Shapes.AddLine method docs.microsoft.com/en-us/office/vba/api/excel.shapes.addline I've made an answer video to explain how this works kzbin.info/www/bejne/jYLcaXxsh7Cohas It's only available to channel members with the early access perk at the moment!
@nishantkumar9570
@nishantkumar9570 7 жыл бұрын
Thank you very much. Video is really very helpful. Is there any way to add a floating shape in excel?
@nishantkumar9570
@nishantkumar9570 7 жыл бұрын
Well, by floating shape i mean when i scroll the worksheet down, shapes also scroll with it so that the button assigned to shape is always available for click no matter how down in the worksheet i go. Thank you for your reply.
@nishantkumar9570
@nishantkumar9570 7 жыл бұрын
Thank You very much.
@mridulbhattarai5808
@mridulbhattarai5808 2 жыл бұрын
I want to change the size of a shape according to the value entered in the cell. How can I do that?
@WiseOwlTutorials
@WiseOwlTutorials 2 жыл бұрын
The basic version looks like this: Dim sh As Shape Set sh = Sheet1.Shapes(1) sh.Width = Range("A1").Value
@jayjayf9699
@jayjayf9699 5 жыл бұрын
I have shapes in my active sheet , I do debug.print shapes(1).name and it doesn’t work , how come when I do debug.print worksheets(1).name that works but it doesn’t work for the shapes collection? Also I’ve checked the object browser for these collection and both don’t have a name property in the member of the object .
@WiseOwlTutorials
@WiseOwlTutorials 5 жыл бұрын
Hi there, The Shapes property doesn't have an implicit scope so you need to qualify the reference to it by referring to an object which has a Shapes property (such as a worksheet or a chart), e.g. Worksheets("Sheet1").Shapes(1).Name The Worksheets property has an implicit scope and so you don't need to qualify it, although you can if you like, e.g. Workbooks("Book1.xlsx").Worksheets("Sheet1") The Shapes property returns a reference to an object of the Shape class and, similiarly, the Worksheets property returns a reference to an object of the Worksheet class. In the Object Browser, look for the Shape and Worksheet classes rather than the Shapes and Worksheets classes to see the correct list of methods and properties. I hope that helps!
@jayjayf9699
@jayjayf9699 5 жыл бұрын
@@WiseOwlTutorials thanks, your tutorial saved my life learning vba, especially as the management didn't offer me training
@WiseOwlTutorials
@WiseOwlTutorials 5 жыл бұрын
Cheers Jay, happy to hear that it helped!
@mihaibr206da
@mihaibr206da 9 ай бұрын
HI.can i add a shape in userform1/frame1/listbox1 ?
@WiseOwlTutorials
@WiseOwlTutorials 9 ай бұрын
Hi! No, you can't draw shapes on a userform in the same way. You could use the Image control to insert a picture of a shape but it's a different technique to the one shown here.
@باليتركي
@باليتركي 7 жыл бұрын
thanks
@jayjayf9699
@jayjayf9699 5 жыл бұрын
Hi I am tearing my hair out over the hangman loop vba problem on your website can you give me advice for please ?
@WiseOwlTutorials
@WiseOwlTutorials 5 жыл бұрын
:D if it makes you feel better that's the most difficult exercise we give out on our Introduction to Excel VBA course! How far did you get? If you can post some of your code here I might be able to point you in the right direction without giving the full answer!
@jayjayf9699
@jayjayf9699 5 жыл бұрын
@@WiseOwlTutorials I think I've done most of it, have u got an email, so I can send you code?
@WiseOwlTutorials
@WiseOwlTutorials 5 жыл бұрын
Jay I'd love to be able to respond personally by email to every request for help but sadly if I did that I wouldn't have time for anything else. You're welcome to post some code here and I can try to give you a few hints.
@jayjayf9699
@jayjayf9699 5 жыл бұрын
@@WiseOwlTutorials Option Explicit Sub hangman() Dim sh As Shape Dim guess As String Dim hello As Boolean Dim wordcell As Range Dim guessletter As String Dim correctguess As Boolean Dim blackfont As Boolean Dim shapecount As Double ' restart game clear all the shapes and values For Each sh In Worksheets("Game").shapes sh.Visible = msoFalse Next sh ' Worksheets("Game").Range(Cells(1, 2), Cells(1, 20)).Delete ' Worksheets("Game").Range(Cells(1, 2), Cells(1, 20)).Font.Color = vbWhite Application.ScreenUpdating = True shapecount = 0 If Range("B1").Value = "" Then MsgBox "Please enter the word to be guessed and restart macro." Exit Sub End If Do While notvisiable = True correctguess = False guessletter = InputBox("Please enter your guess letter") For Each wordcell In Range(Cells(1, 2), Cells(1, Range("A1").End(xlToRight).Column)) If wordcell.Value = guessletter Then wordcell.Font.Color = vbBlack correctguess = True End If Next wordcell 'blackfont = False 'For Each wordcell In Range(Cells(1, 2), Cells(2, Range("B1").End(xlToRight).Column)) 'If wordcell.Font.Color = vbBlack Then ' blackfont = True 'End If If correctguess = False Then shapecount = shapecount + 1 Worksheets("Game").shapes(shapecount).Visible = msoTrue End If 'Next wordcell If guessed = True Then MsgBox " you won!!!" Exit Sub End If Loop 'For Each sh In Worksheets("Game").shapes ' sh.Visible = msoTrue 'Next sh End Sub Function notvisiable() As Boolean notvisiable = False Dim sh As Shape For Each sh In Worksheets("Game").shapes If sh.Visible = msoFalse Then notvisiable = True End If Next sh End Function Function guessed() As Boolean Dim wordhasbeenguessed As Boolean Dim lengthofword As Double Dim wordnumb As Range Dim count As Integer count = 0 wordhasbeenguessed = True For Each wordnumb In Range(Cells(1, 2), Cells(1, Range("A1").End(xlToRight).Column)) If wordnumb.Font.Color = vbWhite Then wordhasbeenguessed = False End If count = count + 1 Next wordnumb guessed = wordhasbeenguessed lengthofword = count End Function
@jayjayf9699
@jayjayf9699 5 жыл бұрын
@@WiseOwlTutorials what do you think of my hangman solution?
@satishkumarkrishnamurthy2581
@satishkumarkrishnamurthy2581 2 жыл бұрын
how to know the index no. of a particular shape?
@WiseOwlTutorials
@WiseOwlTutorials 2 жыл бұрын
I don't think that there's a property to return this (shapes do have an ID property but this doesn't correspond to the index number). The easiest thing to do is loop through the shapes collection to identify each shape by index and name like so Dim i As Integer For i = 1 To ActiveSheet.Shapes.Count Debug.Print i, ActiveSheet.Shapes(i).Name Next i
@redhaakhund1271
@redhaakhund1271 10 ай бұрын
🙏👍👍👍👍👍
@WiseOwlTutorials
@WiseOwlTutorials 10 ай бұрын
Thanks!
@iceiceisaac
@iceiceisaac 3 жыл бұрын
how can i add shapes into the cell itself tho?
@WiseOwlTutorials
@WiseOwlTutorials 3 жыл бұрын
Hi! You can't insert drawing objects into a cell (although you can align objects to cells using the Left and Top properties). Do you mean emojis or wingding style shapes? If so, there's some useful code shown on this post stackoverflow.com/questions/55195005/can-anyone-explain-how-to-insert-emojis-to-vba-excel I hope it helps!
Excel VBA Introduction Part 52.2 - Formatting Shapes
1:21:17
WiseOwlTutorials
Рет қаралды 24 М.
Excel VBA Introduction Part 35 - Class Modules
59:32
WiseOwlTutorials
Рет қаралды 158 М.
This dad wins Halloween! 🎃💀
01:00
Justin Flom
Рет қаралды 58 МЛН
Каха и лужа  #непосредственнокаха
00:15
Triple kill😹
00:18
GG Animation
Рет қаралды 16 МЛН
Excel VBA Introduction Part 57.4 - Finding Web Elements in Selenium
1:33:00
Excel VBA Introduction Part 50.1 - Introduction to Charts in VBA
1:01:43
WiseOwlTutorials
Рет қаралды 53 М.
Excel VBA Objects: Shape Object (Part 1)
10:02
Excel Macro Mania
Рет қаралды 14 М.
Excel VBA Collections: How to use Collections (1/5)
10:03
Excel Macro Mastery
Рет қаралды 73 М.
Excel VBA Introduction Part 51.1 - Introduction to Pivot Tables in VBA
44:29
Macro to Insert Shapes in Excel | Advance Excel Tutorial
15:10
Extreme Automation - Kamal Girdher
Рет қаралды 4,3 М.
Excel VBA Objects: Shape Object (Part 2)
12:04
Excel Macro Mania
Рет қаралды 3,8 М.
Learn How to Use Properties and Methods in Excel VBA Effectively
13:09
Excel VBA Introduction Part 25 - Arrays
1:00:24
WiseOwlTutorials
Рет қаралды 229 М.
Using the Do Until Loop in Visual Basic for Applications
8:58
MyExcelOnline.com
Рет қаралды 3,4 М.