View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Colo[_40_] Colo[_40_] is offline
external usenet poster
 
Posts: 1
Default VBA code need help on CopyPaste

Hi alienscript


Code:
--------------------


Dim col As Long
col = ActiveCell.Column
Range(Cells(2, col), Cells(Rows.Count, col).End(xlUp)).Formula = _
Cells(2, col).Formula


--------------------



---
Message posted from http://www.ExcelForum.com/