View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Keith John Keith is offline
external usenet poster
 
Posts: 172
Default dtermine row/column boundaries of selected area

On Tue, 2 Jun 2009 09:09:07 -0700, Gary''s Student
wrote:

This works well if the Selection is a nice block:

' the worksheet of the range
' the workbook of the range
' count of cells


The comments at the start of the sample code suggested the worksheet,
workbook and cell count can be found but were not inlcuded in the
code. What is the correct structure to get that info?


John Keith