Results 1 to 10 of 10

Thread: [RESOLVED] Excel Range of Cells selection doesn't work

Threaded View

  1. #1

    Thread Starter
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Resolved [RESOLVED] Excel Range of Cells selection doesn't work

    This works
    ActiveSheet.Range("H4:H10").Select

    This gives application-defined or object-defined error. Why????
    ActiveSheet.Range(Cells(4, 8), Cells(10, 8)).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