Align two sections in ms word office? - ms-word

How do I align the Expertise section with the bullet list in ms word?

Related

Dynamically increase box size in Crystal Report

Is there a way to dynamically increase the size of a box in Crystal Report?
I have an investigation box which can contain lots of detail and i need this to increase in size when there is lots of text. The Root Cause description box should dynamically show after the the text has finished. The layout should be below.
Currently, the text is overflowing and going over each section making it hard to read.
All the boxes are in the Report Header section
Place each box in a separate section (RHa, RHb, RHc, etc.).
To create multiple Report Header sections, right-click and select 'Insert Section Below'.

Left aligned page numbers in table of content in MS Word

In MS Word I want to place page numbers in Table of Contents to the left as opposed to the right which is the standard format.
How can I do that?

Rmd to word with flex table - need to increase margins of ONLY the table in the word output

I am building a routine report in Rmd that is outputted to word.
I have created a reference document to determine all the fonts and styles.
I am using flextable to create the table in this report.
The table needs to be wider than the margins of the rest of the word document.
Is there anyway to do this?
So far I am only getting the correct margins on the outputted table by increasing the margins in the reference document, but this isn't a great solution since the rest of the document, which is mostly text, needs to stay within certain margins.
I have tried increasing the width of the columns (width function for flextable), but that also doesn't work.
Any help would be appreciated!

Automating numbering in MS Word 13

Is there any way to automate numbering in MS Word 13?
I have a huge table and I have to change the number sequence according to rows.
You should select the table cells that you want to autonumber, go to Home tab and click the Numbering in Paragraph group
Here is instruction how to do it:
https://support.office.com/en-my/article/Number-the-cells-in-a-table-a71b7d7b-ee2d-4a4f-9b8b-d971756c1b39

Microsoft Word 2012 Content Controls: Group on multiple table rows

I was trying to add a Rich Text Content Control or a Group around multiple lines of a Word table in order to achieve a master-detail view where I can have multiple master rows and show details in sub rows.
Is there any way to put such content controls around multiple rows with MS Word or should I use nested tables(at least try to).
At this stage adding them by code is not an option.
Thanks
EDIT: Apparently you can only use a single row or the entire table, even if clearly the header row shouldn't be repeated!
In Microsoft Word 2013 a new type of control has been added i.e. Repeating Section Content Control.
It exactly meets your requirements. You can read more about it # http://msdn.microsoft.com/en-us/library/office/ff838936(v=office.15) under Enhancement to content controls section.