Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi guys, Just a quick one, is it possible to point directly to the contents of a cell that is in a range, although we done know where, without using a loop to check each cell. For example (note sure which is more correct, but you get the idea) MyCell.Offset(0, 3) = wkBk.Worksheets("All Data Unnarr").Range("B1:B500").Cells("C-ACCOUNTS Total").Offset(0, 3) or MyCell.Offset(0, 3) = wkBk.Worksheets("All Data Unnarr").Range("B1:B500").Range("C-ACCOUNTS Total").Offset(0, 3) Thanks, Tom -- Tomski ------------------------------------------------------------------------ Tomski's Profile: http://www.excelforum.com/member.php...o&userid=26824 View this thread: http://www.excelforum.com/showthread...hreadid=500720 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SUMIF - pointing to another cell for criteria | Excel Discussion (Misc queries) | |||
Pointing on a cell shows me a list . . .how to do that ? | Excel Discussion (Misc queries) | |||
trouble shoot pointing to a cell | Excel Worksheet Functions | |||
Not unhiding rows when pointing to cell to complete formula entry | Excel Programming | |||
VBA to copy to empty cell directly below a cell when analogous cells in different column have same value as each other? | Excel Programming |