Results 1 to 2 of 2

Thread: Select cell in bottom right corner of data

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2003
    Posts
    2

    Unhappy Select cell in bottom right corner of data

    Can someone help me select the cell marked in red on the attached image. I want to add the title in the last column then input a formula in that column to all of the rows, but the number of rows will vary. i was thinking of selecting that cell then filup to the title of the column. Any other sugestions? Im a novice to VB so any help will be much appreciated, as was the reply to my last question. Thanks
    Attached Images Attached Images  

  2. #2
    Hyperactive Member Granty's Avatar
    Join Date
    Mar 2001
    Location
    London
    Posts
    439
    Try:

    Application.Cells.SpecialCells(xlCellTypeLastCell).Select

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width