Thread
:
Trying to save as tab delimited
View Single Post
#
4
Posted to microsoft.public.excel.programming
Jim Rech
external usenet poster
Posts: 2,718
Trying to save as tab delimited
But I wonder why with the parentheses
In
VB
when you using a returned result you use parens, else not:
Dim WB as Workbook
Set WB = Workbooks.Open("MyBook.xls")
or
Workbooks.Open "MyBook.xls"
--
Jim Rech
Excel MVP
Reply With Quote
Jim Rech
View Public Profile
Find all posts by Jim Rech