Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
undercoverangeltn
 
Posts: n/a
Default how do you add formulas on multiple excel sheets

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   Report Post  
Posted to microsoft.public.excel.misc
Jim May
 
Posts: n/a
Default how do you add formulas on multiple excel sheets

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple Sheets in Excel Mr Norm Setting up and Configuration of Excel 1 August 4th 05 04:27 PM
Putting Excel formatting and/or formulas into CSV file Frank D. Nicodem, Jr. Excel Discussion (Misc queries) 1 July 11th 05 10:18 PM
how can i open multiple excel sheets separately srinu Excel Discussion (Misc queries) 1 July 8th 05 04:38 PM
Multiple sheets selected twa14 Excel Discussion (Misc queries) 2 December 21st 04 11:15 AM
Excel should let me refer to the same formula on multiple sheets In need of help Excel Worksheet Functions 1 December 16th 04 08:21 PM


All times are GMT +1. The time now is 08:48 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"