Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can someone point out my fault in line 3?
TIA, Sub tester() Set srng = Worksheets("Sheet1").Range("A1").CurrentRegion ' Covers Range A1:C10 srng.Offset(1, 0).Resize(srng.Rows.Count - 1, 3).Select << error ..... In Progress Set drng = Worksheets("Sheet2").Range("A2") End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro code to put series name next to individual line in line grap | Charts and Charting in Excel | |||
problem with code. past link instead of copy | Excel Programming | |||
Code to delete a Line in a another code | Excel Programming | |||
Continue line of VBA code on the next line | Excel Programming | |||
Code doesn't go past first IF statement | Excel Programming |