Similar Threads:
1.dynamic size of label, and depending on size label position of
Jacob,
Thx
Gerard
"Jacob Skaria" wrote:
> Try setting the below property of Label
>
> AutoSize property to True
> OR
> WordWrap property to True
> --
> If this post helps click Yes
> ---------------
> Jacob Skaria
>
>
> "noord453" wrote:
>
> > Hi, I am creating a form, which reads depending of a choice from an excel
> > worksheet the value for label caption, right next to this label a textbox is
> > shown. Because the size of the label caption is dynamic, the position of the
> > textbox must shift left or right on order to read the complete label caption.
> > By doing so the size of the form might also need to change. How to create
> > such? there are 10 possible labels and textboxes, which are shown depending
> > on the choice. This last part is already working.
> >
> > Regards
> > Gerard
2.Word mailing labels - CreateNewDocument creates labels with wrong page size and margins
Hello,
I am trying to automate Word (needs to be downward compatible to Word 2000,
so I'm using msword9.olb library) to do a mail merge to mailing labels.
I'm using VC++, but I've also tried this with VB, and the same problem
occurs.
I have directly put in the code found in article 258512, and the same
problem occurs... so this should be easy to reproduce.
The problem is this:
When I create the mailing labels using automation, it creates a gigantic
page of 11.22" x 12.05" size. The margins are all wrong, too.
I am trying to create a standard Avery 5160 label, and I pass in the code:
oNewDoc = oMLabel.CreateNewDocument( COleVariant( "5160"), vtOptional,
vtOptional, vtOptional, vtOptional);
And what I get in the end is a large page full of labels 4 across and 12
down. I tried to change the page size directly, but the labels is still 4
across and 12 down, which means it's not really Avery 5160.
I tried the equivalent in VB using Word 2007 type library, and I got the
same result.
My data source is a comma-delimited text file, but that shouldn't matter...
the merging is fine. It's just that the page size and the margins are all
wrong.
If you have any idea what is going on, and what I can do to fix it, I would
appreciate it very much.
Thank you.
--Daniel
3.Sample Size as Series Data Label
I have a line graph, which displays the median of a set of samples, from week
to week.
Instead of the series labels showing the actual median number, is there a
way for me to get it to show the sample size that was used to calculate the
median? That is a much more important number for what I need to show.
Thanks,
Steve
4.Bar Chart Label Sizes
I am dynamically populating multiple Horizontal Bar Charts with Data. I
want the Labels (y axes) and chart area (Bar Charts) to be the same on
each chart. When I dynamically set the data the labels and charts
resize themselves based on the width of the data.
Is there a way through code VBA, C#, etc that I can set the width of
the Graphic (the bar charts --no labels) independently of the width of
the labels (the y axis). I haved tried xlChart.Chart.PlotArea.Width but
it appears to be the width of both of these areas together? Any other
thoughts.
Thanks In Advance
5.Change the size of the data labels
How do I change the size of a data label in a pie chart? I am getting
unusable wrapping of text when I have plently of room if I could only resize
the label box. All I've been able to do is move the label.
Thanks,
DLIE
6. VBA to change size of data labels?
7. Charts' titles and labels - Font size
8. Controls and labels change size when clicked