+ Reply to Thread
Results 1 to 9 of 9

resize colums / rows in range

Hybrid View

  1. #1
    philcud
    Guest

    resize colums / rows in range

    i have a spreadsheet that is zoomed to 90%. this is then accessed
    through a vb app which opens it at 100%, and so is to big.

    how can i reduce the width / height by a proportion of 1/9th for all
    rows / colums in a selected range?


  2. #2
    Tom Ogilvy
    Guest

    Re: resize colums / rows in range

    Why not just set the zoom back to 90%

    ActiveWindow.Zoom = 90

    --
    Regards,
    Tom Ogilvy

    "philcud" <philcuddy@gmail.com> wrote in message
    news:1122371072.800913.50520@o13g2000cwo.googlegroups.com...
    > i have a spreadsheet that is zoomed to 90%. this is then accessed
    > through a vb app which opens it at 100%, and so is to big.
    >
    > how can i reduce the width / height by a proportion of 1/9th for all
    > rows / colums in a selected range?
    >




  3. #3
    philcud
    Guest

    Re: resize colums / rows in range

    the application that opens the spreadsheet 'sees' the spreadsheet at
    100% zoom, so unfortunatley need to resize rows and colums..


  4. #4
    Tom Ogilvy
    Guest

    Re: resize colums / rows in range

    Although I am not sure what you mean by 'sees',


    loop through the columns and reduce the columnwidth by 1/9. loop through
    the rows and reduce the rowheight by 1/9.

    if that is what you want. (maybe you meant multiply by .9). You might need
    to adjust the font size as well.

    --
    Regards,
    Tom Ogilvy


    "philcud" <philcuddy@gmail.com> wrote in message
    news:1122383009.782111.64220@z14g2000cwz.googlegroups.com...
    > the application that opens the spreadsheet 'sees' the spreadsheet at
    > 100% zoom, so unfortunatley need to resize rows and colums..
    >




  5. #5
    philcud
    Guest

    Re: resize colums / rows in range

    yep, exactly, loop through rows and colums in selection and reduce
    height / width by 1/9th.

    many thanks.


  6. #6
    philcud
    Guest

    Re: resize colums / rows in range

    perhaps you thought i was ok with the logic, but unfortunately i cannot
    write the code!!
    if someone could post the necessary code please!


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1