+ Reply to Thread
Results 1 to 4 of 4

Graphic issues.....

Hybrid View

  1. #1
    RJH
    Guest

    Graphic issues.....

    A co-worker has put together a series of buttons (100+) that when clicked
    take you to an inventory sheet that is filtered to show the parts
    represented by the button that was pushed.

    The problem: The buttons do not appear uniform. Some appear bolder than
    others, some higher than others, some appear normal.
    All the buttons are the same size and conform to cell boundries. They are
    side by side and this issue makes an otherwise nicely written workbook
    appear shotty. Any suggestions?? (WinXP, Excel 2000)

    Thanks!

    RJH



  2. #2
    Tom Ogilvy
    Guest

    RE: Graphic issues.....

    have you used the alignment properties in the drawing toolbar? Draw=>Align
    or Distribute

    Perhaps if you get them lined up properly, then the other problems will be
    resolved.

    --
    Regards,
    Tom Ogilvy


    "RJH" wrote:

    > A co-worker has put together a series of buttons (100+) that when clicked
    > take you to an inventory sheet that is filtered to show the parts
    > represented by the button that was pushed.
    >
    > The problem: The buttons do not appear uniform. Some appear bolder than
    > others, some higher than others, some appear normal.
    > All the buttons are the same size and conform to cell boundries. They are
    > side by side and this issue makes an otherwise nicely written workbook
    > appear shotty. Any suggestions?? (WinXP, Excel 2000)
    >
    > Thanks!
    >
    > RJH
    >
    >
    >


  3. #3
    Duncan
    Guest

    Re: Graphic issues.....

    or if you want to try a quick fix that may or may not achieve what you
    want...

    Dim B As Object
    For Each B In Sheet1.OLEObjects
    If B.OLEType = 2 Then
    B.Width = 100
    B.Height = 50
    End If
    Next B


    You can add more parameters other than just width and height, as you
    like, take a copy first incase the results are not what you want

    Duncan




    Tom Ogilvy wrote:

    > have you used the alignment properties in the drawing toolbar? Draw=>Align
    > or Distribute
    >
    > Perhaps if you get them lined up properly, then the other problems will be
    > resolved.
    >
    > --
    > Regards,
    > Tom Ogilvy
    >
    >
    > "RJH" wrote:
    >
    > > A co-worker has put together a series of buttons (100+) that when clicked
    > > take you to an inventory sheet that is filtered to show the parts
    > > represented by the button that was pushed.
    > >
    > > The problem: The buttons do not appear uniform. Some appear bolder than
    > > others, some higher than others, some appear normal.
    > > All the buttons are the same size and conform to cell boundries. They are
    > > side by side and this issue makes an otherwise nicely written workbook
    > > appear shotty. Any suggestions?? (WinXP, Excel 2000)
    > >
    > > Thanks!
    > >
    > > RJH
    > >
    > >
    > >



  4. #4
    RJH
    Guest

    Re: Graphic issues.....

    Thanks for your replys.
    He has the buttons lined up in consecutive cells and sized the same
    but I don't know if he used the alignment tool to accomplish this. I'll let
    him know.

    RJH

    "RJH" <Bla@bla.net> wrote in message
    news:hUnxg.2199$u05.1476@news-wrt-01.rdc-nyc.rr.com...
    >A co-worker has put together a series of buttons (100+) that when clicked
    >take you to an inventory sheet that is filtered to show the parts
    >represented by the button that was pushed.
    >
    > The problem: The buttons do not appear uniform. Some appear bolder than
    > others, some higher than others, some appear normal.
    > All the buttons are the same size and conform to cell boundries. They are
    > side by side and this issue makes an otherwise nicely written workbook
    > appear shotty. Any suggestions?? (WinXP, Excel 2000)
    >
    > Thanks!
    >
    > RJH
    >




+ 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