Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need to add several formulas on several different Excel spreadsheets and
not necessarily in the same cell or column. Is there a way to do this? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
With code lines, like so:
with numbers in A1:A4 (1,2,3,4) Sub Foo() sheets("sheet1").range("A5").Formula = "=Sum(A1:A4)" sheets("sheet2").range("A1").Formula = "='Sheet1'!A5" End Sub "undercoverangeltn" wrote: I need to add several formulas on several different Excel spreadsheets and not necessarily in the same cell or column. Is there a way to do this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multiple Sheets in Excel | Setting up and Configuration of Excel | |||
Putting Excel formatting and/or formulas into CSV file | Excel Discussion (Misc queries) | |||
how can i open multiple excel sheets separately | Excel Discussion (Misc queries) | |||
Multiple sheets selected | Excel Discussion (Misc queries) | |||
Excel should let me refer to the same formula on multiple sheets | Excel Worksheet Functions |