ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How do I name a spreadsheet from the value in a single cell (https://www.excelbanter.com/excel-programming/370746-how-do-i-name-spreadsheet-value-single-cell.html)

Mark Norton[_2_]

How do I name a spreadsheet from the value in a single cell
 
I have a formula that concatenates a poortion of a customer's name, and the
date as my invoice names (i.e. IN-NORT081606. I want to save my invoices
with the name derived in a cell with the above formula. Or I would like to
name the saved file using a macro IN-NORT081606.XLS. How can I do this in a
macro??

[email protected]

How do I name a spreadsheet from the value in a single cell
 
hi Mark,

Try this:

Sub testname()
thisworkbook.saveas "C:\" & Range("a1").value
End Sub

'Assume that range("a1").value isn;t empty

Rgds,
Halim

Mark Norton menuliskan:
I have a formula that concatenates a poortion of a customer's name, and the
date as my invoice names (i.e. IN-NORT081606. I want to save my invoices
with the name derived in a cell with the above formula. Or I would like to
name the saved file using a macro IN-NORT081606.XLS. How can I do this in a
macro??



Mark Norton

How do I name a spreadsheet from the value in a single cell
 
It worked like a charm. Thank you so much. I am just getting started with
my Excel programming and am afraid that I might need to pick up a book.
Thanks a million!

Mark

" wrote:

hi Mark,

Try this:

Sub testname()
thisworkbook.saveas "C:\" & Range("a1").value
End Sub

'Assume that range("a1").value isn;t empty

Rgds,
Halim

Mark Norton menuliskan:
I have a formula that concatenates a poortion of a customer's name, and the
date as my invoice names (i.e. IN-NORT081606. I want to save my invoices
with the name derived in a cell with the above formula. Or I would like to
name the saved file using a macro IN-NORT081606.XLS. How can I do this in a
macro??





All times are GMT +1. The time now is 05:44 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com