opening NEW excel file

S

Sara

Hi,

Function Open(Filename As String, [UpdateLinks],
[ReadOnly], [Format], [Password], [WriteResPassword],
[IgnoreReadOnlyRecommended], [Origin], [Delimiter],
[Editable], [Notify], [Converter],
[AddToMenuRecentlyUsed]) As Workbook

is used to open an excel file. how do i open a NEW excel
file?
 
D

Dave Peterson

Workbooks.add
???


Hi,

Function Open(Filename As String, [UpdateLinks],
[ReadOnly], [Format], [Password], [WriteResPassword],
[IgnoreReadOnlyRecommended], [Origin], [Delimiter],
[Editable], [Notify], [Converter],
[AddToMenuRecentlyUsed]) As Workbook

is used to open an excel file. how do i open a NEW excel
file?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top