LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 64
Default Need some fancy graphics

Hi,

The user of a spreadsheet I created would like me to incorporate some
fancier graphics. As of now I'm using "Autoshape" trapezoids and rectangles
-- I was wondering if anyone knows where I can find more "fancy" graphics
which will allow me to set their size through a macro. Below is an example
of the clode I am using now:

Sub level3recresizedet()


Sheets("3rd Level Groundwater").Select

thirdrecsel.Select

If thirdrec = 0 Then
Selection.ShapeRange.Width = 124

Else

checkthirdrec = thirdrec 0 And thirdrec <= recvariable
If checkthirdrec = True Then
Selection.ShapeRange.Width = 137.7222222

Else

checkthirdrec = thirdrec recvariable And thirdrec <= 2 * recvariable
If checkthirdrec = True Then
Selection.ShapeRange.Width = 151.4444444


Any help is appreciated!

Robert
 
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
fancy lookup strawberry Excel Worksheet Functions 4 March 1st 06 05:09 PM
Need to do a fancy string copy plus Sally Excel Discussion (Misc queries) 7 November 4th 05 02:06 PM
fancy forms Little pete Excel Programming 1 June 1st 05 04:52 PM
Fancy tricks in Listbox? jasonsweeney[_64_] Excel Programming 4 April 10th 04 10:43 PM
Fancy Object Declaration rci Excel Programming 1 February 3rd 04 10:13 PM


All times are GMT +1. The time now is 03:48 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"