yeah im very familar with html and asp
just a newbe to vb
i think i found an easier way for the moment.
i now export the data to excel and save it as a web page
like this.
Code:
ExcelWS.SaveAs "G:\Information Technology\Development\Develop\Shane\Testing.htm", FileFormat:=xlHtml, ReadOnlyRecommended:=False, CreateBackup:=False
But my problem is i want the user to be able to click on a button and the web page will open up from that directory.If its possible i would like to have the web paged maximized fully like when you press "F11"
thanx
shane