Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Writing a macro to save worksheet

I am currently looking for a way to prompt users to save a copy of a
worksheet into a location of their choosing (same as doing "FIle", "Save
As"). This is what i have so far:

Sub Copy_Save_OneDay_Sheet()
'
' Copy_Save_OneDay_Sheet Macro
' Macro recorded 11/17/2006 by ISD
'
'
Sheets("Roster(1 Day)").Select
Sheets("Roster(1 Day)").Copy

End Sub

Can someone help? Thanks
--
Dwayne
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 324
Default Writing a macro to save worksheet

If you make the Workbook "Read Only" they will be forced to do "Save As".
--
Best wishes,

Jim


"Dwayne Hodges" wrote:

I am currently looking for a way to prompt users to save a copy of a
worksheet into a location of their choosing (same as doing "FIle", "Save
As"). This is what i have so far:

Sub Copy_Save_OneDay_Sheet()
'
' Copy_Save_OneDay_Sheet Macro
' Macro recorded 11/17/2006 by ISD
'
'
Sheets("Roster(1 Day)").Select
Sheets("Roster(1 Day)").Copy

End Sub

Can someone help? Thanks
--
Dwayne

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
writing a macro to save a workbook Brian Excel Worksheet Functions 2 November 20th 07 04:02 AM
Macro Save with Worksheet as file Name bbkixx Excel Programming 5 October 19th 06 05:25 PM
Macro to Save worksheet to new document Linda@LLBean[_2_] Excel Programming 2 August 24th 06 10:26 PM
wRITING A mACRO TO MAKE A WORKSHEET PRINT. Glenn Excel Programming 1 April 16th 05 11:41 PM
Macro to save worksheet RSVP Excel Programming 2 April 26th 04 02:41 PM


All times are GMT +1. The time now is 03:28 PM.

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

About Us

"It's about Microsoft Excel"