Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I know from Chip Pearsons site that you can export a code module to a text
file: http://www.cpearson.com/excel/vbe.aspx When you do so, you use the Export method of the VBComponent (see below). My question is: Is this exporting it in its .cls/.bas/.frm format or as an actual text file per se? When I do it, the exported file does not show a file extension and I have to chose what program to open it in. Dim VBComp As VBIDE.VBComponent VBComp.Export FileName:=FName Thanks EM |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA for Exporting to Text file | Excel Programming | |||
Exporting excel to text file | Excel Discussion (Misc queries) | |||
HELP!! Exporting formatted text file | Excel Programming | |||
Exporting from Excel to a text file | Excel Discussion (Misc queries) | |||
Exporting Text File | Excel Programming |