Hi guys,
Short question today, in cell A2 I have the file I want the VBA to open:[TABLE="width: 749"]
<tbody>[TR]
[TD][TABLE="width: 749"]
<tbody>[TR]
[TD][TABLE="width: 749"]
<tbody>[TR]
[TD]
e.g. C:\Users\user1\Desktop\Book1.xlsx
How do I go about using information in cell A2 to open the file? I know it has to be Workbooks.Open Filename... but what comes next?
Thank you!
[/TD]
[/TR]
</tbody><colgroup><col></colgroup>[/TABLE]
[/TD]
[/TR]
</tbody><colgroup><col></colgroup>[/TABLE]
[/TD]
[/TR]
</tbody><colgroup><col></colgroup>[/TABLE]
Short question today, in cell A2 I have the file I want the VBA to open:[TABLE="width: 749"]
<tbody>[TR]
[TD][TABLE="width: 749"]
<tbody>[TR]
[TD][TABLE="width: 749"]
<tbody>[TR]
[TD]
e.g. C:\Users\user1\Desktop\Book1.xlsx
How do I go about using information in cell A2 to open the file? I know it has to be Workbooks.Open Filename... but what comes next?
Code:
Workbooks.Open Filename:=
Thank you!
[/TD]
[/TR]
</tbody><colgroup><col></colgroup>[/TABLE]
[/TD]
[/TR]
</tbody><colgroup><col></colgroup>[/TABLE]
[/TD]
[/TR]
</tbody><colgroup><col></colgroup>[/TABLE]