View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ExcelMonkey ExcelMonkey is offline
external usenet poster
 
Posts: 553
Default Find Range Location of a Shape Object


Is it possible to show the location of a Shape Object by cell reference?
That is, I know I can return the sheet that a shape is on. But I want to
know:

1) What cells is it nearest
2) What cells does it cover?

Thanks

EM