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 how to set D5 to be the active cell. I've read the help file but that didn't help. Please could somebody.
Mark.
V= Variant::GetActiveObject("excel.application"
V.OlePropertySet("Visible",true);
But I don’t know how to set D5 to be the active cell. I've read the help file but that didn't help. Please could somebody.
Mark.