Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Excel VBA > Excel VBA
|
Excel VBA Discuss using VBA for Excel programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Excel VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 18th, 2008, 12:07 AM
Authorized User
 
Join Date: Jun 2008
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to mona_upm84
Default CreatBackup:=True but in seperate folder

Hi all,

I got some problem about backup files. I set up procedure where everytime new data entered, and "save as" it with filename depends on TextBox1 like below:

Filename = T1.TextBox1.Text & "_V5.0.xls"
ActiveWorkbook.SaveAs Filename:="D:\Task 1\" & Filename, CreateBackup:=True

I got problem of putting backup files into seperate file from original spreadsheet. Everytime new data being saved, backup created. But, i need it to be in "Backup" file in "Task 1" folder.

Please help me....

Thanks






Similar Threads
Thread Thread Starter Forum Replies Last Post
Call to subroutine from seperate workbook Coby Excel VBA 2 February 1st, 2008 10:15 PM
seperate string by ^ bbvic XSLT 7 July 25th, 2007 02:00 AM
Why not seperate OBJ layer susahin80 BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 0 January 19th, 2007 03:51 PM
1 form, contains two seperate controls EricJ General .NET 2 August 10th, 2005 04:48 AM
Seperate Code JsonTerre1 BOOK: ASP.NET Website Programming Problem-Design-Solution 1 November 7th, 2004 04:38 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.