LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Save As - using data from two cells

No problem Tim, glad its sorted. About this directory issue, you want t
change where its saved to? Ok, in the VBE select the ThisWorkboo
object and then go to the Open event.

Stick this code in the

With Application
.UserName = "John Doe"
.StandardFont = "Your font selection"
.StandardFontSize = "Your font size selection, in points"
.DefaultFilePath = "Where you want it saved to each time"
.AltStartupPath = "Your alternate startup path"
.EnableSound = False
.RollZoom = False
End With

This allows you to specify where you want the workbook saved each tim
by setting the Default File Path as soon as the user opens th
document.

Cheers

--
Message posted from http://www.ExcelForum.com

 
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
Protect cells with data on save/close AJPendragon Excel Worksheet Functions 0 November 18th 08 10:27 PM
Save 20% On Data Conversion and Data Formats Services by Data EntryIndia Data Entry India Excel Discussion (Misc queries) 0 March 31st 08 12:00 PM
Protect Data Filled Cells on Save Only litty Excel Discussion (Misc queries) 0 September 12th 07 05:06 PM
Data Moving Cells Between Save and Open welsh-wizard Excel Discussion (Misc queries) 1 July 3rd 07 04:46 PM
how to save/copy data in cell to a series of cells on another pg Azrael Excel Worksheet Functions 0 August 29th 05 06:31 AM


All times are GMT +1. The time now is 03:41 AM.

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"