Named ranges in the VBE

  • Thread starter Thread starter Matthew Pfluger
  • Start date Start date
M

Matthew Pfluger

Does anyone know of an add-in or tool that allows you to insert Named
Variables? I'd like to be able to type in "Range("x")..." without having to
switch back to Excel and copy the name.

Any ideas, or do I have to build my own?

Matthew Pfluger
 
Range("A1:H10").Name = "SomeName"

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Not quite. I am already familiar with this.

I mean more along the line of an add-in that keeps track of available named
ranges in the active module's workbook and allows you to quickly enter them
in, similar to using Ctrl+Spacebar for auto fill. Perhaps I should just
mention this to JKP and see what he thinks.

Matthew Pfluger
 

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

Back
Top