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

  • Users: almir
  • Order by date
  1. almir

    Excel 2010 embedded pdf issue

    Do you have Adobe Reader installed? Is .pdf file type associated with Adobe Reader? Try to save file to disk and then open it.
  2. almir

    Identify when data was entered in Excel

    NeilT123, have you got previous version of the file (before changes)? If so, you can compare sheets and find cells with different values. Rgds,
  3. almir

    Screen animation capture software

    You can also try Wink. It works perfectly to me. http://www.debugmode.com/wink/
  4. almir

    Automatic Access to Excel query

    Cheers, Excel can not handle 6 millions of rows, so I guess you want Excel to return only the rows that match the criteria you specify. I suppose what you want is something like following: 1. All zip code records are unique 2. You enter a value in the first cell (zip code) 3.In another cell...
  5. almir

    Run Outlook Express rule during certain period of day

    Hi, Is there any possibility to have an Outlook Express rule run during certaing period of time, for example from 8 P.M. to 8 A.M.? I need this rule to be on and off automatically, i.e. without manual adjustment, depending on period of day. Thanks in advance
  6. almir

    Export button in CR 8.5 through TS active but does not react

    Hi all. I have problem when exporting CR 8.5. Reports are generated and stored at SQL Server 2000 DB which resides at Windows Server 2003. When users try to export data to Excel, everything works fine, but we also have a number of users accessing application and reports through terminal...
  7. almir

    Office 2003, missing Email!!!

    Hi, David Check if "Unread messages in this folder" instead of "Messages" was chosen. If so, messages are visible while unread. Upon reading they are hidden, since filter is applied. Choose "Messages". Option is available as a drop-down list on toolbar.
  8. almir

    A problem occred while command was commmunicating with the OLE serve

    We have .mdb created in Access 2002, at comp. running 2000. When trying to run .mdb file on computer running XP SP-2, Office 2003, we receive message: "The expression Got Focus you entered as the event property setting produced the following error: A problem occred while (command) was...
  9. almir

    PowerPoint can't read (File Name)

    Yes, it was about Office 2003 critical update! I have followed your link and installed Office 2003 Critical Update: KB828041. After installation, everything worked fine. Thank you very much!
  10. almir

    PowerPoint can't read (File Name)

    Hi to all, A user has created a .ppt file in PPoint 2000 on Windows 2000 Pro. After we have transfered the file to another computers running XP Pro with Office 2003 Pro, we received an error "PowerPoint can't read (FileName)". File can be opened normally at computer of origin. There are no...
  11. almir

    Can MSQuery access multiple data sources?

    Hi, You could link an excel file/sheet within an existing Access DB. Then, make a query connecting access tables with excel sheet - if possible. However, excel part will become a part of access DB, and - therefore - you will access it through a single data source. Regards,
  12. almir

    Unable to open an e-mail in outlook 2002!!

    Ask sender about potential message encryption.
  13. almir

    Upgrading Office XP to 2003 - Help!

    Hi, If you want to upgrade, you have to install outlook separately. If you want to do it all together, than do not upgrade, first de-install an old version than make full installation of the new version. Hope this helps
  14. almir

    Search & Replace in Word with VBS

    Hi, I have had the same problem and got solution from here. What I wanted was a script to run a macro (search&replace) against several .doc files. Create folder "c:\convert" (or whatever name you want), and put (copy) all .doc files that you want to replace items into. In Word, create macro...
  15. almir

    Large File due to over 117,000 formulas

    Just one thing more: I think that Excel does not calculate values correctly if there are more than 55 formulas on a sheet. Just for case, check your formula results randomly. Regards,
  16. almir

    How to avoid Username/password prompting twice for the same report ?

    If your tables in report have two different levels of protection, i.e. different passwords, try to enter higher-level password first.
  17. almir

    Running the same macro on several Word documents automatically

    Your both were of great help. It works fine for now. For future modificiations I will have to do something myself, not to bother you guys. Thanks a lot once again!
  18. almir

    Running the same macro on several Word documents automatically

    Hi guys, Sorry for my misbehaviour, but I am new here. Also, English is not my mother language. Anyway, solution that I have found is like this: *************** Dim i, objWord Dim aryDocs(99) aryDocs(1) = "c:\doc1" aryDocs(2) = "c:\doc2" aryDocs(3) = "c:\doc3" ' making an array of documents...
  19. almir

    Running the same macro on several Word documents automatically

    I found a solution in other way. Anyway, thanks again to all of you! Al
  20. almir

    Running the same macro on several Word documents automatically

    Greetings, snotmare! You were of great help! I hope it is not too much if I ask you for just one thing more: Could you add some code into script that you have already provided? What I need: It would be perfect if I didn't have to enter names of the files in the script individually, but just...

Part and Inventory Search

Back
Top