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 Chriss Miller 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: *

  • Users: Orgdoctor
  • Content: Threads
  • Order by date
  1. Orgdoctor

    Copying and Moving Shapes in MS Word VBA

    I'm trying to copy two sets of 3 lines that form arrows from one part of an MS Word document to another using a VBA macro. As the code below shows, I have declared an array (Arrows) as "shape". In the code I define a range that subsumes the six shapes. Then I try to assign each of the shapes to...
  2. Orgdoctor

    Access denied to createPopup object --Help!!!

    I'm trying to use the createPopup command to get around eBay's prohibition of the use of window.open in its seller html displays. I want to use it to display supersized versions of my pictures. Here's my code for the function that is supposed to execute the popup: function ShowPopup() { var...
  3. Orgdoctor

    Referencing usercontrol from Activex Form---HELLLPPP!

    After 3 days of trying every permutation, I give up. I need help. I have an ActiveX control consisting of a usercontrol interface and several forms, created using VB6. The usercontrol has a number of command buttons which, when clicked, load and display the respective forms they are linked to...
  4. Orgdoctor

    Changing frame content won't work!?

    I'm an experienced programmer but new to VBScript. I've spent two days on this puzzle and finally have to admit I'm at a loss. Would someone be so kind as to tell me what I'm doing wrong? In a separate HTML file I set up a page with two frames: Navigator and Main. Then, in the page below I try...

Part and Inventory Search

Back
Top