Html maker - testers required!

Richard Schollar

MrExcel MVP
Joined
Apr 19, 2005
Messages
23,707
As some of you may be aware, I have been making an add-in to produce html output of selected data in Excel. The output is fairly consistent with that produced by Excel Jeanie as can be seen here:

http://www.mrexcel.com/forum/showpos...&postcount=241

the differences being:

1. the interface is a whole lot simpler
2. you can choose if you want to output all the formulas in selection or only some of them
3. the ouput colour-codes nesting levels in the formulas
4. it only does formulas and data (it doesn't report conditional formatting or data validation applied)
5. it comes as an .xla file rather than an .exe (so doesn't require Admin rights to install!)
6. the code is visible for anyone that wants to laugh (or cry) at it


The generated html should also be considerably simpler as much of the formatting and style elements are now held in a css file applied to the whole Board (Suat Ozgur has created a css class which I link to in the generated html).

It has been tested by me and Jon von der Heyden and feedback from Suat incorporated. What I need now is for some others to test and come back with any comments.

If you would like to see the file and perhaps test it, please Private Message me with your email address and I'll send you the .xla file and a .doc file with guidance notes:

The .xla file is approx 100Kb in size, so it isn't very big. It will work in all versions of Excel since xl2000, although I will be developing a specific xl2007 ribbon interface next.

Thanks!
 
Last edited:
Oh i see :-)

That is a product of me seeting the width property of the table that holds the formulas. I could remove this setting and then it would work effectively as you stated. The reason why I didn't originally do this is if you have both worksheet formulas and array formulas (and maybe defined names too) all the tables that contain them would potentially be different widths (which I didn't think looked very good) so I decided to standardise the lot.

I am open to differing viewpoints on this though and there are many fewer occasions when there will need to be worksheet and array formula boxes rather than just one or the other so if people feel strongly I can change this.
 
Upvote 0

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Ohh OK! Cool :)

I'm not sure how feasible this is, but how about having the table width correspond to the width required for the longest formula being used?
 
Upvote 0
Yeah I think I might be able to do that if I nest all the formula tables within an overall containing table - I'll give that a try and report back. Good feedback - thanks :-)
 
Upvote 0
Hi Richard,

While I install "HtmlMaker20090730a.xla" I got "Compile error in hidden module: mCreateHTML". I am running Windows 7 and office 2010.
 
Upvote 0
Hi Richard,

While I install "HtmlMaker20090730a.xla" I got "Compile error in hidden module: mCreateHTML". I am running Windows 7 and office 2010.
Follow the link in my signature block and I think you will find the latest version.
 
Upvote 0
Thank you Peter,

HtmlMaker20101230 works for me. However, VBHTMLMaker doesn't. It give me "Compile error in hidden module :modMain". Any other solution?
 
Upvote 0
However, VBHTMLMaker doesn't. It give me "Compile error in hidden module :modMain". Any other solution?
At what point do you get that message? I am using VBHTML maker sucessfully with Windows 7 and Office 2010.
 
Upvote 0

Forum statistics

Threads
1,223,912
Messages
6,175,340
Members
452,638
Latest member
Oluwabukunmi

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top