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 dencom 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: LuAlPa
  • Content: Threads
  • Order by date
  1. LuAlPa

    Displaying Methods and/or Properties

    Is there a simple way to display all supported methods and/or properties for elements like activesheet or activecell or whatever? The compiler shows them but shows EVERYTHING regardless of the element we are currently dealing with. Or am I wrong? Sorry for the lack of formal use of terminology...
  2. LuAlPa

    variable variable name

    Ok, here is the deal. User picks up to item 4 items form an iterative InputBox. He may actually pick less than 4. I store choices in OptVal(4). Then I access a mainframe data base and based on choices resolve user choices. Result would be to paste to an Excel cell the returned value from the...
  3. LuAlPa

    IE.document assistance needed

    I am experimenting with accessing IE from VBA. My company has some web based applications I am trying to access, read and interact with from VBA. Simple stuff. No frames at this stage. But how may I find the properties of the IE.document and where to put data or where to retrieve from. I have...
  4. LuAlPa

    Handling PDF files with VBA

    We receive PDF files resembling Excel files. Same position, same data type, over and over again. Has anyone developed a means of opening a PDF file from VBA and getting data into variables? After that generating the Excel file with just the data I need is simple enough. (PDF documents go from 5...
  5. LuAlPa

    From Outlook to Excel in VBA

    Hello, everyone there ... I receive about one hundred e-mails per day where, most of the time, I need to pick up order numbers (7 digits) and paste it to Excel or to navigate another appliication (Hummingbird) - I have succeded in interfacing Excel with Hummingbird but I have failed miserably in...

Part and Inventory Search

Back
Top