View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
christopher ward christopher ward is offline
external usenet poster
 
Posts: 59
Default print or row like command in excel vba

Dear Experts - first if you respond many thanks and im sorry if this is a
poor question

i have an excel sheet with many rows and i would like to use a loop which
processes the row in a similar manner to a classic Print statement possibly
creating an ascii file of the data , i know excel vba has a row statement
which i would like to use - even if its printing rows via a message box - to
me the sheet i work on rows are like database records and as such i want to
treat them as such - can any one help

my row numbers are row 4 to 1443 - not that i guess that helps

my logic is something like ;

for rows
do
print entire row to output file
loop
--
C Ward