Hi,
I'm having problem with including HTML file. I want to include the html file which takes the location at run time.
Here is my code
Dim selectCat, myArray(count)
selectCat = Policy
myArray(count) = Policy1.htm
mylocation = "Employee\selectCat\myArray(count)"
Now I want to inclde this file as
<!-- #include file = "Employee" & "\" & selectCat & "\" myArray(count)-->
Employee folder is hard coded, selectCat is subfolder of Employee.
Where I'm Wrong? Please Help
Thanks.