ThrottleWorks
Excel Ninja
Is it possible that the macro will consider active cell value as file name & open the particular file.
For example, active cell is B1, activecell.value is “Test”, when I run the macro for opening the file,
The macro will consider “Test” as file name & will open it.
Background of the problem :- I have a macro which gives me list of file names.
Now I want user to select a particular name & paste in Range B1.
When I run second macro, the macro should consider Range B1 value as file name & should open it.
Any & every help is appreciated
For example, active cell is B1, activecell.value is “Test”, when I run the macro for opening the file,
The macro will consider “Test” as file name & will open it.
Background of the problem :- I have a macro which gives me list of file names.
Now I want user to select a particular name & paste in Range B1.
When I run second macro, the macro should consider Range B1 value as file name & should open it.
Any & every help is appreciated