Thread: Selet Syntax
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
William Wolfe William Wolfe is offline
external usenet poster
 
Posts: 18
Default Selet Syntax

I am trying to select a cell with the following statement:

Detail_Report.Cells(61, Column).Select

This doesn't work. The .Range works, but I cannot define it using
row.column indicies.

How do I resolve this?

Thanks,