Offset Property
Solved/Closed
Related:
- Offset Property
- Mouse pointer is offset - Guide
- Word document property - Guide
- Vlc offset subtitles - Guide
- If a computer with windows xp will not boot up property after upgrading a video driver you should first (...). choose the correct answer.: use the last known good configuration feature roll back the driver after starting in safe mode use the recovery console feature upgrade the operating system ✓ - Facebook Forum
- I need answer - Instagram Forum
1 response
Hi Guys, I cracked it !!
If you know a easier method - Please let me know..
Sub zxxx()
Range("A1").Select
Selection.End(xlToRight).Select
ActiveCell.Offset(0, 1).Select
ActiveCell.Select
ActiveCell.FormulaR1C1 = "Quarter"
ActiveCell.Offset(0, -1).Select
Selection.End(xlDown).Select
ActiveCell.Offset(0, 1).Select
ActiveCell.Select
ActiveCell.FormulaR1C1 = "Q1"
ActiveCell.Select
Selection.Copy
Range(Selection, Selection.End(xlUp).Offset(1, 0)).Select
ActiveSheet.Paste
End Sub
If you know a easier method - Please let me know..
Sub zxxx()
Range("A1").Select
Selection.End(xlToRight).Select
ActiveCell.Offset(0, 1).Select
ActiveCell.Select
ActiveCell.FormulaR1C1 = "Quarter"
ActiveCell.Offset(0, -1).Select
Selection.End(xlDown).Select
ActiveCell.Offset(0, 1).Select
ActiveCell.Select
ActiveCell.FormulaR1C1 = "Q1"
ActiveCell.Select
Selection.Copy
Range(Selection, Selection.End(xlUp).Offset(1, 0)).Select
ActiveSheet.Paste
End Sub