当前位置:编程学习 > VB >>

如何用API获取excel活动单元格的屏幕坐标

--------------------编程问答-------------------- http://www.vbgood.com/thread-96149-1-1.html --------------------编程问答-------------------- 实在看不过去了!
 

With Rng
  [h1] = "Left: " & ActiveWindow.PointsToScreenPixelsX(.Left)
  [h2] = "Top : " & ActiveWindow.PointsToScreenPixelsY(.Top)
 End With
补充:VB ,  API
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,