+ Reply to Thread
Results 1 to 3 of 3

Copy a formula to cells in column A which don't have an empty cell in column B

  1. #1
    Registered User
    Join Date
    07-27-2006
    Posts
    23

    Copy a formula to cells in column A which don't have an empty cell in column B

    Hi Guys,

    Here is my problem. I want to copy a formula to all the cells in column A which don't have an empty cell in column B. Now I just copy the formula to all the cells in column A and I do a cleanup after it, which is very, very messy Here is the formula I use right now for copying the formula. Can somebody help me with it please ?

    Range("A5").Select
    ActiveCell.FormulaR1C1 = _
    "=CONCATENATE(""S "",RC[6],"" "",RC[10],"" "",text(RC[12],""000""),"" "",RC[14],"" "",RC[15],"" "",text(RC[17],""0000""),RC[19])"
    Range("A5").Select
    Selection.AutoFill Destination:=Range("A5:A65000"), Type:=xlFillDefault
    Range("A5:A65000").Select

  2. #2
    Registered User
    Join Date
    07-27-2006
    Posts
    23
    Someone please ?

  3. #3
    Registered User
    Join Date
    07-27-2006
    Posts
    23
    Someone please ?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1