Disable the auto formatting in the editor

N

Niklas

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
 
J

Jim Vita

Hi Niklas,

I'm closing this thread here and posting my replies to
microsoft.public.excel.programming.


Thanks,

Jim

Jim Vita
Microsoft Developer Support

Microsoft Security Announcement: Have you installed the patch for Microsoft
Security Bulletin MS03-026? If not Microsoft strongly advises you to review
the information at the following link regarding Microsoft Security Bulletin
MS03-026 http://www.microsoft.com/security/security_bulletins/ms03-026.asp
and/or to visit Windows Update at http://windowsupdate.microsoft.com to
install the patch. Running the SCAN program from the Windows Update site
will help to insure you are current with all security patches, not just
MS03-026.

This posting is provided "AS IS" with no warranties, and confers no rights.
 

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