Question : Copy/Paste Relative to other column's number of rows

Hi,

I'm trying to write a macro where i copy paste a formula down in column A and stop when column B runs out of rows of information. I used the relative button, but I am not always sure how much information is going to be in Column B. Please advise. Thanks!
1:
2:
3:
4:
5:
6:
7:
Sub Test()
'
    Range("A1").Select
    ActiveCell.Select
    Selection.AutoFill Destination:=ActiveCell.Range("A1:A3285")
    ActiveCell.Range("A1:A3285").Select
End Sub

Answer : Copy/Paste Relative to other column's number of rows

FYI: when you do this:
 $('th')

internally, jquery actually "executes":
 $('th', document);

that's why you would get all the th in the document.

Reference:
http://docs.jquery.com/%24
Random Solutions  
 
programming4us programming4us