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 Mike Lewis 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. rmunson

    Formatting Excel File from VB .Net

    I am not writing the program inside Excel. I am writing it in VB.Net. When I use the above command, I get an error on the "HorizontalAlignment.
  2. rmunson

    Formatting Excel File from VB .Net

    I guess I didn't make my question totally clear. I'm wanting to align the text inside the cell. I tried objExcel.Sheets(sheetnam).Cells(15,12).HorizontalAlignment = Right, but it gives me an error on the "HorzontalAlignment" part of the command.
  3. rmunson

    Formatting Excel File from VB .Net

    I am creating an Excel file from Visual Basic .Net. Sample code is below. I need to know how to align the cells horizontally. Any other formatting commands would also be helpful. objExcel = CreateObject("excel.application") objExcel.Visible = True objExcel.Workbooks.Add()...
  4. rmunson

    Automating Telnet in a batch file

    I want to create a DCL batch file on VMS to Telnet to a site, log onto the site, send a command, and log off. I can get the file to telnet to the site, but it does not log on. Instead it interactively asks for the username. The code is below. Could you tell me what I'm doing wrong? $...
  5. rmunson

    Printing multiple copies to a file in Excel

    Thanks, that was so easy, but I don't know much about Excel.
  6. rmunson

    Printing multiple copies to a file in Excel

    When I print multiple copies to a file in Word, it asks for the file name one time and stores all of the copies in that one file. When I print multiple copies to a file in Excel, it asks for as many file names as the number of copies I entered and stores each copy in a separate file. Is...

Part and Inventory Search

Back
Top