C
Crystal
Hello,
Any suggestions would be greatly appreciated! I cannot
change how the customer sends me the data so that is not a
possibility (much as I'd like it to be).
I have a form that uses code to import spreadsheets that
we receive from our customer. The spreadsheets contain
changes, additions, deletions to items we track for them
I have code that updates the tables in the database based
upon the type of change.
The only step in all of this that we have human error is
cleaning up the spreadsheet for importing. The customer
puts all of their "changes" in red font. I need to be
able to only import the text that is in red into a table I
use for processing. Is it possible to add to the code a
way to distinguish between the different colors of text
when importing from Excel?
Thanks!
Any suggestions would be greatly appreciated! I cannot
change how the customer sends me the data so that is not a
possibility (much as I'd like it to be).
I have a form that uses code to import spreadsheets that
we receive from our customer. The spreadsheets contain
changes, additions, deletions to items we track for them
I have code that updates the tables in the database based
upon the type of change.
The only step in all of this that we have human error is
cleaning up the spreadsheet for importing. The customer
puts all of their "changes" in red font. I need to be
able to only import the text that is in red into a table I
use for processing. Is it possible to add to the code a
way to distinguish between the different colors of text
when importing from Excel?
Thanks!