Import Word document file name into Excel
Hi All,
I am using Office 2010, 32 bit.
Here is my current sequence of events:
Click on a cell on an Excel sheet which is acting as a menu
Within the "Private Sub Worksheet_SelectionChange" procedure execute a Select Case process as per target.address
In this case Open an already created empty Word document using "ActiveWorkbook.FollowHyperlink" (thanks again, sassora for your solution)
The user saves the document under another name and closes it
Processing returns to the Excel sheet
What I need is to import the newly created Word document file name into Excel for further processing. I have searched high and low and found some wonderful solutions for all sorts of things, but not this. I must, therefore, assume that I am being even dumber than usual and that the solution is really quite straightforward. Unless you are me. Any help would be much appreciated.
Best regards.