Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to write in my code a formula that will look at a cell in the previous
worksheet. For example, I have 26 worksheets in my workbook, I want cell D9 on sheet2 to look at cell C8 on sheet1. How would I write that formula? Bumper |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=sheet1!C8
in the worksheet Sheets("sheet2").Range("D9").Formula="=sheet1!C8" in VBA -- Gary''s Student - gsnu200719 "bumper338" wrote: I want to write in my code a formula that will look at a cell in the previous worksheet. For example, I have 26 worksheets in my workbook, I want cell D9 on sheet2 to look at cell C8 on sheet1. How would I write that formula? Bumper |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi,
no. worksheet control "float" on top of the sheet. they cannot be assigned to rows, columns or cells. they do tend to "stay put" but actions like delete or add rows/columns tend to make them shift some. sorry regards FSt1 "bumper338" wrote: I want to write in my code a formula that will look at a cell in the previous worksheet. For example, I have 26 worksheets in my workbook, I want cell D9 on sheet2 to look at cell C8 on sheet1. How would I write that formula? Bumper |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Newbie Formula Question - how to get formula to repeat in each subsequent row? | New Users to Excel | |||
Formula Question | Excel Discussion (Misc queries) | |||
Formula question | Excel Worksheet Functions | |||
Newbie Question - Subtraction Formula Question | Excel Discussion (Misc queries) | |||
I get error with "ROWS" in the formula - nested formula question | Excel Worksheet Functions |