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

    how to add a recorded excel macro with existing code

    To anyone who can assist me.. i have this code that opens an existing .xls file and renames it and saves with a password. I recorded an excel macro to format the file and would like to add this right before it saves with a password. thanks steve --opens and saves w / pwd Public Function...
  2. stever1725

    how to move multiple files with same extension

    I have written some code that imports all .xls files from C:\Import .... into access... creates a report that gets sent to management. Can anybody help me to now move these files from C:\Import... to C:\Import\Processed ?? i have tried quite a few different codes but cannot get them to move...
  3. stever1725

    emailing with an attachment

    Anyone who could help.. i have researched but cannot seem to get this resolved. i am getting **Run-Time error '450' Wrong number of arguments or invalid property assignment** on debug the .Attachment line is highlighted. Can somenone give me some insight to this? if i take out this line i do...
  4. stever1725

    find and replace the first space in a field with a comma

    help please.. how can i find and replace the first space in a field with a comma. i have an update query with : replace([GTR NAME]," ",",") in the update to field... this field has more than 1 space, i just want to replace the first one.
  5. stever1725

    how to password protect a report that is sent as .rtf thru a macro

    how to password protect a report that is sent as .rtf thru a macro. any suggestions

Part and Inventory Search

Back
Top