I'm interested in creating a log file that will go through a range of data and apend to a text file for any 'errors'
I'm hopeing this is straight forward.
the steps would be:
open/create text file
identify range of data in spreadsheet
for each row, analyse column C
If it is NULL or contains #N/A then add text to file
in the format "Project " & [A<row number>] &" does not have a group code"
then save the text file and close.
can anyone point me in the right direction for some code that would acheive the above?
thanks in advance
I'm hopeing this is straight forward.
the steps would be:
open/create text file
identify range of data in spreadsheet
for each row, analyse column C
If it is NULL or contains #N/A then add text to file
in the format "Project " & [A<row number>] &" does not have a group code"
then save the text file and close.
can anyone point me in the right direction for some code that would acheive the above?
thanks in advance