Hope you learnt something new and interesting. Thanks for watching and please Like, Comment and Subscribe.
@Stopcombovers5 жыл бұрын
I am so glad I found your video!!! Thank you for making it and posting! It’s so refreshing to see a video working with data that resembles mine, you saved me months of trial and error!
@PiroMat154 жыл бұрын
Right now, I have around 1000 charts to do, and I must say that I love You :) That's piece of code what I was looking for, exactly. Thank You so much.
@yem.t.39304 жыл бұрын
Thank you sooo much Madam! Very clear, easily understandable, clear video and audio ! would be happy for more tutorials ! Cheers !
@SGH-rt6ci3 жыл бұрын
Dear Ms Karina, clear brilliant explanation ! btw your pleasant voice makes this tutorial easy to graps
@esdrasjesustorresramirez54173 жыл бұрын
Thanks for your amazing work. This was a terrific example of Macros.
@JHatLpool3 жыл бұрын
Great demonstration. Nice, clear description. Thanks !
@isaaccastillo86283 жыл бұрын
Thank you so much Karina, Lord Jesus bless you!
@discozhang93534 жыл бұрын
I tried exactly same codes, but my charts got all the series instead of only one serie for each graph, is this happen to you before? Thanks a lot
@yaseminatalay15633 жыл бұрын
Yes, happened to me. make sure your cursor is on a blank cell.
@nhlanhlamakondo54742 жыл бұрын
@@yaseminatalay1563 thank you , i was struglling with same problen
@sandycarr-q7b Жыл бұрын
HELLO, how can I plot the columns and align the plots next to each other instead of stack on top of each other?
@hopewu71733 жыл бұрын
May I please know how to add trendline with equation in VBA as well? thanks a lot
@ShyanakaDananjaya4 жыл бұрын
Solution for all the data in one plot: You can set the source data for the interested column by adding .SetSourceData Source:=ActiveSheet.Range("B2:B18") before .ChartType line which would get rid of all the data being plotted in the same chart.
@davidedri46763 жыл бұрын
not working, it gets all columns in only one plot How can in the same code insert a selection of several columns with the same time base in one graph.
@viralkumarpatelkpcl3393 жыл бұрын
I wanted to create one chart with multiple Y variable. So how to create it??
@frevanneste75952 жыл бұрын
Hi, can I Add 2 types of Y values into 1 chart?
@bhavanth1 Жыл бұрын
Hy Thanks for the video. Can you also make another one where I can have single chart with 3 values in same chart using VBA. With different colors
@yaseminatalay15633 жыл бұрын
How can we add the charts on a separate worksheet and prevent them stacking on top of each other?
@karinaadcock3 жыл бұрын
You probably want something like this: kzbin.info/www/bejne/d6DYf4tobJqor68
@yaseminatalay15633 жыл бұрын
@@karinaadcock Thank you - this is very helpful. I have one more question; what if there are more series for each chart. For example, what if the series repeat starting from row 21 with same date and same column titles but different values in each cell. I have a model output that repeats for 100 series and would like to plot them all. Thanks.
@leoricardo57434 жыл бұрын
This is the best. Now lets test in and see if it works (here as i have to make 100 similar graphs, each with the same date but 4 series. I was also trying named ranges. Can you add these in?
@prathapg58663 жыл бұрын
Thank you for your video Karina, I have a couple of questions like is it the same for pie charts too (xlpie) and how to navigate to the respective field after selecting a slice of a pie chart it would be really helpful for me. Thank you
@zij52244 жыл бұрын
Thanks, very helpful! What if I have different X axis? Could you suggest?
@sgdingman4 жыл бұрын
Thanks, this is very helpful.
@genson3324 жыл бұрын
Hi thank you very much for this information and detailed explanation. Can you help me to send all created graph to another sheet? I'm so sorry for asking too much. I hope you can help me. Thank you very much