Ok this is just a hypothetical idea I came across when i was studying a VBA book.
So my first question would be, if in excel I were to name a range of cells, could I call that specific range of cells in VBA, by its name?
The next question would be, if I had a bunch of worksheets all with tables that are similar, differing in the amount of rows they contain, could I name them the same between each sheet, without confusing Excel...
I hope this isn't too confusing. Thanks for any help provided.
So my first question would be, if in excel I were to name a range of cells, could I call that specific range of cells in VBA, by its name?
The next question would be, if I had a bunch of worksheets all with tables that are similar, differing in the amount of rows they contain, could I name them the same between each sheet, without confusing Excel...
I realized that sounds confusing so I'm going to try and use an example. Lets say I have three work sheets Greg, Todd, and Sam. In each worksheet they contain three tables that show three very similar content. Could I in work sheet GREG name a range of cells TABLE1, and then in Todd name another range of cells TABLE1 without the other table being destroyed or what have you.
OK if all those things are possible, does that mean that in VBA I could call the same table from different worksheets and thus get individual tables from the same or different sheets?
I hope this isn't too confusing. Thanks for any help provided.