Publishing multiple Excel pages on the Web (dynamically)

P

preston

I am sure this is very possible, but I've already wasted
a lot of time trying to find the feature.

I have automated producing management reports for my
organization with Excel macros. I can successfully publish
(save in html format) individually every page of the
report onto my hard disk(web later). So at the end of the
exercise I have got a lot of html documents on my hard
drive.

How do I design my Wep page to dynamically scan my hard
drive for the documents and dynamically create hyperlinks
to these reports. These reports are named according to
different categories and can be grouped as such. So I
should be able to choose a criteria and see related
document hyperlinks on the Web page. The Web document
search facility(webbot) demonstrates exactly what I am
trying to achieve, but I can't seem to give it the right
parameters to search my hard drive.

The reason why I need the design to be dynamic is that I
produce these reports monthly for different departments
and the repoting doesn't always produce the same number
of pages.

I am a programmer though new to JavaScript - just to give
an indication of level of understanding.
 
D

David Bartosik - MS MVP

For dynamic functionality you'd want to look at ASP which is web programming
and outside the scope of our Publisher forum. I'd refer you to ASP or
ASP.NET forums.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top