Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I hacked this together based on recording a macro and revising
is there a better way? 'copy formulas in G, H, and I down one row Sub CopyGHIDownOne(rowNumber As Long) Range("G" & CStr(rowNumber) & ":I" & CStr(rowNumber)).Select Selection.Copy Range("G" & CStr(rowNumber + 1) & ":I" & CStr(rowNumber + 1)).Select ActiveSheet.Paste End Sub thanks mark |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I copy big ranges of cells without drag or copy/paste? | Excel Discussion (Misc queries) | |||
Copy and paste versus copy and insert copied cells | New Users to Excel | |||
How can I copy the values of all selected cells to the same cells inanother Sheet | Excel Programming | |||
Copy/Paste how to avoid the copy of formula cells w/o calc values | Excel Discussion (Misc queries) | |||
Copy data into cells until changes trigger new copy | Excel Programming |