|
-
Nov 19th, 2012, 05:57 PM
#1
[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
Last edited by MartinLiss; Nov 19th, 2012 at 06:20 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|