Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello all!
I was trying save a particular sheet in an Excel workbook into a text format. However the user should be able to name his own text file and the Excel macro should save that in a particular folder. I used the following commands for the task. filesaveName = Application.GetSaveAsFilename( _ fileFilter:="Text Files (*.txt), *.txt") If filesaveName < False Then MsgBox "Save as " & filesaveName End If Sheet1.SaveAs FileName:=filesaveName, where here active sheet is sheet1. It is saving the file with the user defined name, but still in an excel format and am not able to open the same using notepad. Any help would be greatly appreciated guys. Thanks. Arun. Iyer Vextec Corp. --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel file formatting | Excel Discussion (Misc queries) | |||
Formatting .txt File | Excel Discussion (Misc queries) | |||
Re-formatting when saving as HTM file. | Excel Discussion (Misc queries) | |||
Is it possible to link cell formatting in Excel from file to file | Excel Discussion (Misc queries) | |||
Formatting of Data from .CSV file | Excel Worksheet Functions |