Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try something like
With ActiveSheet.Shapes("izensquare") .Height = Range("A1").Value .Width = Range("B1").Value End With -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "choice" wrote in message ... i have Shapes("izensquare") is there a way to have the length of "izensquare" in cell value A1 and length to be in B1? thanks in advance |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I a rotate my square radar chart (square-diamond)? | Charts and Charting in Excel | |||
Length that falls within a length interval? | Excel Worksheet Functions | |||
how to center a square plot area in a square chart | Charts and Charting in Excel | |||
Regression Output -- R Square versus Adjusted R Square | Excel Discussion (Misc queries) | |||
Shapes.. trying to print a square square | Excel Programming |