Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This code has worked good for me in the past:
Dim rng As Range Set rng = ActiveSheet.AutoFilter.Range rng.Copy Destination:=Worksheets("Stepdown").Range("A1") However, it doesn't copy the formulas in the range to the destination as formulas but converst them to text. How can I modify my code so that it copies all the formulas, too? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy and paste using vb code | Excel Discussion (Misc queries) | |||
(Cut - Paste in Excel )code in vc++ | New Users to Excel | |||
Paste Code | Excel Programming | |||
Where do I paste this Code? | Excel Programming | |||
Need Help with Code - Copy & Paste | Excel Programming |