C
confused
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 !!!
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 !!!