Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27
Default Auto Capitalization annoyance

I have a utility that exports VBA code and checks it into source
control. However VBA capitalization seems to automatically change
things. For example

Target.Value ' where target is a range

gets changed to

Target.value

this capitalization or the reverse behaves differently on different
computers. The effect of this is that lots of modules seem to be
changed when it is in fact VBA doing or undoing this capitalization.
Does anyone know what controls this?

Thanks
Tom

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Auto Capitalization annoyance

Try this:

Insert this line anywhere in your code:
Dim Value
(hit enter)

Then delete that line.

And test it.

Tom Med wrote:

I have a utility that exports VBA code and checks it into source
control. However VBA capitalization seems to automatically change
things. For example

Target.Value ' where target is a range

gets changed to

Target.value

this capitalization or the reverse behaves differently on different
computers. The effect of this is that lots of modules seem to be
changed when it is in fact VBA doing or undoing this capitalization.
Does anyone know what controls this?

Thanks
Tom


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Auto Capitalization Looping through Excel Discussion (Misc queries) 1 May 18th 10 04:38 PM
How to PERMANENTLY (for every doc) set Auto-Capitalization to OFF in Word2003? Pablo Suarez Excel Discussion (Misc queries) 4 May 19th 08 03:29 PM
petty annoyance Ralphael1 New Users to Excel 25 July 26th 05 02:28 PM
Silly little annoyance Setting up and Configuration of Excel 6 December 22nd 04 09:33 PM
Excel annoyance thethinker Excel Discussion (Misc queries) 3 November 30th 04 10:44 PM


All times are GMT +1. The time now is 09:36 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"