View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
LamNgo LamNgo is offline
external usenet poster
 
Posts: 3
Default How to get ID of the Cell on the Left-Top corner of a worksheet

Hi,
Thanks for your responses. But I'm finding for a correspondent C++
code segment using MFC 4.0 wrapper classes? I'm using VS 6.0.

LamNgo

"Juan Pablo González" wrote in message ...
Try using:

ActiveWindow.VisibleRange(1).Address

--
Regards

Juan Pablo González

"LamNgo" wrote in message
m...
Hi group,

I there any way to find out the cell ID (eg. K36) of the cell on the
left-top corner of a worksheet. At the first time, it's always A1 cell
but after user scroll, how can we identify it?

Thanks,
LamNgo