![]() |
Help with selecting a range...
myrange=range("D4:D"&cells(65536,"D").end(xlup).ro w)
or myrange=range("D4:D"&cells(4,"D").end(xldown).row) -- Don Guillett SalesAid Software Granite Shoals, TX "EAB" wrote in message ... I noticed someone was trying to select a range in the newsgroup postings and I thought that I could use this as well. When using the code below, the error occurs: MyRange = Range(Selection, Selection.End (xlToRight)).Select & Range(Selection, Selection.End (xlDown)).Select For Each R In Worksheets("Sheet1").Range(MyRange).Cells I want to select a range based off of D4 but I don't want o have to manually input the last cell. Any ideas? |
All times are GMT +1. The time now is 09:28 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com