The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 4,262 other subscribers

Archive for November 8th, 2019

Resize a table in Word or PowerPoint for Mac – Office Support

Posted by jpluimers on 2019/11/08

Why does it take forever for Microsoft Office suite programs to function the same across their various components and over operating systems. It has been like 2 decades and still sizing columns/rows in tables is a nightmare.

[WayBack] Resize a table in Word or PowerPoint for Mac – Office Support.

In my case PowerPoint: it is so different from Excel, and even different from Word, that it gives me headaches.

This is what PowerPoint 2011 could do; more recent versions are only marginally better:

PowerPoint

You can resize a whole table to improve readability or to improve the visual effect of your document. You can also resize one or more rows, columns, or individual cells in a table.

Do any of the following:

Resize a table

  1. Click the table.
  2. Rest the pointer on any corner of the table until Table Resize Cursor appears, and then drag the table boundary until the table is the size that you want.

Change the row height in a table

  1. Rest the pointer on the row boundary that you want to move until Horizontal split arrow appears, and then drag the boundary until the row is the height that you want.

    If you have text in a table cell, the row must be the same height or taller than the text.

Change the column width in a table

  1. Rest the pointer on the column boundary that you want to move until Vertical split arrow appears, and then drag the boundary until the column is as wide as you want.

    If you have text in a table cell, the column must be as wide as or wider than the text.

Change the row or column to fit the text

  • Rest the pointer on the column boundary until Vertical split arrow appears or the row boundary until Horizontal split arrow appears, and then double-click it.

Make multiple rows or columns the same size

  1. Select the columns or rows that you want to make the same size, and then click the Table Layout tab.
  2. Under Cells, click Distribute Rows or Distribute Columns.

    Tables Layout tab, Cells group

–jeroen

Posted in Office, Office 2011 for Mac, Power Point, Power User, Word | Leave a Comment »

20 Cool Command Line Tricks for Windows and macOS

Posted by jpluimers on 2019/11/08

After all these years in the field, I still learned new tricks from [WayBack20 Cool Command Line Tricks for Windows and macOS which I have rephrased:

Windows

1) View installed drivers: [WayBack] driverquery

2) Watch Star Wars in ASCII: [WayBacktelnet towel.blinkenlights.nl

3) Save folder trees to disk: tree (I had totally forgotten about this, probably because it leaves out a lot of directories and files)

5) Show your Wi-Fi password [WayBacknetsh wlan show profile SSID key=clear (replace SSID with your network name; use nets wlan show profile to view the network names)

7) Check your laptop’s battery health: [WayBack] powercfg /batteryreport which will be in ” and hit Enter to generate the report, then %HOMEPATH%\battery-report.html

8) View your Windows license key: wmic path softwarelicensingservice get OA3xOriginalProductKey [WayBack]

Mac OS X / macOS / however it is called now

1) Change the default screenshot type: [WayBackdefaults write com.apple.screencapture type JPG (you can also use JP2 (for JPEG2000), PDF, PNG, TIFF and others)

2) Get your Mac to speak to you: use say

3) Add a message to the login screen: sudo defaults write /Library/Preferences/com.apple.loginwindow LoginwindowText "your new text on the logon window" [WayBack]

4) Play Tetris and other classics: start emacs, then press Esc followed by X, type in tetris, pong, snake or solitaire (to exit emacs, press CtrlX followed by CtrlC). There are [WayBack] more emacs games.

5) Get a dictionary definition: run curl dict://dict.org/d:word (where word is what you are after) which uses the [WayBack] dict protocol

6) Keep macOS awake: [WayBack] caffeinate optionally followed by a -t## parameter where ## is the number of seconds to not sleep.

7) Show hidden files: defaults write com.apple.finder AppleShowAllFiles -bool TRUE; killall Finder or use this AppleShowAllFiles script which I had forgotten about writing in the first place.

10) Add Spaces to the Dock: defaults write com.apple.dock persistent-apps -array-add ‘{”tile-type”=”spacer-tile”;}’; killall Dock running the command as many times as you want spaces. To get rid of a space you’ve added, just drag them to the Trash.

–jeroen

via: [WayBack] 20 Cool Command Line Tricks for Windows and macOS http://flip.it/SvcQlu – Joe C. Hecht – Google+

Posted in *nix, *nix-tools, Apple, cURL, Power User | Leave a Comment »

55 Questions to Break the Ice Better than typical conversation openers like, “What do you do?”

Posted by jpluimers on 2019/11/08

via [WayBack] 55 Questions to Break the Ice Better than typical conversation openers like, “What do you do?” – Kevin Powick – Google+:

[Archive.is]WorkdayVoice: Jamil Qureshi: ‘Act Differently, Think Differently’ if You Want to Maximize Potential

Many are so obvious you hardly think about them when you could have used them.

–jeroen

Posted in LifeHacker, Power User | Leave a Comment »