View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
avi avi is offline
external usenet poster
 
Posts: 195
Default Screen coordinates of ActiveWindow

Hello,

I'm using a CaptureScreen activeX that can capture a part of the
screen according to its coordinates

I'm interested in capturing the visible part of the Excel sheet, so I
guess that I need its coordinates (x,y, width, height) relative to the
screen

I found a solution, http://www.vbaexpress.com/kb/getarticle.php?kb_id=452,
but it works for Mac only

Any idea?
Thanks
Avi