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 Rhinorhino 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 fpd833

  1. fpd833

    Deleting blank rows in excel

    If you are familiar with macros, the following code will delete all empty rows in the used range. (The entire row must be blank)Easy, one click solution. Sub DeleteEmptyRows() ' 'Deletes all empty rows in the used range ' LastRow = ActiveSheet.UsedRange.Row - 1 + _...
  2. fpd833

    Dreamweaver and Excel Help!

    Hmmm.........I don't think I need to alter any files. I made a test link in the navframe (with the mainframe as the target) that pointed to an Excel file instead of a network folder. The document opened beautifully in the mainframe, just the way I want it to. (A fully functioning Excel file...
  3. fpd833

    Still need Dreamweaver/Excel Help!!!

    First, a little info: I have made a simple 3-frame web page (header frame, nav frame and main frame). The nav frame has various links to folders on our network. Clicking on a link opens the network folder in the mainframe and displays all of the Excel documents contained therein. Double clicking...
  4. fpd833

    Dreamweaver and Excel Help!

    I understand that point. All of my links in the navframe open properly in the mainframe. Each of the links open a network folder and displays all of the files contained in that folder in the mainframe. So, after clicking a link the mainframe shows a bunch of Excel files. That works fine. It's...
  5. fpd833

    Dreamweaver and Excel Help!

    It might, I have no idea. I'm new to this, where do I put that code?
  6. fpd833

    Dreamweaver and Excel Help!

    First, a little info: I have made a simple 3 frame web page (header frame, nav frame and main frame). The nav frame has various links to folders on our network. Clicking on a link opens the network folder in the main frame and displays all of the Excel documents contained therein. Double...

Part and Inventory Search

Back
Top