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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ExcelWorksheet->...->set_Item(1,1,?)

Status
Not open for further replies.

jai55

Programmer
May 29, 2002
1
CH
hi

i have some problems with the Excelserver. I'd like to write in a Cell and I tried the follwing:

ExcelWorksheet->Cells->set_Item(1,1,(String)text);

i get a error about convertingproblems-> String to TVariant
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top