Range when selected goes to lowercase

T

tfurness

When I use the Application.Range object
the word Range goes to lowercase. What does this mean? It is uppercase when
I select it.

Thanks in advance
 
D

Dave Peterson

If you created a variable that was lower case, then the VBE will remember this.

Try this:

Find an empty spot in your code and add this line:
dim Range as Range
Hit enter
Now delete this line

Then test it.
 
T

tfurness

Exactly... Thank you so much
Dave Peterson said:
If you created a variable that was lower case, then the VBE will remember
this.

Try this:

Find an empty spot in your code and add this line:
dim Range as Range
Hit enter
Now delete this line

Then test it.
 

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