![]() |
#2
|
|||
|
|||
![]()
Try this on your example sheet.
Code:
Sub FillIn() Dim ws As Worksheet, lr As Long, rngData As Range, r As Range Set ws = Worksheets("DetailedTBFY15") Application.ScreenUpdating = False With ws lr = .Cells(Rows.Count, "B").End(xlUp).row Set rngData = .Range("B5:B" & lr) End With With rngData.SpecialCells(4) For Each r In .Areas r.Value = r(0).Value Next r End With Application.ScreenUpdating = True End Sub |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
BIMwit | Word Tables | 1 | 05-14-2015 09:50 PM |
Copying specific cells to a new sheets also give sheetname | dapeamel | Excel | 0 | 02-24-2015 09:20 AM |
Copying text range of cells to different cells adds an extra line | jpb103 | Word VBA | 2 | 07-23-2014 12:22 PM |
Copying a formula that uses pivottable cells | Paul46 | Excel | 0 | 02-08-2014 07:04 AM |
![]() |
isminoh | Excel | 5 | 04-18-2012 11:49 AM |