Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 38
Default Auto Fill down question


ActiveCell.FormulaR1C1 = "=VLOOKUP(RC[2],R6C[-8]:R65536C[-2],7,1)"
Range("N6").Select
Selection.Copy
Application.CutCopyMode = False
Selection.AutoFill Destination:=Range("N6:N33")
Range("N6:N33").Select
Selection.FormatConditions.Delete
Selection.FormatConditions.Add Type:=xlCellValue,
Operator:=xlEqual, _
Formula1:="=""Unreviewed"""
With Selection.FormatConditions(1).Interior
.ColorIndex = 35
.Pattern = xlGray8
End With
End Sub

I have this little macro that i recorded..I can 't get it to fill
right down so that whenever I enter data in column P it will fill down
as well?Thanks

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Auto Fill camell Excel Worksheet Functions 0 April 25th 07 04:28 PM
Auto Fill Question Rich Hayes Excel Discussion (Misc queries) 3 November 1st 06 06:59 PM
using auto fill edit or fill handel fill handle or auto fill Excel Worksheet Functions 0 February 10th 06 07:01 PM
Custom auto fill question method373 Excel Discussion (Misc queries) 2 December 24th 05 04:34 PM
Auto fill box sue t Excel Discussion (Misc queries) 3 January 13th 05 05:51 PM


All times are GMT +1. The time now is 07:51 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"