Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm using a statement like the following to fill some columns (minus
the header, row 1) with formulas or functions. With ThisWorkbook.Sheets("sheet1").Cells(1, 1).CurrentRegion.Offset(1, 0) .Columns(25).FormulaR1C1 = "=someformula" end with How can I use resize to avoid creating an additional used row at the bottom? I've been fooling with it for a bit now, and I clearly am not understanding it completely. The code works fine as is, but then I have to go get rid of the extra row(s) afterwards. Thanks! Ward376 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Set new range based on rng.Offset(rng.Rows.Count, 0).Resize(1, 1) | Excel Programming | |||
Why Copy/Paste fails using Offset & Resize of myRange? | Excel Discussion (Misc queries) | |||
I could NOT resize the axis title but excel allows me to resize gr | Charts and Charting in Excel | |||
using .resize or an offset | Excel Programming | |||
I could NOT resize the axis title but excel allows me to resize gr | Charts and Charting in Excel |