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 IamaSherpa 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. 9806102

    Send e-mail from Access with Excel Form

    Hello Experts, I am wondering how to Send a Access form as a Excel file without using the Send Object function?
  2. 9806102

    HELP Runtime error 1004 Paste Area Issues

    it is a posibility that the pasted range could be allocated outside the worksheet. Would I just have it copy and paste all the data to a different sheet and then in the end copy it all over to the sheet where the data is suposta be held? Not quite sure I understand. Thank you!
  3. 9806102

    HELP Runtime error 1004 Paste Area Issues

    I am pasting the data that I selected from all the mode sheets by column using the find function to find the column headings on both sheets.
  4. 9806102

    HELP Runtime error 1004 Paste Area Issues

    The reason why I do not have cells in copy cells and paste cells is because I am having it paste data and then find the first cell that has no data in it and then paste another set of data below that. It does that five or so times for every "mode". That way it does not paste over the data that...
  5. 9806102

    HELP Runtime error 1004 Paste Area Issues

    Hello Experts, I am having a issue with a Excel Macro that is going back and forth between sheets and copy and pasting columns using the find function. I am runnign into this runtime error 1004 - somthing about the paste area not being the same? Below is my code: Dim paste_cell As String Dim...
  6. 9806102

    HELP Runtime error 1004 Paste Area Issues

    Hello Experts, I am having a issue with a Excel Macro that is going back and forth between sheets and copy and pasting columns using the find function. I am runnign into this runtime error 1004 - somthing about the paste area not being the same? Below is my code: Dim paste_cell As String Dim...

Part and Inventory Search

Back
Top