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

    Excel link to Sharepoint file creates phantom lock file

    Here is the scenario. MC Office Professional Plus 2013 Shared xlsx file on network drive Some cells have data connections to get data from other files These "Other Files" are on the Sharepoint server and the "Formula" in the Shared file cell looks like this...
  2. samato

    MS Word Replace

    Sorry if this has been answered, I have looked through the threads and didn't rally find what I needed. I need to structure a find and replace statement that will find the following... <UnscrambledDriverLicenseNumber>DS156DS676564</UnscrambledDriverLicenseNumber> and replace it with...
  3. samato

    Excel Lookup to return value AND the underlying Hyperlink

    I have an Excel Worksheet in which Cell B2 the target. I wish to lookup the value that is in A2, in a table in a separate worksheet (List), have it return the value in the cell 2 columns over AND I want the Hyperlink that is in that cell to be a Hyperlink in the cell returned to. Did I explain...
  4. samato

    OLE Image Justification

    I am pasteing the clipboard image, which is a simple "print screen", into an OLE field in an Access form. The field is significantly smaller than the actual image size. I really only need and want to see the top RIGHT of the image. Is there a way to change the justification of the image to...
  5. samato

    Formulas

    I am trying to creat an Excel document that DOES NOT increment the cells referenced in a formula each time a row or coumn is added on the other sheet that the formula references. Ideas?
  6. samato

    Delete emails from POP3 server

    My daughter has not been checking her e-mail account and it now has 1484 emails on the POP3 server. I would like to telnet into the account and delete them all, but not one by one. I have tried a script I found but I can not seem to get it to work propoerly as I believe it was written for...
  7. samato

    Macro???

    I have a simple table in Word and one formula calculate the total from another table and the next formula calculates the difference between the total of one from another. The problem is I CAN NOT get people to understand they have to press F9 to update the fields. I want a macro that updates...
  8. samato

    Word Macro to Calculate Table Formulas

    I have a simple table in Word and one formula calculate the total from another table and the next formula calculates the difference between the total of one from another. The problem is I can not get people to understand they have to press F9 to update the fields. Is there an easier way, can a...
  9. samato

    Outlook 2003 Rules

    I have several rules set up to "MOVE TO" specific subfolders in my Inbox. Instead of simply moving them, it is sending a copy to the specified folder. Any ideas are appreciated.
  10. samato

    Count Table Records

    I have a table of records and want to display the number of records in the table in the same form that enters data into the tbale. I would like this number to increase, obviously, every time I key a new record. Your help is appreciated
  11. samato

    SendKeys

    I am using the OutputTo in a macro and the file already exists so after the OutputTo I am trying to send "Y" to tell it to overwrite the old file and it doesn't work. Any ideas?
  12. samato

    Shared Database

    I have created a dB, stored on our corporate server. The other supervisors need to opne the dB also. If I open it first, they can't. If they open it first, I can open it, but not exclusively. This is acceptable, we just all want to have it opened at the same time. Ideas are appreciated.
  13. samato

    Sheet Protection

    Excel 2000 - If I grab a group of sheets, can I protect them all without having to protect each one?
  14. samato

    Copy and Pase

    Using the code below, at the line that shows &quot;Copy&quot; I want to copy the 16 digit account# at row 3 character 19 through 34 and then paste them later in the macro at the line that shows &quot;Paste&quot;. Any help is appreciated. ' This section of code contains the recorded events...
  15. samato

    Access 2000 FTP

    I want to export a text file via FTP from Access 2000. Any ideas? I see this is possible with Access XP but how about Access 2000? Sam
  16. samato

    Export to FTP

    I want to export a text file via FTP from Access 97. Any ideas? I see this is possible with Access XP but how about Access 97? Sam
  17. samato

    Header files

    I use many many macros and periodically I need to increase the HostSettleTime. This is difficult to do with over 60 macros. Can I incoprporate the host settle time into a header file and have each macro access the header file so I can change this time in one file only and have it affect every...
  18. samato

    Screen Scrape to Excel or CSV or Access

    I need to scrape a host report to an external format. I go for about any format in fact. I used the following to send the screen scrape to a printer, any idea how I can append it to a file instead of sending it to a printer? The code I use to print is - Dim rc% Dim MaxColumn% Dim row% Dim...

Part and Inventory Search

Back
Top