Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default How to get ID of the Cell on the Left-Top corner of a worksheet

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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default How to get ID of the Cell on the Left-Top corner of a worksheet

How about:

ActiveWindow.VisibleRange.Cells(1, 1).Address

--
HTH,
Dianne Butterworth

In m,
LamNgo typed:
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



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

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



  #4   Report Post  
Posted to microsoft.public.excel.programming
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

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
What are the green arrows in the top left corner of each cell? Don Excel Discussion (Misc queries) 6 April 3rd 23 07:02 PM
Blue triangle in top left corner of cell? Bill (St. Jude) New Users to Excel 4 October 22nd 07 09:01 PM
place a named cell in the top left corner of the worksheet Paul Condron Excel Discussion (Misc queries) 2 April 15th 06 01:25 PM
grey dot in left upper corner of cell singnothing Excel Discussion (Misc queries) 1 April 1st 06 10:06 AM
Cell A1 in Upper Left Corner pjhageman[_6_] Excel Programming 3 January 10th 04 08:56 PM


All times are GMT +1. The time now is 10:39 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"