|
| ||||||||||
| Tags: macro, microsoft excel, microsoft office, office application, spreadsheet |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Macro Error "Too Many Line continuations" in Excel
|
|
#2
| |||
| |||
| Re: Macro Error "Too Many Line continuations" in Excel
Don't use so many line continuations maybe? In case you are not aware of what that message means... it occurs when you take a long line of text an split it up on multiple lines using a space followed by an underline to keep the links linked together. For example : SomeTextVariable = "Line one which goes on for awhile and " & _"then continues on, but one line lower" If I recall correctly, there are a maximum of 25 line continuations that can be used on a single code statement... so just don't break it apart so often... or see if you can split the multiline statement you are trying to construct into more than one statement, each of which can have a maximum of 25 line continuations. |
|
#3
| |||
| |||
| Re: Macro Error "Too Many Line continuations" in Excel
It would be better to have at least one extract files. This is a good way to have tranfer the contents of each file in a sheet of same workbook. Anyway at the conceptual level object instances are the same but the way is different, but the result is the same. You can not do without the variables that tell you the last line of each sheet.
Too many line continuations |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Macro Error "Too Many Line continuations" in Excel" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Starting Spec Ops: The Line gives error "sync out of range" on monitor | Nasir h | Video Games | 6 | 06-07-2012 12:14 PM |
| Excel Macro Popup Message " Do you want to replace the contents of the destination cells" | Darmody | Windows Software | 5 | 31-12-2011 04:16 PM |
| Windows Showing Webpage error: "Out of memory on line:17" | Aaryan2011 | Operating Systems | 1 | 23-08-2011 11:17 PM |
| Error message "Cannot load dll " while loading vba macro | Digamber | Windows Software | 3 | 09-05-2009 01:09 PM |
| Project Web Access via IE7: "Export Grid to Excel" cause VBSCRIPT (error) message: "The activeX control on which this feature depends could not be created" | Theo-Dore | Microsoft Project | 2 | 17-01-2007 08:47 PM |