tweeterisu
New Member
- Joined
- Jun 19, 2014
- Messages
- 3
First time poster here! I've searched and looked but cannot find a way to get this to work.
I need to reference a value from a closed excel file without using the morefunc addin or vba.
One way I can make it work but it's not ideal is hardcoding the string path for every cell
Example:
='http://url address/[filename.xlsx]Sheet1'!M7
Ultimatley, I would like to put a variable for url and for filename.
Any help would be greatley appreciated.
Thanks,
Matt
I need to reference a value from a closed excel file without using the morefunc addin or vba.
One way I can make it work but it's not ideal is hardcoding the string path for every cell
Example:
='http://url address/[filename.xlsx]Sheet1'!M7
Ultimatley, I would like to put a variable for url and for filename.
Any help would be greatley appreciated.
Thanks,
Matt