+ Reply to Thread
Results 1 to 2 of 2

Saving CSV file as a cell name

  1. #1
    Registered User
    Join Date
    12-12-2003
    Posts
    79

    Saving CSV file as a cell name

    Hi there

    i have a macro that when i run it it saves Sheet 3 as Sel_FG.csv , i would like it to save Sheet 3 as the 1st 3 letters of cell A4 on ODDS Setup tab

    This is the bit of code i already use, so it always saves that tab as SEL_FG.CSV i would like it to take the name it saves it by from Cell A4 on another tab which is called ODDS SETUP

    PHP Code: 
    Sheets("Sheet3").Select
        ActiveWorkbook
    .SaveAs Filename:="P:\SEL_FG.csv"FileFormat:=xlCSV_
            CreateBackup
    :=False 

    any help would be great

    thanks

  2. #2
    Valued Forum Contributor
    Join Date
    04-11-2006
    Posts
    407
    How about this?
    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1