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 Mike Lewis 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. talliaman

    Write file date to table after importing VBA

    I have the below code that copies .csv files into Access. I would like Access to read the file create date from the .csv files properties and write it to the table that I am importing into. I am not fluent in VBA and the code below was not written by me so I need help. Can this be done easily...
  2. talliaman

    Set Sess0 = System.activesession

    Yes, both Excel and Citrix are running on the same box.
  3. talliaman

    Set Sess0 = System.activesession

    No, the VB is in Excel doing a screen scrape from Reflections. Long story short, the program worked perfectly until our division was sold off and we had to start administering ourselves. So for some reason something has changed. We use the same programs, but are now through Citrix. It worked...
  4. talliaman

    Set Sess0 = System.activesession

    When I click on Tools - references in the VBA module, I see I am missing the Reflection for HP reference. Guessing this is of some importance??? How can I download that reference? Is it part of Office or part of REflections?
  5. talliaman

    Set Sess0 = System.activesession

    A popup that states Compile Error, cannot find Project or Library. It highlights this line.. Set Session = System.ActiveSession I also tried changing that line to Set Session = System.ActiveSession Again, this is through Citrix, not sure if that's relevant??
  6. talliaman

    Set Sess0 = System.activesession

    I am not getting any other compile errors, just the session error. But as I stated, I could be doing something wrong.
  7. talliaman

    Set Sess0 = System.activesession

    I changed this line... Set Sessions = System.Sessions to Set Session = System.ActiveSession Error stopped as it did before, variable not defined, Again, thank you!
  8. talliaman

    Set Sess0 = System.activesession

    I need to add another caveat, Reflections is being run through Citrix, I am assuming that will make a difference? I tried changing per the suggestion above and still get the same error. I can open Excel either on my desktop or thru Citrix and I get the same error. Thank you for helping a non...
  9. talliaman

    Set Sess0 = System.activesession

    I will admit that I do not know VBA so please bear with my ignorance. I work for a very small company and we do not have any experts in this area. Enough about that. I have the following code that does a screen scrape from Reflections - Attachmate and its not working. The error I get is Compile...

Part and Inventory Search

Back
Top