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?
Oh yeah,
I simply made my file open the other file and copy the cell data into a worksheet in my project. Then i just called the data.
-------------
Dim wb As Workbook
Set wb = Workbooks.Open"filename.xls", True, True)
' open the source workbook, read only
With...
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.