Thread
:
VB Code Question
View Single Post
#
1
Posted to microsoft.public.excel.misc
Don Guillett
external usenet poster
Posts: 10,124
VB Code Question
try this. You may want row-1. Why are you selecting?
LastRowInB = .Cells(.Rows.Count, "B").End(xlUp).Row
.Range("A1:C" & lastrowinb).Select
--
Don Guillett
SalesAid Software
"Stan" wrote in message
...
Can anyone tell me what I need to add to the code below to move the range
up
1 row?
LastRowInB = .Cells(.Rows.Count, "B").End(xlUp).Row
.Range("A1:C" & FoundCell.Row).Select
Many thanks!
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett