Results 1 to 10 of 15

Thread: Align TextBox Within A Range

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Member p45cal's Avatar
    Join Date
    Oct 2013
    Posts
    94
    Rep Power
    13
    Looks like row height can only be set in 0.25 increments:
    vba set => actual height
    7 => 7
    7.1 => 7.25
    7.2 => 7.25
    7.3 => 7.25
    7.4 => 7.25
    7.5 => 7.5
    7.6 => 7.75
    7.7 => 7.75
    7.8 => 8
    7.9 => 8
    8 => 8
    8.1 => 8
    8.2 => 8.25
    8.3 => 8.25
    8.4 => 8.5
    8.5 => 8.5
    8.6 => 8.75
    8.7 => 8.75
    8.8 => 8.75
    8.9 => 8.75
    9 => 9
    9.1 => 9.25
    9.2 => 9.25
    9.3 => 9.5
    9.4 => 9.5
    9.5 => 9.5
    9.6 => 9.5
    9.7 => 9.75
    9.8 => 9.75
    9.9 => 10
    10 => 10
    Last edited by p45cal; 10-10-2020 at 06:50 PM.

Similar Threads

  1. Align Data In Groups Of Columns
    By Rick Rothstein in forum Rick Rothstein's Corner
    Replies: 0
    Last Post: 05-25-2015, 03:07 AM
  2. Replies: 4
    Last Post: 11-15-2013, 03:42 PM
  3. Replies: 9
    Last Post: 08-08-2013, 07:13 PM
  4. Align Shapes (Charts) On ActiveWorksheet
    By Rajan_Verma in forum Rajan Verma's Corner
    Replies: 1
    Last Post: 05-14-2012, 03:25 AM
  5. Replies: 2
    Last Post: 02-29-2012, 08:24 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •