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...
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...
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.
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.