Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 921
Default saving PowerPoint in excel vb using cell values


This is the way I save a workbook
How can I save my Powerpoint file using excel VB

Sub SAVE()

Sheets("FORM").Visible = False

FileName = Sheets("form").Range("A8").Value
SubDir = Sheets("form").Range("A7").Value
fileSaveName = SubDir & "\" & FileName
Activeworkbook.SaveAs FileName:=fileSaveName

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
Saving Values in Excel when using RTD nhench Excel Worksheet Functions 4 April 9th 07 06:44 PM
Saving Worksheet from Workbook with Names from Cell Values Marc Baumann Excel Programming 0 January 17th 06 12:45 PM
Validate all cell values against it's list prior to saving the she Hippy Excel Programming 2 January 16th 06 05:33 PM
Problems with saving cell values to file Mika[_2_] Excel Programming 2 December 24th 04 11:44 PM
Saving a file with a name generated by cell values analyst Excel Programming 5 September 16th 04 03:49 PM


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