Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to write a formula for a range that links data Sheet1(Cashflows
PBEY) to Sheet2EY Cashflows), the data in sheet1 is linked to a sheet I copied from another workbook, the code below for some reason brings up like an open file dialog with a title of "Update Values: PBEY" and is prompting me to select a file to open??? I've used this code before and never sow this below, can this be because the original data is on a sheet I copied from anothr workbook? Please help me out, thanks. Sheets(EYCF).Select 'With Sheets(EYCF) TopAdd = Range(Cells(StartRow, eycfcusip), Cells(StartRow, eycfcusip)).Address BottomAdd = Range(Cells(intNumOfTrDesc + HdrRow, eycfcusip), Cells(intNumOfTrDesc + HdrRow, eycfcusip)).Address Range(TopAdd, BottomAdd).name = "temp" Range("temp").Formula = "=" & Sheets(CFPBEY).name & "!" & "RC" I want sheet2!A1 to be linked to sheet1!A1 and all the way down. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formating Furmula | Excel Discussion (Misc queries) | |||
I want to get a furmula for get a percentage | Excel Worksheet Functions | |||
Desperately needing furmula help | Excel Discussion (Misc queries) | |||
OR Functions in a Conditional Formatting Furmula | Excel Worksheet Functions | |||
Furmula Dependent Cell References | Excel Discussion (Misc queries) |