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

    Excel Columns Help

    Hi all! I have a question.. I recorded a macro that deletes the first column from a spreadsheet (its the last spreadsheet in the workbook). I shift all the cells left. Then I delete columns B thru G. What I am after is the data in column 2 from the original columns. It worked fine. I then...
  2. aubie8

    UNC paths

    I create a new workbook with the following code. filenameinfo = "\\ncth3fax1\rightfax\chris\" + workbookname Set newbook = Workbooks.Add Application.DisplayAlerts = False With newbook .Title = ActiveCell.Value .SaveAs filename:=filenameinfo End With If i...
  3. aubie8

    Free Floating Toolbar

    I have actually done this before, now I cannot remember how. I want to make my own toolbar (toolbox.. whatever you want to call it) that floats around the worksheet similar to is I did view --> toolbars --> Control Toolbox. Anyone know how to do this? Thanks! :) Chris
  4. aubie8

    Modem errors while using windows 2000 server

    I have an application that searches for the attached modem and uses it to dial out. I have a modem and telephone line installed. When using Hyperterminal or Dialup connections, I can use the modem to dial a site and connect and log in. if i try to use the application, it gives me an error...

Part and Inventory Search

Back
Top