Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to build a function that will place one half of the result in
the active cell (as normal - cell where the formula is) and another part of the result in the cell to the right of the active one? Something like this (which doesn't work incidentally):- Function testoff(var) testoff = var + 10 ActiveCell.Offset(1, 1).Value = 1 End Function |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Offset VLOOKUP results | Excel Discussion (Misc queries) | |||
Compare Cell Values, Offset(-1,0), Offset(-1,-1), and xlFillDefaul | Excel Worksheet Functions | |||
IF function results not displayed in cell | Excel Worksheet Functions | |||
Offset Function works in cell, not in named range | Excel Worksheet Functions | |||
Hyperlinks using R[1]C[1] and offset function in its cell referenc | Excel Worksheet Functions |