Thread
:
VBA code need help on CopyPaste
View Single Post
#
4
Posted to microsoft.public.excel.programming
Colo[_40_]
external usenet poster
Posts: 1
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/
Reply With Quote
Colo[_40_]
View Public Profile
Find all posts by Colo[_40_]