B
Benz
Hi,
I have a toolbar that contains a textbox - im trying to have it copy the
text to the first empty cell in an existing excel doc. I have most of it
complete but im having trouble actually getting the data over to excel.
THis is (part) the code I was trying that obviously isint correct:
Set oWB = oXL.Workbooks.Open(FileName:=WorkbookToWorkOn)
Sheets("ToDos").Cells(Cells(Rows.Count, 1) _
.End(xlUp).Row, 1).Offset(1, 0) = Paste
I would apprecaite any help!
Ben Z.
I have a toolbar that contains a textbox - im trying to have it copy the
text to the first empty cell in an existing excel doc. I have most of it
complete but im having trouble actually getting the data over to excel.
THis is (part) the code I was trying that obviously isint correct:
Set oWB = oXL.Workbooks.Open(FileName:=WorkbookToWorkOn)
Sheets("ToDos").Cells(Cells(Rows.Count, 1) _
.End(xlUp).Row, 1).Offset(1, 0) = Paste
I would apprecaite any help!
Ben Z.