Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default BottomRightCell ignores hidden cells

The BottomRightCell property of a button returns the position of the
closest bottom right "visible" cell
I need the position of the toggle button (which only occupies one cell)
Any ideas how please

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 132
Default BottomRightCell ignores hidden cells

Which "position" do you need and for what purpose? The Shape properties of
the toggle button (top, left, height, weight) can give you the position
regardless of the TopLeft or BottomRight cells.


Regards,
Bill


" wrote:

The BottomRightCell property of a button returns the position of the
closest bottom right "visible" cell
I need the position of the toggle button (which only occupies one cell)
Any ideas how please


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default BottomRightCell ignores hidden cells

Bill,
The toggle button exists and is the size of of one cell only. I need
the posiiton (row/column) of that cell.
The reason is that I need to hide and unhide columns to its right.
Thanks
Bill Pfister wrote:

Which "position" do you need and for what purpose? The Shape properties of
the toggle button (top, left, height, weight) can give you the position
regardless of the TopLeft or BottomRight cells.


Regards,
Bill


" wrote:

The BottomRightCell property of a button returns the position of the
closest bottom right "visible" cell
I need the position of the toggle button (which only occupies one cell)
Any ideas how please



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default BottomRightCell ignores hidden cells

If the button is wholly within the cell,
..TopLeftCell.Address=.BottomRightCell.Address .

NickHK

wrote in message
oups.com...
Bill,
The toggle button exists and is the size of of one cell only. I need
the posiiton (row/column) of that cell.
The reason is that I need to hide and unhide columns to its right.
Thanks
Bill Pfister wrote:

Which "position" do you need and for what purpose? The Shape properties

of
the toggle button (top, left, height, weight) can give you the position
regardless of the TopLeft or BottomRight cells.


Regards,
Bill


" wrote:

The BottomRightCell property of a button returns the position of the
closest bottom right "visible" cell
I need the position of the toggle button (which only occupies one

cell)
Any ideas how please





  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default BottomRightCell ignores hidden cells

are you sure about that?
"displays the address of the cell beneath the lower-right corner " is
the functionality of bottom right.
I suggest that the the statement below can never be true???

NickHK wrote:

If the button is wholly within the cell,
.TopLeftCell.Address=.BottomRightCell.Address .

NickHK

wrote in message
oups.com...
Bill,
The toggle button exists and is the size of of one cell only. I need
the posiiton (row/column) of that cell.
The reason is that I need to hide and unhide columns to its right.
Thanks
Bill Pfister wrote:

Which "position" do you need and for what purpose? The Shape properties

of
the toggle button (top, left, height, weight) can give you the position
regardless of the TopLeft or BottomRight cells.


Regards,
Bill


" wrote:

The BottomRightCell property of a button returns the position of the
closest bottom right "visible" cell
I need the position of the toggle button (which only occupies one

cell)
Any ideas how please






  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default BottomRightCell ignores hidden cells

Did you try it ?
Depends if what you mean "in a cell" is the same as Excel.

NickHK

wrote in message
ups.com...
are you sure about that?
"displays the address of the cell beneath the lower-right corner " is
the functionality of bottom right.
I suggest that the the statement below can never be true???

NickHK wrote:

If the button is wholly within the cell,
.TopLeftCell.Address=.BottomRightCell.Address .

NickHK

wrote in message
oups.com...
Bill,
The toggle button exists and is the size of of one cell only. I need
the posiiton (row/column) of that cell.
The reason is that I need to hide and unhide columns to its right.
Thanks
Bill Pfister wrote:

Which "position" do you need and for what purpose? The Shape

properties
of
the toggle button (top, left, height, weight) can give you the

position
regardless of the TopLeft or BottomRight cells.


Regards,
Bill


" wrote:

The BottomRightCell property of a button returns the position of

the
closest bottom right "visible" cell
I need the position of the toggle button (which only occupies one

cell)
Any ideas how please






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
Is there a way to write an equation that ignores cells that have . UTmike Excel Worksheet Functions 2 April 4th 06 03:24 PM
Sum function which ignores hidden rows bucketheaduk Excel Worksheet Functions 2 October 12th 05 01:56 PM
Did I stump everyone? Counter that ignores hidden rows TechMGR Excel Discussion (Misc queries) 2 April 5th 05 08:45 PM
How do i get an average that ignores blanks in the range of cells. ucastores Excel Worksheet Functions 7 November 11th 04 05:01 PM
ignores hidden columns? WashoeJeff Excel Programming 1 December 27th 03 12:18 AM


All times are GMT +1. The time now is 09:17 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"