Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 173
Default Copy formula amongst files but create cross-link problem

Hi all,
Have posted this before in Excel functions.
But look like that cannot make it.
Can VB script (run marco) eliminate this problem please ?
**********************
Dear Expert,
Want to copy a function from one spreadsheet to another spreadsheet
(different file name).
I just want to copy a function (as follows) from Tolerence Checker.xls to
Tolerance Checker.xls (Different file name ... one is Tolerence and another
is Tolerance ....

From file Tolerence Checker.xls,
=IF(VLOOKUP(A2,'Ignore List'!A:B,1,FALSE)=A2, "YES", "NO")
After copying .... in Tolerance Checker.xls,
=IF(VLOOKUP(A2,'[Tolerence Checker.xls]Ignore List'!A:B,1,FALSE)=A2, "YES",
"NO")

The forumla becomes cross-link from Tolerence Checker which is unnecessary ...
How to copy so that this can be avoided please ?
**********************

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 293
Default Copy formula amongst files but create cross-link problem

Hi Elton Law,

You can either copy the formula from the formula bar or, having copied the cells, use Find/Replace to remove the unwanted
"[Tolerence Checker.xls]" workbook referfences.

--
Cheers
macropod
[Microsoft MVP - Word]


"Elton Law" wrote in message ...
Hi all,
Have posted this before in Excel functions.
But look like that cannot make it.
Can VB script (run marco) eliminate this problem please ?
**********************
Dear Expert,
Want to copy a function from one spreadsheet to another spreadsheet
(different file name).
I just want to copy a function (as follows) from Tolerence Checker.xls to
Tolerance Checker.xls (Different file name ... one is Tolerence and another
is Tolerance ....

From file Tolerence Checker.xls,
=IF(VLOOKUP(A2,'Ignore List'!A:B,1,FALSE)=A2, "YES", "NO")
After copying .... in Tolerance Checker.xls,
=IF(VLOOKUP(A2,'[Tolerence Checker.xls]Ignore List'!A:B,1,FALSE)=A2, "YES",
"NO")

The forumla becomes cross-link from Tolerence Checker which is unnecessary ...
How to copy so that this can be avoided please ?
**********************


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 173
Default Copy formula amongst files but create cross-link problem

Hi,Yes you right. I forget this .... Replace the file with blank field ....
Thanks indeed.

"macropod" wrote:

Hi Elton Law,

You can either copy the formula from the formula bar or, having copied the cells, use Find/Replace to remove the unwanted
"[Tolerence Checker.xls]" workbook referfences.

--
Cheers
macropod
[Microsoft MVP - Word]


"Elton Law" wrote in message ...
Hi all,
Have posted this before in Excel functions.
But look like that cannot make it.
Can VB script (run marco) eliminate this problem please ?
**********************
Dear Expert,
Want to copy a function from one spreadsheet to another spreadsheet
(different file name).
I just want to copy a function (as follows) from Tolerence Checker.xls to
Tolerance Checker.xls (Different file name ... one is Tolerence and another
is Tolerance ....

From file Tolerence Checker.xls,
=IF(VLOOKUP(A2,'Ignore List'!A:B,1,FALSE)=A2, "YES", "NO")
After copying .... in Tolerance Checker.xls,
=IF(VLOOKUP(A2,'[Tolerence Checker.xls]Ignore List'!A:B,1,FALSE)=A2, "YES",
"NO")

The forumla becomes cross-link from Tolerence Checker which is unnecessary ...
How to copy so that this can be avoided please ?
**********************



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
Copy paste, link problem Tkowal Excel Discussion (Misc queries) 0 October 23rd 09 12:28 AM
Copy / Link Textboxes between Files Troubled User Excel Programming 1 October 9th 08 06:16 AM
Copy File Formulas between Files w/o the link PJ in CO Excel Worksheet Functions 3 December 12th 07 05:50 PM
Create a Macro to Copy a Worksheet, and link certain cells... jlstraw Excel Programming 0 February 24th 06 12:35 AM
Link-to-cell copy problem Squeaky Links and Linking in Excel 0 September 12th 05 01:59 PM


All times are GMT +1. The time now is 09:32 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"