#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 54
Default Saving

I am looking to have a workbook save using the name on a worksheet called
"title" using cell a:24 as the name.

I also would like this to save to the desktop.

How would I do this please

Greg


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Saving


Activeworkbook.SaveAs "C:\Documents and Settings\user\Desktop\" &
Range("A24").Value & ".xls"


replace user with your user name or even ALl Users.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Greg B" wrote in message
...
I am looking to have a workbook save using the name on a worksheet called
"title" using cell a:24 as the name.

I also would like this to save to the desktop.

How would I do this please

Greg




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 54
Default Saving

Thanks Bob,

All users was the best option. as it may not be used on my p.c.

Thanks again\

Greg
"Bob Phillips" wrote in message
...

Activeworkbook.SaveAs "C:\Documents and Settings\user\Desktop\" &
Range("A24").Value & ".xls"


replace user with your user name or even ALl Users.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Greg B" wrote in message
...
I am looking to have a workbook save using the name on a worksheet

called
"title" using cell a:24 as the name.

I also would like this to save to the desktop.

How would I do this please

Greg






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
Automaticly saving formula's to values when saving Gunti Excel Discussion (Misc queries) 8 November 11th 08 09:34 AM
A: saving Curt Excel Discussion (Misc queries) 5 April 11th 07 04:10 AM
Saving on CD TJ Excel Discussion (Misc queries) 0 January 2nd 06 09:00 PM
SAVING TJ Excel Discussion (Misc queries) 2 June 11th 05 01:08 AM
Saving a Workbook: Forcing User to Rename before Saving Rollin_Again[_6_] Excel Programming 5 April 16th 04 02:54 PM


All times are GMT +1. The time now is 02:08 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"