View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Steve Steve is offline
external usenet poster
 
Posts: 1,814
Default Looking for help with user input variable€¦

I have created a .bat file that prompts a user for a Project name. The
program then creates a project specific directory; copies a couple Excel
templates into the directory, then rename the templates to be project
specific and makes them .xls files based on the user information.

My question is there a way to have this .bat file update the templates, like
put the Project name in cell A1?

I guess what I am trying to say is that I cant seem to paste my variable
from my .bat into an excel worksheet. Is there a way to accomplish this, or
another way to make it happen?

Thank you in advance.