B
bredar
Hello,
I am very new to this but have most of what I need thanks to searchin
this site.
I will have two workbooks open. The source workbook name will chang
everyday so I created the link indirectly in the destination workboo
and for now will require the user to enter the name in a cell. Thi
will work fine for now and will be easy for them because it is a dat
code.
Anyway, I have the following formula in a cell in the destinatio
workbook:
=INDIRECT("'[" & D1 &".CSV]" & D1 & "'!$A$1")
D1 contains the file name which is just a .csv file of data that i
created by a PLC with a new file name at midnight to create reasonabl
size files to view.
The above formula works for me. However, I need to go a little furthe
and am now stuck. I do not want just cell A1 to be linked, I want th
whole sheet of data copied over. And anything I've tried to resembl
what intuitively makes sense is not working or what I get when I try t
select the cells with the formula active and let it fill itself in (suc
as
!$A$1:$B$3 or !$1:$65536, etc.)
Let me know if you need more details and thanks
I am very new to this but have most of what I need thanks to searchin
this site.
I will have two workbooks open. The source workbook name will chang
everyday so I created the link indirectly in the destination workboo
and for now will require the user to enter the name in a cell. Thi
will work fine for now and will be easy for them because it is a dat
code.
Anyway, I have the following formula in a cell in the destinatio
workbook:
=INDIRECT("'[" & D1 &".CSV]" & D1 & "'!$A$1")
D1 contains the file name which is just a .csv file of data that i
created by a PLC with a new file name at midnight to create reasonabl
size files to view.
The above formula works for me. However, I need to go a little furthe
and am now stuck. I do not want just cell A1 to be linked, I want th
whole sheet of data copied over. And anything I've tried to resembl
what intuitively makes sense is not working or what I get when I try t
select the cells with the formula active and let it fill itself in (suc
as
!$A$1:$B$3 or !$1:$65536, etc.)
Let me know if you need more details and thanks