Thread
:
Copy Formula to Last Needed Cell in Spreadsheet
View Single Post
#
1
Posted to microsoft.public.excel.programming
Michael Smith
external usenet poster
Posts: 77
Copy Formula to Last Needed Cell in Spreadsheet
Try this...
Range("G2").Copy
Range(Selection, Selection.End(xlDown)).Select
ActiveSheet.Paste
*** Sent via Devdex
http://www.devdex.com
***
Don't just participate in USENET...get rewarded for it!
Reply With Quote
Michael Smith
View Public Profile
Find all posts by Michael Smith