Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How do I know if my Workbook is being used / linked by other Wookbook?
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This might help
Dim mpLinks As Variant mpLinks = ActiveWorkbook.LinkSources(xlExcelLinks) If Not IsEmpty(mpLinks) Then MsgBox "we have links" End If -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "G-Kid" wrote in message ... How do I know if my Workbook is being used / linked by other Wookbook? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you're asking to find out if your workbook is "sending" values to other
workbooks, then I don't think you can know unless you go through _all_ the other workbooks and look at the links there. If you're asking to find out if your workbook is "receiving" values from other workbooks, then Bob's answer will work. Or just looking under Edit|Links. If that's disabled, then no links. G-Kid wrote: How do I know if my Workbook is being used / linked by other Wookbook? -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Bob & Dave.
I'm asking if my workbook is "sending" values to other workbooks. I need to modify my workbook but worry it will affect other workbooks, especially my boss' workbbok. Pls help. "Dave Peterson" wrote: If you're asking to find out if your workbook is "sending" values to other workbooks, then I don't think you can know unless you go through _all_ the other workbooks and look at the links there. If you're asking to find out if your workbook is "receiving" values from other workbooks, then Bob's answer will work. Or just looking under Edit|Links. If that's disabled, then no links. G-Kid wrote: How do I know if my Workbook is being used / linked by other Wookbook? -- Dave Peterson |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Your workbook can't "send" values to other workbooks. The other workbooks
might be "pulling" values from your workbook, and (as Dave said) you won't know that without checking all the other workbooks. You can, of course, prevent the other existing workbooks picking up values from your updated workbook by saving your updates with a new name or in a new location. -- David Biddulph "G-Kid" wrote in message ... Thanks Bob & Dave. I'm asking if my workbook is "sending" values to other workbooks. I need to modify my workbook but worry it will affect other workbooks, especially my boss' workbbok. Pls help. "Dave Peterson" wrote: If you're asking to find out if your workbook is "sending" values to other workbooks, then I don't think you can know unless you go through _all_ the other workbooks and look at the links there. If you're asking to find out if your workbook is "receiving" values from other workbooks, then Bob's answer will work. Or just looking under Edit|Links. If that's disabled, then no links. G-Kid wrote: How do I know if my Workbook is being used / linked by other Wookbook? -- Dave Peterson |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks David.
I'll hv to let them "pull" values from my workbook. They are my bosses who use my data for analysis. I intend to modify some format but dont know which data they're pulling. Is there no other way? Pls help. "David Biddulph" wrote: Your workbook can't "send" values to other workbooks. The other workbooks might be "pulling" values from your workbook, and (as Dave said) you won't know that without checking all the other workbooks. You can, of course, prevent the other existing workbooks picking up values from your updated workbook by saving your updates with a new name or in a new location. -- David Biddulph "G-Kid" wrote in message ... Thanks Bob & Dave. I'm asking if my workbook is "sending" values to other workbooks. I need to modify my workbook but worry it will affect other workbooks, especially my boss' workbbok. Pls help. "Dave Peterson" wrote: If you're asking to find out if your workbook is "sending" values to other workbooks, then I don't think you can know unless you go through _all_ the other workbooks and look at the links there. If you're asking to find out if your workbook is "receiving" values from other workbooks, then Bob's answer will work. Or just looking under Edit|Links. If that's disabled, then no links. G-Kid wrote: How do I know if my Workbook is being used / linked by other Wookbook? -- Dave Peterson |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Save it as a new name.
Delete the original version (actually, hide it in a safe spot!) Wait until the phone starts ringing with complaints that the links don't work. I'd send out an email to everyone who could potentially rely on this workbook. Tell them of the updates that you have to make and that their workbooks may (probably will!) break. Give them a schedule of when you're making changes. And cut it over. Run this by your boss first to see if he or she will be angry enough to fire you! G-Kid wrote: Thanks David. I'll hv to let them "pull" values from my workbook. They are my bosses who use my data for analysis. I intend to modify some format but dont know which data they're pulling. Is there no other way? Pls help. "David Biddulph" wrote: Your workbook can't "send" values to other workbooks. The other workbooks might be "pulling" values from your workbook, and (as Dave said) you won't know that without checking all the other workbooks. You can, of course, prevent the other existing workbooks picking up values from your updated workbook by saving your updates with a new name or in a new location. -- David Biddulph "G-Kid" wrote in message ... Thanks Bob & Dave. I'm asking if my workbook is "sending" values to other workbooks. I need to modify my workbook but worry it will affect other workbooks, especially my boss' workbbok. Pls help. "Dave Peterson" wrote: If you're asking to find out if your workbook is "sending" values to other workbooks, then I don't think you can know unless you go through _all_ the other workbooks and look at the links there. If you're asking to find out if your workbook is "receiving" values from other workbooks, then Bob's answer will work. Or just looking under Edit|Links. If that's disabled, then no links. G-Kid wrote: How do I know if my Workbook is being used / linked by other Wookbook? -- Dave Peterson -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can't find link | Excel Discussion (Misc queries) | |||
Read how to two-way link cells, now can't find the example!? | Excel Worksheet Functions | |||
How do I get rid of an external link which I can't find? | Excel Discussion (Misc queries) | |||
find & replace link | Excel Worksheet Functions | |||
How To Find Link Cells | Excel Discussion (Misc queries) |