Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to link several cells on different worksheets
to one single cell using a Subroutine. It works for a couple of links but when there is more then about 10 links the Subroutine won't paste it into the cell and it errors with "Error 1004, Application defined or Object defined error". any help? PS this is the problematic Code. MyString = Cells(Row, Col).Formula MyString = Replace(MyString, SheetName1, "") 'Remove missing link MyString = Replace(MyString, "++", "+") MyString = Replace(MyString, "=+", "=") If MyString = "=" Then MyString = "" Cells(Row, Col).Formula = MyString |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how copy formula and only paste into 20,000 cells | Excel Discussion (Misc queries) | |||
Unable to paste a formula into other cells | Excel Worksheet Functions | |||
Copy/Paste how to avoid the copy of formula cells w/o calc values | Excel Discussion (Misc queries) | |||
quick way to copy-paste a formula linked to cells in another file | Excel Worksheet Functions | |||
How to copy and paste same formula in multiple cells? | Excel Worksheet Functions |