How to rename an active workbook

  • Thread starter Thread starter ykumar
  • Start date Start date
Y

ykumar

Hi,

Can any one tell me the BVA code for renaming an active excel fil
based on a ceratin cell's text value.

thanks in advance
Yoges
 
Save as another name

ThisWorkbook.SaveAs Filename:=FName

the use KILL (look in HELP) to kill the origina.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top