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 strongm 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. busman66

    Active cell

    I have a problem that I can't seem to work out. How do I make a particular cell on my excel worksheet, the active cell (D5). I’ve accessed my active worksheet like this V= Variant::GetActiveObject("excel.application"); V.OlePropertySet("Visible",true); But I don’t know...
  2. busman66

    Round up floating point numbers

    Please could somebody tell me how to round up a floating point number to two decimal places.
  3. busman66

    Excel worksheet

    I would like to know how to open an existing excel worksheet using C++ Builder. I have a worksheet that I want my program to send data to, but I don't know how to access the file "stuff.xls" that lives in my documents. I know how to create a new worksheet, but not how access an...
  4. busman66

    Opening existing Excel file

    I want my program to open an existing excel document and write to it. I know how to open a new excel worksheet and edit it, but I don't know how to open an existing one. How do I specify file name and file path. Please help. Mark.
  5. busman66

    Opening existing Excel file

    I am trying to get my program to open and update a specific Excel file. I know how to open a new worksheet and write to it, but I need to open and update an existing worksheet(Swingform.xls)that lives in my documents. Please could somebody help. Mark.

Part and Inventory Search

Back
Top