Wednesday

rotate table word

here are steps how to do that:

1.Copy your entire table and just paste it into Excel.

2.Select your table IN EXCEL and copy it. There is a good reason for copying it again, but in Excel.

3.Go to a different sheet (or scroll down further so that you have a clean space) and select a cell (like A1)

4.Go to the Edit menu --> Paste Special and click on the box beside "Transpose" and press OK.

5.Your entire table has been turned 90 degrees!

6.Copy the whole thing and paste it back into Word.


No comments:

test smtp server with powershell

Send-MailMessage -SMTPServer smtp.domain.com -To [email protected] -From [email protected] -Subject "This is a test email" -Body ...