Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
lwm lwm is offline
external usenet poster
 
Posts: 38
Default recently used file

When I use this code to save a file it works but the file does not show in
the 'recently used file' list in the file menu.

Is there something I can add to have it show in the 'recntly used files' list?

This was a macro record.

ActiveWorkbook.SaveAs Filename:= _
"C:\Documents and Settings\Larry\My Documents\IMA\Jan
19\test04.xls", _
FileFormat:=xlNormal, Password:="", WriteResPassword:="", _
ReadOnlyRecommended:=False, CreateBackup:=False


Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,290
Default recently used file


Note the addition at the end of the last line...

ActiveWorkbook.SaveAs Filename:= _
"C:\Documents and Settings\Larry\My Documents\IMA\Jan 19\test04.xls", _
FileFormat:=xlNormal, Password:="", WriteResPassword:="", _
ReadOnlyRecommended:=False, CreateBackup:=False, AddToMru:=True

Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)





"lwm" wrote in message
When I use this code to save a file it works but the file does not show in
the 'recently used file' list in the file menu.

Is there something I can add to have it show in the 'recntly used files' list?

This was a macro record.

ActiveWorkbook.SaveAs Filename:= _
"C:\Documents and Settings\Larry\My Documents\IMA\Jan
19\test04.xls", _
FileFormat:=xlNormal, Password:="", WriteResPassword:="", _
ReadOnlyRecommended:=False, CreateBackup:=False


Thanks
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
'Recently used file' list. DB. New Users to Excel 3 November 20th 06 07:22 PM
recently used file list Shari Excel Discussion (Misc queries) 11 October 19th 06 08:52 PM
The 'Recently used file list' does not show up under the 'File' menu. David F Excel Worksheet Functions 4 June 6th 05 07:43 AM
Recently Used File List MISAdmin New Users to Excel 5 December 1st 04 01:53 PM
Most Recently Used File list altira Excel Programming 1 February 29th 04 12:33 PM


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