Hello everyone,
This is a general question about MS Access. My drop ship supplier has decided to provide their database of products, which contains very detailed product descriptions!
The bad news is, the data in the "descriptions" column is already formated in paragraphs, lists, etc, but NOT in HTML. Well, as we all know, 3dcart's bulk upload requires the descriptions be in HTML if any formating is to be shown.
I am trying to find something (macro or built in function) that will allow me to convert the already formatted cells to HTML. At a bare minimum, I would like to replace line breaks with "<div> </div>" which does OK, but still causes problems with some lists, depending on whether they are bulleted or not.
I have been able to make Excel replace "alt010" with <div> </div> which does make MOST of the lists work well, but some of them are still not perfect. The best solution will be be some function/macro to convert cells to html.
Any help will be appreciated!
This is a general question about MS Access. My drop ship supplier has decided to provide their database of products, which contains very detailed product descriptions!
The bad news is, the data in the "descriptions" column is already formated in paragraphs, lists, etc, but NOT in HTML. Well, as we all know, 3dcart's bulk upload requires the descriptions be in HTML if any formating is to be shown.
I am trying to find something (macro or built in function) that will allow me to convert the already formatted cells to HTML. At a bare minimum, I would like to replace line breaks with "<div> </div>" which does OK, but still causes problems with some lists, depending on whether they are bulleted or not.
I have been able to make Excel replace "alt010" with <div> </div> which does make MOST of the lists work well, but some of them are still not perfect. The best solution will be be some function/macro to convert cells to html.
Any help will be appreciated!
Comment