VBA - External Path link

iainmartin100

New Member
Joined
Mar 9, 2011
Messages
43
Hi all, I seem to having one of those days :(

Im trying to write a formula in VBA which refrances a link within the excel document.

In an ideal world I would just use the following:
.Formula = "='C:\Documents and Settings\Imartin\Desktop\[Book2.xls]Sheet1'!$A$1"

The issue is that the link name/location is changable in the document although the tab/cell refrance will be constant.
I have tried the following but am going completly wrong, can someone help?

Dim WW As Variant
WW = ThisWorkbook.LinkSources(xlExcelLinks)

Range("A1").Formula = "='WW Sheet1'!$A$1"
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.

Forum statistics

Threads
1,214,636
Messages
6,120,666
Members
448,977
Latest member
moonlight6

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top