Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
RJH RJH is offline
external usenet poster
 
Posts: 44
Default 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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default 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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 290
Default 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   Report Post  
Posted to microsoft.public.excel.programming
RJH RJH is offline
external usenet poster
 
Posts: 44
Default 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" wrote in message
...
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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Binding a Graphic William Wolfe[_2_] Excel Discussion (Misc queries) 1 November 17th 09 08:50 PM
Which type of graphic should I use? Finn[_2_] Charts and Charting in Excel 3 May 22nd 09 09:48 AM
Use Graphic as Hyperlink Wayne Wengert Excel Programming 2 April 6th 05 01:57 AM
title in graphic P. van de Zwalum Excel Programming 2 February 10th 04 01:47 PM
VBA-Graphic Bourbon[_4_] Excel Programming 2 January 12th 04 06:12 PM


All times are GMT +1. The time now is 02:09 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"