Thread: Excel VBA ?
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
confused confused is offline
external usenet poster
 
Posts: 193
Default Excel VBA ?

In excel vba I want to add a line that displays the name of the workbook on a
summary sheet

Is there an automatic way to add the name without typing it in

here's what I have so far:
'Enter Name
..Range ("B1") = "NAME"

Thank you in advance !!!