Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Positioning a graphical object

With ObjShape
.Top = Range("B2").Top
.Left = Range("B2").Left
End With

--
Regards,
Tom Ogilvy

"quartz" wrote in message
...
I have a graphical object on a sheet and it is selected.
How can I align this object so that the top left corner of the object is

exactly at the top left corner of cell "B2"?

My code so far:

Dim objShape As Shape
Set objShape = ActiveSheet.Shapes(strSnapShotName)
objShape.?????????

Thanks much in advance.



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
graphical indicator HL Excel Discussion (Misc queries) 1 March 28th 07 06:22 PM
Graphical Representation cityinday Excel Discussion (Misc queries) 4 March 19th 06 04:44 AM
What is the deal with Comment Object Positioning? Mark Excel Discussion (Misc queries) 3 June 9th 05 11:05 PM
graphical problems Damsel in distress Charts and Charting in Excel 0 April 5th 05 02:47 PM
Graphical plan piet Excel Programming 1 May 6th 04 05:12 AM


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

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

About Us

"It's about Microsoft Excel"