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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by uby

  1. uby

    Spreadsheet too big to fit landscape, letter size paper

    Thank you for responding PHV. I will try this. Uby
  2. uby

    Spreadsheet too big to fit landscape, letter size paper

    Hey Everyone! I'm wondering if this is even possible. I have an Excel spreadsheet that has various columns. Too many columns to fit a landscape, letter size paper. Is it possible to get the remaining columns that do not fit on the page to go to the next available row and slap the remaining...
  3. uby

    Insert row

    That would be nice, right? But unfortunately, I am working with pre-existing workbook, source files, etc. This is what this company has been working with for years. I am trying to automate it with what they have already. The user is internal, not that it makes a difference or anything. I...
  4. uby

    Insert row

    No. The worksheet does not have that much data. I want for it to reach the total. Once it reaches the total and it still has information to paste, then move the total down by inserting a row before the total.
  5. uby

    File Exists?

    Thanks so much for your help!
  6. uby

    File Exists?

    Hello! I have a workbook that looks for information in a "Source File". Within this source file there are files for each month. They are saved by month and year (mm-yy.xls). If that month does not exist, I want it to skip looking for the files and continue the procedure. Is there a way to...
  7. uby

    Insert row

    Hi Everyone! This is probably a stupid question, but here it goes anyway! I have 2 workbooks. Workbook 1 gets funded from information in Workbook 2. If Workbook 1 runs out of rows, I want it to insert a row. Does anyone know a simple way of doing that? Thanks for any help you can offer! Uby
  8. uby

    Other options other than VLookup

    Awsome! Thanks so much! I will try that! Thanks again! Uby
  9. uby

    Other options other than VLookup

    Hey Geoff! Thanks for answering! I have a listbox and a drop down. The list box contains the fund names and the drop down contains the month of process. When the user selects a fund name and a month of process, the pretaining information comes from another workbook with the data in it. This...
  10. uby

    Other options other than VLookup

    Is there another option other than VLookup to get information from another workbook?
  11. uby

    A second workbook/worksheet that populates a drop down list

    Sorry Tony! Here is the code as it stands now! 'Open workbook1 Workbooks.Open Filename:="C:\workbook1.xls", _ UpdateLinks:=0 'Pull the fund names from workbook1 Do Until Cells(intFundName, 3).Value = "Totals" intFundName = intFundName + 1 Loop 'To not include the word...
  12. uby

    A second workbook/worksheet that populates a drop down list

    Tony, No problem! The bottom part means.... This is a template that requires some data from the first workbook that is funded by the user manually. I have populated it by getting the information from the first workbook, copy it into a worksheet in the second workbook and the list box looks...
  13. uby

    A second workbook/worksheet that populates a drop down list

    Hi! I have 2 workbooks(WB1 and WB2). The second workbook has a dropdown list that has names. The user selects a name on the list and then populates the appropriate information about that name that the user selected on the lower part of that worksheet. All of this information is on the first...
  14. uby

    Populating a listbox with data from another workbook

    THANK YOU SOOOOOOOOOOOOOO MUCH! That works nicely! Thanks again! Uby
  15. uby

    Populating a listbox with data from another workbook

    Hello All! Question... I would like to populate a listbox with data from another workbook without having to create a worksheet to paste the information for that listbox, in that workbook. Is this possible? Ex: Workbook 1, Sheet1 has the listbox. Workbook 2, Sheet1 has the First and...

Part and Inventory Search

Back
Top