VB Code To Get List of Sheet Name

Hello,

I’m trying to get a list of sheet names without using the Excel Application Scope. The server I’m working on does not have Excel installed.

Does anyone know any code to accomplish this?

Hi @bradsterling,
I am not that familiar with VB.NET.
However, this link may help you:
How to get the spreedsheet Names using vb.net - CodeProject
Thanks and regards.
Despi

The attached workflow invokes the code needed to read your workbook sheet names.

WorksheetNames (1).xaml (7.5 KB)

Thank you!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.