J
Just4fun
Hi Juan,
you gave me the solution to my question (lots of thanks for that),
I wanted to open a file on given input:
MyFile = "C:\Documents and Settings\TG\Mijn Documenten\" &
ActiveCell.Value & "_document.xls"
Application.Workbooks.Open MyFile
And it works....Many, very many thanks.
But... I need your help once more.
I would like to open a WORD document (.doc) not a .xls
I know the .xls has to be changed into .doc
But the "Application.workbooks.Open MyFile"line has to be changed.
Into what ?
Thanks (again) in advance.
Theo
you gave me the solution to my question (lots of thanks for that),
I wanted to open a file on given input:
MyFile = "C:\Documents and Settings\TG\Mijn Documenten\" &
ActiveCell.Value & "_document.xls"
Application.Workbooks.Open MyFile
And it works....Many, very many thanks.
But... I need your help once more.
I would like to open a WORD document (.doc) not a .xls
I know the .xls has to be changed into .doc
But the "Application.workbooks.Open MyFile"line has to be changed.
Into what ?
Thanks (again) in advance.
Theo