View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected] EagleOne@discussions.microsoft.com is offline
external usenet poster
 
Posts: 391
Default Range("Y1:Y" & LastRow & "&")

LuisE wrote:

Range("Y1:Y" & YourCell.Row)


What is the correct way to put the variable and the quotation after it?

Thanks in advance