View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
Henrich Henrich is offline
external usenet poster
 
Posts: 53
Default Getting user to enter file name

Hi again, so if you want to do this by harder way then OK. Try this:

file_path = textbox1.text
or
file_path =inputbox("Enter the file path")


"kuansheng" wrote:

How can i go about doing it. I am new to this and i dont quite get the
code. Could you guide me along in this .Thanks