B
bach
I have created a form which the user adds data to, on a button click
procedure I want the data to be check and then added to a spreadsheet.
I dont know how I would go about placing this data in the write
spreadsheet, in the ocrrect place. I would need to place the data at
the end of the data already there. So i need to check where the last
entry is write ??
also i am having issues with
Sheet("wksmain").Select
where wksmain is the name of the sheet.
any ideas would be greatful for any help.
procedure I want the data to be check and then added to a spreadsheet.
I dont know how I would go about placing this data in the write
spreadsheet, in the ocrrect place. I would need to place the data at
the end of the data already there. So i need to check where the last
entry is write ??
also i am having issues with
Sheet("wksmain").Select
where wksmain is the name of the sheet.
any ideas would be greatful for any help.