Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
Bob Bob is offline
external usenet poster
 
Posts: 972
Default howto: saveas with file name from a cell in the current worksheet

see subject
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 77
Default howto: saveas with file name from a cell in the current worksheet

bob,

You can do it with vba. Here's a small snippet that you can assign to a
command button. Where "A1" is the cell that you are using to name the file.

This will save in the last folder you saved to.

ActiveWorkbook.SaveAs Filename:=Range("A1").Value

HTH

Bigpig


"bob" wrote:

see subject

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 13
Default howto: saveas with file name from a cell in the current worksh

BigPig,
Thank you. I have that part, but what if I wanted to add in a specific
folder to save it to? Where would I add the folder string? That's where my
real issue is. Thank you again.
ActiveWorkbook.SaveAs Filename:=???????Range("A1").Value
Darren

"BigPig" wrote:

bob,

You can do it with vba. Here's a small snippet that you can assign to a
command button. Where "A1" is the cell that you are using to name the file.

This will save in the last folder you saved to.

ActiveWorkbook.SaveAs Filename:=Range("A1").Value

HTH

Bigpig


"bob" wrote:

see subject

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
howto: saveas with file name from a cell in the current worksheet bob New Users to Excel 0 April 5th 07 05:30 PM
SAveAs worksheet Brian Young Excel Worksheet Functions 14 October 25th 06 12:21 PM
saveas CSV file stevekirk Excel Discussion (Misc queries) 0 August 10th 06 01:11 PM
I need current value of one worksheet into another cell? Ryan Excel Worksheet Functions 7 March 26th 06 11:58 PM
File saves ok, SaveAs VERY slow CLR Excel Discussion (Misc queries) 6 August 12th 05 08:26 PM


All times are GMT +1. The time now is 04:21 PM.

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"