Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Range("A1,F96").Select - What's wrong with that?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Jennifer, post: 6268653"] Thank you all for your suggestions. I did change the statement to Range("A1:F96"). Select but it didn't help. I'm still getting the 'Run-Time: Application-defined or object-defined error'. Still stumped, I tried to accomplish the same task another way, so now my code looks like this: Sheets("Items, Cat").Select ActiveSheet.Unprotect Password:="1234" Selection.AutoFilter Field:=1, Criteria1:="<>" Range("B3").Select Range(Selection, Selection.End(xlToRight)).Select Range(Selection, Selection.End(xlDown)).Select Now I get the 'Run-time: Selection method of Range class failed' error. Can you help again, please? Thanks in advance (again) - Jenn [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Range("A1,F96").Select - What's wrong with that?
Top