Thanks very much, i figured out in the end going about it the way chris suggested, so thanks for all your help on this one. Thanks for the tip on the styles as well!
Ed
Sorry, im new to css & DHTML but have been programming PHP. I have an array set as a php session variable. When moving to my page containing layers i loop through each of elements in the array, and for each one create a new layer:
foreach($selection as $qnum)
{
?>
<div id="!?"...
Hi, just wondered if anyone knows if it is possible to assign a Div Id to a layer using a variable please. I pass some values to a page which then creates a number of layers based on the variables, but i dont know how to assign a different name to each of them
Thanks very much
Ed
The reason i ask is because i need to make a change to a Validation also, which when changing requires named arguments, for example:
Type:=xlValidateList, AlertStyle:=xlValidAlertStop, Operator:= _
' xlBetween, Formula1:="=$I$2:$I$19"
Thanks
Thank you very much, that works great. I dont fully understand the values you have used, do you know of any sites/articles i could use for reference. Perhaps that list the names and their values?
Thanks again for your help
Thanks for the reply PHV. Im just copying a sheet, activating another and trying to just paste the values onto the second one.
excel.Workbooks(sourcefile).Sheets("Swinton").Activate
With excel.activeSheet.Cells
excel.Cells.Select
excel.selection.Copy
End with...
That is true. Perhaps i should have said that changing the code did not resolve the problem, not that it 'didnt work'. I'll be more careful about the way i say things in future ;-)
Obviously if i had been aware that the way i created the arrays was relevant i would have posted the code associated with it. I only became aware when stumbling over a similar problem in another forum. Sorry to have wasted your time PHV, hope the fortune telling goes well.
Thanks, that didnt work, but it turns out it was because i wasnt preserving the arrays when i was doing the Redim. This seems odd to me though, as it still finds the one none match. Perhaps this must have been the last one added, but i hadnt thought it was. Oh well, thanks for the help!
Hello, i have a problem which seems like it should be basic but i cant work it out.
I have two arrays, and need to check which elements in the first array do not exist in the second. I simply loop through the one array, and have a second loop checking it against the elements in the second array...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.