LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default Disable auto editor formatting

Hi
Is it possible to disable the automatic formating in the
VBA editor?
For example i want the following code:
myClass.XX = myRange.Range("C" & i_iCursor).value
myClass.YYY = myRange.Range("B" & i_iCursor).value
myClass.ZZZZZ = myRange.Range("A" & i_iCursor).value
to look like
myClass.XX = myRange.Range("C" & i_iCursor).value
myClass.YYY = myRange.Range("B" & i_iCursor).value
myClass.ZZZZZ = myRange.Range("A" & i_iCursor).value
Regards
/Niklas
 
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
How does one disable Auto-Formatting of dates? Clarissimus Excel Discussion (Misc queries) 1 July 14th 06 05:15 PM
Disable Auto save on Right Click Dvorakian Excel Discussion (Misc queries) 1 June 25th 06 12:34 PM
Disable auto-formatting dates.... GRRR! [email protected] Excel Discussion (Misc queries) 2 February 2nd 06 01:22 PM
Disable auto-formatting dates.... GRRR! [email protected] Excel Worksheet Functions 2 February 2nd 06 01:22 PM
Can I disable auto formula update? jch New Users to Excel 4 August 9th 05 06:31 PM


All times are GMT +1. The time now is 10:33 PM.

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

About Us

"It's about Microsoft Excel"