Hi, I have a label that I would like to have wrap. See below
Current Label:
text 1 - text 2 - text 3
I would like
Text 1
Text 2
Text 3
How would I do this with vba?
I need to target an external .xls to create a chart in my project. I have:
- - - - - - - - - - -
With ActiveChart
.ChartType = xlPieExploded
.ChartWizard _
Source:=Sheets(Data).Range(myrange), _
Gallery:=xlLine, Format:=4, PlotBy:=xlRows, _...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.