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

    Populating an If statement with value contents of cells

    Hello, I want to modify the following slightly so that intLineCount variables are not specified number values, but rather are numbers taken from the contents of a column of cells within a specific Excel workbook sheet. (The number of values (non-blank rows) in the column will be different each...
  2. Marisoleil

    Do While Cells(x, "F").Value <> " "

    Hello All Greetings Once Again, I'm working with a 'do while' to keep looping and applying a procedure code until a blank row is found. This usually works nicely for me. In this case, however, there's a formula in the row: IF(this, then this, otherwise " "). So there's a formula in the cell...
  3. Marisoleil

    Saving and modifying downloaded Read-Only files (with a twist)

    Hello, I have a code that works 'some of the time'. Its purpose is to hyperlink to a set of URL's (listed in a column in Excel spreadsheet), which are addresses that automatically begin downloads when navigated to. Normally, once navigated to on the web, these sites present the surfer with...
  4. Marisoleil

    Macro to open a changing set of URLs

    I've written a macro to help generate a list of URLs (displayed one per cell in Excel). The number of URLs in the list and precise addresses will be different each time someone runs the macro depending on the input they give. When navigated to, these addresses lead to a prompt for opening or...
  5. Marisoleil

    Replacing blank cells with info

    Hello, I would like to replace blank cells with the value "999" for all rows but only within a specific range of columns. Is it possible to do so using the following code: Sheets("Sheet1").Columns("H:K").SpecialCells(xlCellTypeBlanks).?????? ...and filling in something else for the question...
  6. Marisoleil

    Replacing blank cells with text

    Hello, I would like to replace blank cells with the value "999" for all rows but only within a specific range of columns. Is it possible to do so using the following code: Sheets("Sheet1").Columns("H:K").SpecialCells(xlCellTypeBlanks).?????? ...and filling in something else for the question...
  7. Marisoleil

    Beginner Attempting to automate bulk downloads

    Hello, Could anyone offer suggestions: I have a list of URL addresses (the list will be constantly changing, but the format will be the same). When they are opened, I am prompted by Explorer to Save/Open, (I usually save the Zip file), and then prompted as to whether I'd like to Open/Open...

Part and Inventory Search

Back
Top