Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How does one disable Auto-Formatting of dates? | Excel Discussion (Misc queries) | |||
Disable Auto save on Right Click | Excel Discussion (Misc queries) | |||
Disable auto-formatting dates.... GRRR! | Excel Discussion (Misc queries) | |||
Disable auto-formatting dates.... GRRR! | Excel Worksheet Functions | |||
Can I disable auto formula update? | New Users to Excel |