Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Macro for saving files where title is made from cell references

Hi,

I was wondering how you would create a macro that saves the file as
with a title made from cell references in the sheet.

Kindest Regards,

Juliodenero

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default Macro for saving files where title is made from cell references

will save to desktop with the value of cell A1
Sub SaveAs()


ActiveWorkbook.SaveAs Filename:=Range("A1").Value & ".xls"
End Sub

" wrote:

Hi,

I was wondering how you would create a macro that saves the file as
with a title made from cell references in the sheet.

Kindest Regards,

Juliodenero


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I put title on top of chart already made in Excel? Angel Childre Charts and Charting in Excel 1 March 13th 07 04:39 PM
Cell References Between sheets or Files Not Working MM Phil Excel Discussion (Misc queries) 3 February 1st 07 10:01 PM
Can I have a value in a chart title that references a cell? dveenhuis Excel Discussion (Misc queries) 1 June 28th 06 06:22 PM
Macro without cell references...... Winnie_Shrub Excel Discussion (Misc queries) 1 June 28th 06 09:09 AM
Can a macro be made to run on entering or leaving a cell? Dave Lister Excel Discussion (Misc queries) 1 December 3rd 05 07:11 PM


All times are GMT +1. The time now is 09:06 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"