Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I created a macro to copy and paste the formulas from one row to
another. I dont want to copy the the values. When I run it, it copys the formulas but ALSO the values. What am i doing wrong? Can someone help me? ------------------------------------------------------------------------- Application.Goto Reference:="totaal" Selection.EntireRow.Insert Application.Goto Reference:="totaal" ActiveCell.Offset(-2, -35).Range("A1:AJ1").Select Selection.Copy Application.Goto Reference:="totaal" ActiveCell.Offset(-1, -35).Range("A1:AJ1").Select Selection.PasteSpecial Paste:=xlFormulas, Operation:=xlNone, SkipBlanks:= _ False, Transpose:=False ActiveSheet.Paste Application.CutCopyMode = False End Sub -------------------------------------------------------------------------- --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can't Copy and Paste or Paste Special between Excel Workbooks | Excel Discussion (Misc queries) | |||
Copy, paste without file name referenced after paste | Excel Discussion (Misc queries) | |||
Copy; Paste; Paste Special are disabled | Excel Discussion (Misc queries) | |||
Excel cut/Paste Problem: Year changes after data is copy and paste | Excel Discussion (Misc queries) | |||
I cannot paste from one workbook to another. Copy works, paste do. | Excel Discussion (Misc queries) |