Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I use excel 2003. When writing macros with long lines of code, what is the
correct way to split the lines to make them easier to print the code? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use the line continuation characters, a space followed by an
underscore. E.g., Workbooks.Open _ filename:="C:\Test.xls" -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Dale" wrote in message ... I use excel 2003. When writing macros with long lines of code, what is the correct way to split the lines to make them easier to print the code? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
splitting long columns | Excel Discussion (Misc queries) | |||
one VERY LONG line | Excel Discussion (Misc queries) | |||
How do I get the text to continue on the next line when its long | Excel Discussion (Misc queries) | |||
Split Long Text Cell into Two Shorter Cells Without Splitting Word | Excel Discussion (Misc queries) | |||
Splitting Y-Axis into 2 for a line chart | Charts and Charting in Excel |