Results 1 to 8 of 8

Automatic Replication

Threaded View

  1. #5
    Registered User
    Join Date
    10-23-2007
    Posts
    20
    Thanks again. It works, but...

    Cells(R, 1).EntrieRow.SpecialCells(xlCellTypeConstants).Delete
    This does delete the data from the new row, only problem is that it also changes the value of my vlookup on the same row to "#Ref!"
    As a result, I removed that line and the copying works fine, but I'm at a loass to why it changes the value of my vlookup. I debugged and it turns out the part that changes is:
    =VLOOKUP(LEFT($E6,4),Kits!$A$1:$B$2,2,FALSE)
    The bit in bold becomes "#Ref" when the code runs.

    Is there any chance you could tell me how to delete individual cell contents whilst the code runs so I can pick them off one by one?

    Cheers!
    Last edited by VBA Noob; 02-06-2008 at 04:14 PM.

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