View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tim Mills Tim Mills is offline
external usenet poster
 
Posts: 5
Default Absolute / Relative References

Hi

I'd like to start a process on 6 adjacent highlighted cells but "ActiveCell"
just changes the top left cell - how can I change this code to include all 6?

TIA

Tim

ActiveCell.Select
Selection.Font.Italic = True
With Selection.Borders(xlEdgeTop)
.LineStyle = xlDouble
.Weight = xlThick
.ColorIndex = xlAutomatic