PDA

View Full Version : Populate URL address using VBA



austenr
07-27-2007, 12:28 PM
Hi,

I have an XML web page that is populated with data from a spreadsheet. Depending on which link the user clicks, the page is populated with the data from that row. My problem is that the client wants the url to change based on the selection.

Example. www.thisite.com is the main page. If you click the "About" link the URL should change to www.thisite.com/about. Can you do this with VBA code?

They want this so a spider can crawl and index the different pages. :dunno