View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Range when selected goes to lowercase

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.

tfurness wrote:

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


--

Dave Peterson