Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When executing a macro in Excel, (to parse and load a text file into a
spreadsheet), I get the message "Error in processing IOAD command!". I'm unable to find anything relating to IOAD. What is it and how do I get around it? Thanking you in advance... -- John |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I think it should read:
Error in processing LOAD command; basically you will have to review the process you're following for the the loading and parsing of the txt file. Maybe it has too many rows or too many columns, this obviously depends of your Excel version. Before 2007 the number of columns was 250 and rows 65536. -- If this posting was helpful, please click on the Yes button. Regards, Michael Arch. "JEB" wrote: When executing a macro in Excel, (to parse and load a text file into a spreadsheet), I get the message "Error in processing IOAD command!". I'm unable to find anything relating to IOAD. What is it and how do I get around it? Thanking you in advance... -- John |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Miachel;
Thank you. When I looked at it on my 24" monitor at home, it was LOAD, not IOAD as it appeared on my 11 " Monitor of the laptop. Sorry to have troubled you for my stupidity. :) -- John "Michael" wrote: I think it should read: Error in processing LOAD command; basically you will have to review the process you're following for the the loading and parsing of the txt file. Maybe it has too many rows or too many columns, this obviously depends of your Excel version. Before 2007 the number of columns was 250 and rows 65536. -- If this posting was helpful, please click on the Yes button. Regards, Michael Arch. "JEB" wrote: When executing a macro in Excel, (to parse and load a text file into a spreadsheet), I get the message "Error in processing IOAD command!". I'm unable to find anything relating to IOAD. What is it and how do I get around it? Thanking you in advance... -- John |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
ie Command to Wait for "File Download" and "Save As" windows | Excel Programming | |||
command button and the "enter" and "tab" keys | Excel Programming | |||
inserting a conditional "go to" command on a excel "if" function | Excel Worksheet Functions | |||
Is there a "replace" or "Substitute" command in Excel's VB? | Excel Programming |