Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access to range defined by a Table Name #32

Open
RolandTLH opened this issue Nov 14, 2016 · 1 comment
Open

Access to range defined by a Table Name #32

RolandTLH opened this issue Nov 14, 2016 · 1 comment

Comments

@RolandTLH
Copy link

Hi,

thank you for the library. It's very useful.
I'm using a lot of Structured References (also called "Table Name") in my Excel Sheets for different reasons.

In VBA, I can access these ranges by its name like any range.
For example, a table défined by the range "A1:B5" named "MyRange" can be accessed both ways : range("A1:B5") or range("MyRange").

It's interesting when you have different tables in the same sheets and when their ranges are not know a priori.

Is it possible to do it the same way through the "range" attribute of your method ?

thanks a lot.

Regards

@TheSchemm
Copy link

I came here to see if this issue existed. I am working on a project now that would benefit a lot from this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants