Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible in the VBA editor to group and/or collapse nested code? Example:
For x=1 to Len(empname) currchar=Mid$(empname,x,1) If currchar=" " Then do something Else do something else End If Next x Collapse the if-endif code leaving only the following visible: For x=1 to Len(empname) currchar=Mid$(empname,x,1) Next x I've used this in HTML editors and it's wonderful. -- Adios, Clay Harryman |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Nope...
-- HTH... Jim Thomlinson "Clayman" wrote: Is it possible in the VBA editor to group and/or collapse nested code? Example: For x=1 to Len(empname) currchar=Mid$(empname,x,1) If currchar=" " Then do something Else do something else End If Next x Collapse the if-endif code leaving only the following visible: For x=1 to Len(empname) currchar=Mid$(empname,x,1) Next x I've used this in HTML editors and it's wonderful. -- Adios, Clay Harryman |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Rats!
Thanks, though! -- Adios, Clay Harryman "Jim Thomlinson" wrote: Nope... -- HTH... Jim Thomlinson "Clayman" wrote: Is it possible in the VBA editor to group and/or collapse nested code? Example: For x=1 to Len(empname) currchar=Mid$(empname,x,1) If currchar=" " Then do something Else do something else End If Next x Collapse the if-endif code leaving only the following visible: For x=1 to Len(empname) currchar=Mid$(empname,x,1) Next x I've used this in HTML editors and it's wonderful. -- Adios, Clay Harryman |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
collapsing rows together | Excel Worksheet Functions | |||
collapsing rows | Excel Worksheet Functions | |||
Collapsing Rows | Excel Discussion (Misc queries) | |||
Collapsing Code | Excel Programming | |||
Collapsing a table | Excel Programming |