Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. edcharleslynn

    Assign Div ID using variable?

    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
  2. edcharleslynn

    Assign Div ID using variable?

    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="!?"...
  3. edcharleslynn

    Assign Div ID using variable?

    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
  4. edcharleslynn

    Excel PasteSpecial with VBScript

    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
  5. edcharleslynn

    Excel PasteSpecial with VBScript

    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
  6. edcharleslynn

    Excel PasteSpecial with VBScript

    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...
  7. edcharleslynn

    Excel PasteSpecial with VBScript

    Hello, does anyone know what the correct syntax is to use PasteSpecial with VBScript rather than VBA. Thanks very much Ed
  8. edcharleslynn

    Nested loops - not fully executing

    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 ;-)
  9. edcharleslynn

    Nested loops - not fully executing

    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.
  10. edcharleslynn

    Nested loops - not fully executing

    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!
  11. edcharleslynn

    Nested loops - not fully executing

    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...

Part and Inventory Search

Back
Top