|
-
Oct 25th, 2006, 04:31 AM
#1
Thread Starter
New Member
Excel: Save sheet seperatly
I have a question about excel.
Is it possible to save the sheets in the workbook seperat?
When I save the Excel dokument i want both the workbook and the sheets to be saved seperat.
So when I open the workbook all sheets are included but when i choose to open a sheet only that sheet is opened.
I got a screendump here to show what I mean.
http://img215.imageshack.us/img215/9079/excelbd2.jpg
If you want I can describe better....
-
Oct 25th, 2006, 05:41 AM
#2
Re: Excel: Save sheet seperatly
you can save a sheet using
VB Code:
Sheets("sheet1").SaveAs ' need to specify filename and fileformat etc
i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next
dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part
come back and mark your original post as resolved if your problem is fixed
pete
-
Oct 25th, 2006, 05:54 AM
#3
Thread Starter
New Member
Re: Excel: Save sheet seperatly
 Originally Posted by westconn1
you can save a sheet using
VB Code:
Sheets("sheet1").SaveAs ' need to specify filename and fileformat etc
I'll try it.
Are sheet still linked too the workbook when I save the sheet?
-
Oct 25th, 2006, 06:01 AM
#4
Thread Starter
New Member
Re: Excel: Save sheet seperatly
Could you give me an example of how i can use it?
It would be very kind of you..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|